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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to do Quartiles in the script

Good day,

I´ve this app that has the following columns USERID,monthtx and amounttx which has the amount of money spend on any given month.

so my goal is categorize or organize with quartils the user upon the amount they spend throught out six month period which is a data range that i have.

How do i do that.?

the total rows is aprox 12 millons..

any help will be appreciated.

JuanD

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the fractile function to calculate the quartile values: fractile(Amount,.25).


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the fractile function to calculate the quartile values: fractile(Amount,.25).


talk is cheap, supply exceeds demand