I have a problem which is surely common. I have a page-header which I do not wish to show on the first page of a report, since the report-header goes here. Conditional printing should surely solve this, but what is the expression to be?
I have tried PageNumber()>1
in various forms, but this either doesn’t work at all, or it suppresses all page headers!
Advice please on the correct code/syntax.