Footer On Last Page Only Not Working

Joined
Apr 19, 2018
Messages
1
Reaction score
0
I have a document that contains a table with a variable number of rows (populated by an external app). In the footer is another table (not variable number of rows) - this is actually the area where the customer signs, and has a bit of legal verbiage.

I want the footer to appear only on the last page, so I wrapped it in

{ IF { PAGE } = { NUMPAGES } "

table is here

" }​

See attached document example.

The problem is that the footer appears fine if the table in the body doesn't have many rows. It also appears fine if the table in the body has sufficiently many rows that part of it appears on the second page (then the footer table appears on the second page only).

But if the body table has enough rows that the footer table can't fit on page 1 (but not enough rows that some of the body table is pushed to page 2) the footer table doesn't appear at all. The attached example shows the same behaviour.

The question is - how do I make it so that if the body table is too big for the footer table to fit on the first page, the footer table prints on the second page?
 

Attachments

  • Footer Sample.docx
    21 KB · Views: 201

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