Field to Add Text - w/EXCEPTION

L

lal

I used the following expression to add the text: "/s/ "
to a footer in a document because I wanted that text on
all the pages except the last page of the Section.

{ IF { PAGE } = { SECTIONPAGES } "" "/s/" }

I'd like to know if there is something I can add to that
expression or mayb a different expression to have that
text on all the pages of the Section EXCEPT THE LAST TWO
PAGES of the Section.

Is this possible anyone?
 
D

Dave Lett

Hi,

You might try

{ IF { PAGE } >= { = { SECTIONPAGES }-1 } "" "/s/" }


HTH,
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top