Reputation: 12842
Is there any way to print Group N of M (like page N of M)in Crystal report ?
Thanks
Upvotes: 0
Views: 741
Reputation: 9607
Yes. Create a new formula and use the GroupNumber
function. It's in the Print State
section. Also take a look at the GroupingLevel(fld)
function under Document Properties
to see if it meets your needs better.
Upvotes: 1