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!

Select on running total field

Status
Not open for further replies.

RiverGuy

Programmer
Jul 18, 2002
5,011
US
I know this probably isn't possible. But I want only certain fields to display, because I can't figure out how to group them.

In my details section, I have a field as a percentage of the total of the group. So record 1 would be .1, 2 would be .2, etc.

But I only want to show certain records like the 1%, 5%, 20%, 50%, etc.

Is there anyway possible to do this, or like a conditional suppress or something?

TIA.
 
A conditional suppress sounds right.

In the suppress section of the detail put something like:

not({MyPercentFormula} in [1%, 5%, 20%, 50%])

This depends on how you're constructing the %, you may just have numbers.

-k kai@informeddatadecisions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top