Hello,
I have a cross-tab table with a formula (@question) as one of the columns. The formula is displaying the question number - ToText ({QUESTION.QUEST_NUM},0). The question numbers however are not sequential numbers. For example, they're starting from 15 on (15, 16, 17, 18, 19, ...). I would like to add a recordnumber field to have them show 1, 2, 3, 4, 5, etc...I tried creating a formula with RecordNumber in it and replacing it with the @question formula but that seemed to created a big mess. Is there another way for me to have these numbers start w/1? Or is there a way for me to add the recordnumber field inside the @question formula, telling it to start with 1?
Thanks,
sql99
I have a cross-tab table with a formula (@question) as one of the columns. The formula is displaying the question number - ToText ({QUESTION.QUEST_NUM},0). The question numbers however are not sequential numbers. For example, they're starting from 15 on (15, 16, 17, 18, 19, ...). I would like to add a recordnumber field to have them show 1, 2, 3, 4, 5, etc...I tried creating a formula with RecordNumber in it and replacing it with the @question formula but that seemed to created a big mess. Is there another way for me to have these numbers start w/1? Or is there a way for me to add the recordnumber field inside the @question formula, telling it to start with 1?
Thanks,
sql99