0

I want to display an auto-incremented series (basically the row number) in a new column. How do I go about doing this in Hyperion Interactive Reporting ?

enter image description here

toxotes
  • 1,386
  • 14
  • 20
ashutosh raina
  • 9,228
  • 12
  • 44
  • 80

1 Answers1

0

Create a new computed column and assign it a value of 1. Then, create another computed column which will have a cumulative sum of the previous computed column. The function to be used is Cume().

toxotes
  • 1,386
  • 14
  • 20
ashutosh raina
  • 9,228
  • 12
  • 44
  • 80