jlgjohnson
Technical User
I have a formula in a field that sets the line number before each line:
WhilePrintingRecords ;
NumberVar Counter ; Counter := Counter +1;
How do I make this RESTART after each new GROUP?
WhilePrintingRecords ;
NumberVar Counter ; Counter := Counter +1;
How do I make this RESTART after each new GROUP?