Hello All,
I have the following situation:
I have a document that needs a footer on all pages exept on pages where there is a special text.
So I thought I mark those text with a bookmark and use an IF statement in the footer to show the text like:
{ IF { = OR ( {PAGE} = {PAGEREF bookmark1} , {PAGE} = {PAGEREF bookmark2} ) } “No text” “Text” }
But it is not working.
BTW The reson I use the PAGE fields, is that the text in the documents could change so the page where the two bookmarks are on could differ.
Maybe you know a solution. I have to say I have no real experiance in writing these codes, it is my first try.