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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikapple
Creator
Creator

Fractile clear explanation

Hi all,

Can anyone  please explain what is the expression meaning

Fractile(Aggr(NODISTINCT Sum(Score) / count(ID),ID), 0.5)

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Median(Aggr(NODISTINCT Sum(Score) / count(ID), ID))

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

4 Replies
qlikapple
Creator
Creator
Author

can anyone please give reply

jonathandienst
Partner - Champion III
Partner - Champion III

The expression calculates the 50% fractile (aka the median) of the average score by ID. 

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
qlikapple
Creator
Creator
Author

Hi Jonty

can we use median function for this, if we can use median function, can you please tell me how to write this

jonathandienst
Partner - Champion III
Partner - Champion III

Median(Aggr(NODISTINCT Sum(Score) / count(ID), ID))

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein