Hi everybody,
I created a document with 2 footers, 1 left and one right of the document.
In the left footer I created the following code:
{ = { SECTIONPAGES } - { PAGE } \# " 'Initials:';;" }
This way my document shows no footer if it only consists of 1 page and a footer on each page other then the last page if it consists of multiple pages. I specifically chose this code instead of the IF code because I need to merge the document, so IF codes are no good.
In the right footer I created the following code:
{ = { SECTIONPAGES } + { PAGE } \# " 'Page {PAGE} of {NUMPAGES}';;" }
I did this because other then the left footer, I need the right footer to show on the last page if the document consists of multiple pages.
The only thing is, that I do not want the right footer to show if the document consists of 1 page, just like I do with the left footer.
Any suggestions on how to adjust the code in order to get the right footer work the way I want it to?
So, resuming:
Document has only 1 page: no left footer and no right footer
Document has more then 1 page: left footer on every page other then the last page and right footer on every page
Thanks in advance!
Bookmarks