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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.