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

Highest value of variables

hello community,

i Need help Form an analysis:

i have a Few variables:

v_1 = 3.9

v_2 = 4.2

v_3 = 1.9

v_4 = 7.0

...

i want to geht the highest value from the variables. (7.0)

how can i solv the Problem?

=max(v_1,v_2) doesnt work.

i Need this value for further calculations...

thanks in advance!

alin pascut

Nachricht geändert durch Alin Pascut

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Use this?

RangeMax(v_1, v_2, v_3, v_4)

OR

RangeMax($(v_1), $(v_2), $(v_3), $(v_4))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

4 Replies
Anonymous
Not applicable
Author

‌i forgot to say: I am using QlikView view

Anil_Babu_Samineni

Use this?

RangeMax(v_1, v_2, v_3, v_4)

OR

RangeMax($(v_1), $(v_2), $(v_3), $(v_4))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

GREAT!!!

Thanks a lot

Anil_Babu_Samineni

Glad it worked for you? Close this thread .. Qlik Community Tip: Marking Replies as Correct or Helpful

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful