Xprogrammer
Programmer
I have a formula field with contents as
whileprintingrecords;
numbervar counter1;
counter1:=counter1 + 1
When it encounters a change in group headers, it still counts! Isn't it to count only records? if it counts group headers, how could one modify the formula to not include group headers? Thank you in advance.
whileprintingrecords;
numbervar counter1;
counter1:=counter1 + 1
When it encounters a change in group headers, it still counts! Isn't it to count only records? if it counts group headers, how could one modify the formula to not include group headers? Thank you in advance.