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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
siri_v
Contributor II
Contributor II

Percentile help

hello all,

I have Salesrep and Metric calculation is sum(Numerator)/sum(denominator) 

How do I calculate percentile for this metric based on Salesrep? 

Can someone please advise. Appreciate it. 

Labels (1)
1 Solution

Accepted Solutions
Anil_Babu_Samineni

Perhaps this?

Num(Sum(Aggr(sum(Numerator)/sum(denominator), Salesrep)),'#,#0%')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

Perhaps this?

Num(Sum(Aggr(sum(Numerator)/sum(denominator), Salesrep)),'#,#0%')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
siri_v
Contributor II
Contributor II
Author

Thank you @Anil_Babu_Samineni !