When I check the "Repeat Group Header on Each Page" box in the "Change Group Options" dialog box, How can I append "Continued...." for all headers repeated ?
Create a formula:
[tt]
//@Continued
If InRepeatedGroupHeader Then
"Continued"
Else
""
[/tt]
I usually then put a blank text object in the group header, put in my GroupName field, a couple of spaces, then the @Continued formula.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.