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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rank Function

Hi,

I have attached the samle QVW with the sample. Please could you have a look and advise.

I trying to calculate the 'Quartile Function' , i.e '(No of Rows + 1 ) /4 '

When I do No of rows I get '17' and after doing the calculation it will be 5.

I want to get the value '500' which is against the value '5'


Thanks,

Sijo

1 Solution

Accepted Solutions
Not applicable
Author

You can use min function instead of rank to get the desired out out.

something like this...  Min(Amount,<your number>)

e.g: Min(Amount, 5)

View solution in original post

2 Replies
Not applicable
Author

You can use min function instead of rank to get the desired out out.

something like this...  Min(Amount,<your number>)

e.g: Min(Amount, 5)

Not applicable
Author

Thanks