Page count for Section
I'm a BI publisher newbie having difficulty getting a page count to display correctly for a Bill of Lading Document.
The RTF has been coded using <?For each@section ?> I want to print Page 1 of x in the section and have x represent
the total number of pages for an individual Bill of Lading.
The page number is resetting correctly for each document but the x value generated represents the total number of pages being printed. I would like the following to be printed;
Bill of Lading1 page 1 of 2
Bill of Lading2 page 1 of 4
NOT
Bill of Lading1 page 1 of 6