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

Supppressing Data

Status
Not open for further replies.

Nippon1

Technical User
Mar 14, 2005
10
US
I am trying to suppress data based on a group.

Please help me in doing this,
Thanks
 
You need to post meaningful information:

Crystal version
Database/connectivity used
Example data
Expected output

To suppress data, use the Report->Edit Selection Formula->record or group

An example of a group suppression would be those with some value requirement, whcih might end up as a formula like this:

sum({table.qty},{table.groupbyfield}) > 1000\

Postings like yours invariably end up becoming multiple posts because you didn't take the time to explain the requirements.

-k
 
Need a little more technical information posted.

Crystal Version
Database and Connectivity
Sample data/or and formulas involved
Expected output


Based on the limited information provided, I assume that the group is based on either a (@formula} or {table.field}.

If so, format the section, suppress the section and click on x+2 and enter the following formula

Code:
{table.field} = "Value"
//Substitute your own field name and value

Cheers,
-LW
 
I am using Crystal v.8 and am connecting through OLE DB. I am trying to suppress group data based on status of group that I created. I am able to suppress group name, but how would I suppress group data?

Thanks
 
What do you mean by Group Data?

Post sample input data and what you are expecting as output.

-LW
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top