I have Page Footer()PF A and B, whenever I suppress PFa, PFb will move up following the report footer. Imagine the vertical lines as the line number,
|Page Header
|Details
|Report Footer
|Page Footer A
|Page Footer B
The PFa shows only in the last page, using the formula in the suppress section:
pagenumber <> totalpagecount
This is the result
Page 1 Page 2
|Page Header |Page Header
|Details |Details
|Report Footer |Report Footer
|Page Footer B |Page Footer A
| |Page Footer B
Now I want the report to be like this
Page 1 Page 2
|Page Header |Page Header
|Details |Details
|Report Footer |Report Footer
| |Page Footer A
|Page Footer B |Page Footer B