I have some SQL data that lists users and their error rates. Using the PthPercentile function, I can get the 10th percentile.
In the report header, I'm trying to just list the people who fall into this percentile, before the detail sections.
Is there a way to do this with a formula? Create a list?
My report group is:
userID, errorRate, percentile.
So I'm trying to show in my header that if the userID <= PthPercentile(10, {Command.Rating})
then show a list of UserID's.
Any help is appreciated, thanks!
In the report header, I'm trying to just list the people who fall into this percentile, before the detail sections.
Is there a way to do this with a formula? Create a list?
My report group is:
userID, errorRate, percentile.
So I'm trying to show in my header that if the userID <= PthPercentile(10, {Command.Rating})
then show a list of UserID's.
Any help is appreciated, thanks!