I have a report that can be a single page or span over multiple pages. There is data that I want to always print on the single page report, but only on the last page of the multipage report. So I have applied suppression logic as follows to 21 of the fields on the report. Identical suppression logic for each, and it is working on the fields that use standard fonts such as Arial and Times New Roman, but is not working on fields that are using fonts such as OCR A and Azalea Bar Code fonts. The fields are all formatted to suppress with the following formula:
PageNumber<>TotalPageCount
So, any ideas or alternatives?