Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Max picking from the data

Hi,

I have data like this 1,2,3,4,5,6,7,8,9 then I want to get only maximum value from this list.

I tried Max(1,2,3,4,5,6,7,8,9) but didn't worked.

Thanks,

1 Solution

Accepted Solutions
ecolomer
Master II
Master II

use rangeMax function

View solution in original post

4 Replies
ecolomer
Master II
Master II

If you put this values in a variable ....

see file attached

Not applicable
Author

I am using personal edition, hence not able to open it.

maxgro
MVP
MVP

maybe

rangeMax(1,2,3,4,5,6,7,8,9)

ecolomer
Master II
Master II

use rangeMax function