How to suppress First page.

Hi All,
Right now i am working on Crystal Report with SQL Command.
one of my report it shows item status 80 and 20, and the requirement is for only display the record which item have status 20.
so i put the formula on Details Section on crystal report that ’

if (status=‘80’)
then true

now the first record was at first page and report is grouped by Buyer.
so at first page it was one buyer which has status 80, after putting this formula that record is suppress but right now my first page is coming BLANK.
and from second page the status 20 record shows.

So, my question is how can i shows my report from first page.

Please any one help.
Thanks… :hb: :hb:


AhirBO (BOB member since 2012-01-25)

Go into Section Expert, create a conditional format on Suppress and use the function: OnFirstRecord


Chamsin :us: (BOB member since 2008-06-05)