Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Supress the row

Status
Not open for further replies.

Toshilap

Technical User
Sep 28, 2005
135
US
I need to supress row if condition
IIF({@Secondary_Contact_Not_Equal_Primary}<>'',"Secondary Contacts:",''))
is TRUE.

Crystal help gives me 'supress' help as 'click a button' stuff. Is there code help in Crystal 9.0?
It had been 6 years ago when I used Crystal...please, help.
Thanks
 
Why not use a record selection formula to exclude these records from the report entirely? You need to be aware that suppressed records will still be in the report, and will evaluate in any group of grand totals of the report.

Th way to exclude these records, and for that matter the way to supress them, is with a boolean formula:

<<insert condition here>>

You are using VB syntax and not crystal syntax so I canot be more specific.

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports
 
OK, it is really much easier then it looks.
There aren't any totals. There are names of people who I get on the list but when person is Primary and Secondary I don't want them to show as Secondary. So I need to supress the row. It is flat file but I am trying to make it pretty.

I surfed everywhere and can't fins 'suppress' syntax...what gives? Is there any period? LOL

Thanks
 
You should be able to go to the section expert->details->suppress->x+2 and enter:

{table.name} = previous({table.name})

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top