Hello,
I'm a Crystal Newbie and have searched the forums and can't find a solution to my line numbering problem.
I'm currently using this formula to calculate line numbers:
WhilePrintingRecords;
Global NumberVar RowNumber;
RowNumber:=RowNumber +1;
How do I get these numbers to reset for each group? If I drill down, the numbers reset, but I would like them to reset even if I don't drill down.
If this has been solved elsewhere please provide a link.
Thanks in advance.
I'm a Crystal Newbie and have searched the forums and can't find a solution to my line numbering problem.
I'm currently using this formula to calculate line numbers:
WhilePrintingRecords;
Global NumberVar RowNumber;
RowNumber:=RowNumber +1;
How do I get these numbers to reset for each group? If I drill down, the numbers reset, but I would like them to reset even if I don't drill down.
If this has been solved elsewhere please provide a link.
Thanks in advance.