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

Is there a function for biggest ?

Hi

Is there a function for biggest ?

What I am after is something that if I have 3 variables set say like this :

set vSmall = 1 ;

set vMedium = 22 ;

set vBig = 333 ;

Then my imaginary Biggest() function when used like this :

     Biggest ( vMedium , vBig , vSmall )

Would return the value of vBig as it is the biggest, as in 333

Many Thanks,     Bill

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Bill,

Use the Rangemax(value1, value2,...) function.

Marc.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Bill,

Use the Rangemax(value1, value2,...) function.

Marc.

Anonymous
Not applicable
Author

Wow !!  Perfect !!

Many Thanks, Bill