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!

Search results for query: *

  1. henryc1

    Conditional formatting the top N values

    I tried if {BIN_COUNT.BIN_CNT} >= PthPercentile (80,{BIN_COUNT.BIN_CNT}, GroupName ({@Time})) then crRed else crBlack and I get the error "The summary/running total field could not be created
  2. henryc1

    Conditional formatting the top N values

    One more thing, I want to format based on the top N in each group. Thanks.
  3. henryc1

    Conditional formatting the top N values

    How can I conditionally format text of the top N values, or to P percentile, as opposed to simply >= a value. For example, instead of saying: If Table.Field > 500 then crBold I want to say: If Table.Field is in the top 10 then crBold Help!! Thanks

Part and Inventory Search

Back
Top