I am able to create a formula for a group header which allows me to include "Continued FROM previous page" in front of the value of the field in the group header by using the following formula:
If InrepeatedGroupHeader then "continued.." & {RESOLVER_GROUPS.RG_NAME} else {RESOLVER_GROUPS.RG_NAME}
BUT I would also like to be able to add "Continued on NEXT page" for the same group header on the previous page.
Anyone know how I can do this?
If InrepeatedGroupHeader then "continued.." & {RESOLVER_GROUPS.RG_NAME} else {RESOLVER_GROUPS.RG_NAME}
BUT I would also like to be able to add "Continued on NEXT page" for the same group header on the previous page.
Anyone know how I can do this?