View Single Post
  #1   Report Post  
JD
 
Posts: n/a
Default Conditional Page Number?

I would like to create a field that does not appear if a document is only one
page, but does appear if there are 2 or more pages to a document. Further, I
want to show ".../#" where # is the next page number, rather than the current
page number. I can make .../# show up using the following:

€¦/{ ={ PAGE } +1 }

Is there any way I can stop it from appearing in my one-page document?

Thanks in advance.