I want to display only the report header of crystal reports on first page. To hide the details section on first report, I added the formula in the suppressed section of my crystal report
If PageNumber=1 then True else False
The problem is if I apply this formula no further pages are been added to crystal report, crystal report just show one page and that with report header and that's all.