I am trying to create a group counter that will reset after each page.
My formula...
whileprintingrecords;
shared numbervar counter;
counter:=counter + 1
is counting suppressed groups. How do I fix this?
Also, where do I put the reset formula to reset to 0 after each page?
Thanks in advance.
Tim
My formula...
whileprintingrecords;
shared numbervar counter;
counter:=counter + 1
is counting suppressed groups. How do I fix this?
Also, where do I put the reset formula to reset to 0 after each page?
Thanks in advance.
Tim