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: 
Not applicable

Opposite of Fractile() Function

Hi All,

In Qlikview there is a function called Fractile() which returns the value which is on a particular fractile position.

do Qlikview have just opposite function of Fractile() which we give calculated value from so fields and its return its Fractile postion like "0.9" or "0.5" etc

Regards,

JKV

2 Replies
swuehl
MVP
MVP

Maybe I am missing something, but I don't think there is an explicite function to do that.

But you can calculate a close match (the bigger your sample size, the closer) by using something like

=count({<Field = {"<34"} >} Field) / count(Field)

where '34' is just a arbitrary value / result of fractile function.

Not applicable
Author

i will try and let you know about this.

Thanks