Oct 22, 2003 #1 daniribs7 Technical User Joined Aug 13, 2003 Messages 17 Location ZA Howdy: If I was to add a column unto my BO report and create a Sequence Number in this column (like a row number). How would I go about doing this? I searched the help docs and found nothing relating to this. Thanks
Howdy: If I was to add a column unto my BO report and create a Sequence Number in this column (like a row number). How would I go about doing this? I searched the help docs and found nothing relating to this. Thanks
Oct 22, 2003 #2 Sridharan Technical User Joined Dec 3, 2001 Messages 523 Location IN There are two functions available that you can use. One is LineNumber() and other is RowIndex(). Use them as your case requires. Sri Upvote 0 Downvote
There are two functions available that you can use. One is LineNumber() and other is RowIndex(). Use them as your case requires. Sri
Oct 23, 2003 Thread starter #3 daniribs7 Technical User Joined Aug 13, 2003 Messages 17 Location ZA This worked!, thanks for the help. Upvote 0 Downvote