Suppress Page Header on 1st page

Hi,

I am working on a report in Crystal Reports 2008 and would like to suppress the page header only on the 1st page.

Is this somehow possible?

Thanks!


BOf (BOB member since 2010-04-26)

In the section expert check the Suppress check box then create a condition for Page Number = 1.


richardcottave (BOB member since 2006-03-30)

OK, I check “Suppress (No Drill-Down)”… could you help me with the condition since I am totally new to CR programming :?

Something like “if page = 1 then don’t show”


BOf (BOB member since 2010-04-26)

In the formula editor just put PageNumber = 1


richardcottave (BOB member since 2006-03-30)