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

Problem with Conditional Formatting

Status
Not open for further replies.

akirk

Technical User
Mar 28, 2002
27
US
I have a group of data with a summary. I want to conditionally suppress the details of the group when the count is even. I have hand coded the following:

Count ({@groupprod}, {@groupprod}) in [2,4,6,8,10,12,14,16,18,20]

This works fine, but rather than continuing this, I would like to simply say "any even number" or something to this effect.

Thanks

Kirk
 
Try this:

Remainder(Count ({@groupprod}, {@groupprod}),2)=0 Software Support for Macola, Crystal Reports and Goldmine
dgilsdorf@mchsi.com
 
Great, that worked perfectly.

Thank you very much.

Kirk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top