Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
snancyiv
Contributor III
Contributor III

Fractile Calculation Aggr not working?

Hi everyone,

 

I am relatively new to QlikSense. I've been tasked with developing a dashboard to compare actual readmission rates to our peer's median, 10th percentile, and 26th percentile rates. I need to be able to slice this different ways, one of them being by date. I did do lots of research on how to use FRACTILE but I can't seem to get this right. This is an example of the calculation I am using for 25th. 

Fractile (Aggr( Sum(AMC_PlannedReadmit30Cases) / Sum(AMC_ReadmitDenomCases)*100, [DischargeDate.autoCalendar.YearMonth]), 0.25)

As you can see in the screenshot, the totals for each percentile changes, but by date, they don't. What am I doing wrong?

 

Thanks in advance!

Labels (2)
2 Replies
brunobertels
Master
Master

Hi 

 

May be this 

 

Fractile ( {<[DischargeDate.autoCalendar.YearMonth]>} Aggr( (Sum(AMC_PlannedReadmit30Cases) / Sum(AMC_ReadmitDenomCases)*100), [DischargeDate.autoCalendar.YearMonth]), 0.25)

snancyiv
Contributor III
Contributor III
Author

Still the same results 😞