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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress the section if a field is duplicated??

Status
Not open for further replies.
May 14, 2004
5
US
I know there is a way to suppress a field if duplicated (by clicking on the box in the field formatting) - but is there a way to suppress a section if a field is duplicated?? - is there any conditional syntax for "suppress when duplicated" other than a check box??

Thanks!
 
Pretty vague post, didn't even bother to include the version of Crystal.

Right click the section and select format section->X 2 next to suppress and place something like:

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

Then it will suppress the section when the one field is the same.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top