I have two group footers, GF1d and GF1e
In GF1d section expert I have Newpage after checked
In GF1d I have placed a text box with the formula @ac, here is the formula for @ac..
WhilePrintingRecords;
shared StringVar PN;
PN:= totext(PageNumber);
In GF1e I have a text box with the formula @ad, the formala for @ad is...
shared StringVar PN;
PN
When the @ac formula renders in the report GF1d it returns 3. When the @ad renders it returns 4.
Why does @ad return 4, I am not resetting variable. I want to set the value in @ac and return the same value in @ad. So it should return 3, not 4.
Have tried many variations burt can't get it to work. Please help.