Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculate 10th Percentile

Hi All

I have an Expression like:

=Sum({$<Episode.Source = {'IP'},[DriversExp.ItemType]={'Expense'}>}  ServData.VolAmt*DriversExp.FCostUnit)

/

Count ( {$<Episode.Source = {'IP'}>} DISTINCT Episode.Epinum)

This gives me a unit cost, however, I want to be able to compare this with the top 10th percentile or "unit costs"

I have this against a single other dimension.

Can anyone advise?

Thanks

Dominic

1 Reply
sbaldwin
Partner - Creator III
Partner - Creator III

Hi, have you looked at the fractile function, this should calculate the percentile.

Thanks

Steve