Hi there,
We have a Crystal Report and export the report into MS Excel.
In the below screenshot, the Group Footer #2q to the Group Footer #2i are suppressed with this condition:
if {@Total Price} = 0 then true else false
We also have add a line counter formula between the Group Footer #2b to the Group Footer #2i. Whenever one of those Group Footers hit line counter 60, we want to print the Group Footer #2j.
For example, when Group Footer #2g is printed, the line counter turned 60, so we want to jump to print Group Footer #2j instead of the next row Group Footer #2h.
We would appreciate any advice as we have been struggling with this for several days..