Hi
Is there a way to suppress the page header just on page 1? I want it to show on all the other pages.
Thank You!
Printable View
Hi
Is there a way to suppress the page header just on page 1? I want it to show on all the other pages.
Thank You!
Assuming Crystal Reports.
Any section can be Suppressed by setting its Section_Visibility formula.
Go to the Section Expert, selection the Page Header section, click the Formula button beside the "Suppress (No-DrillDown)" option, then enter this simple formula.
PageNumber = 1
brucevde
Thank you!
I googled for the solution, but the answers are so cryptic. Thanks too for indicating which part of the section expert to insert the formula.
Cheers
You can simply write the formula in section expert. like pagenumber==1.
You can simply write the formula in section expert. like pagenumber==1.