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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
AmCh
Creator
Creator

Max function

hello all,

I am trying to calculate the maximum value from three fields and feed the determined value into a new field using for loop.

As an example for the input fields would be:

A,B&C (with the same size)

Ouput would be:

D ( row i is equal to the maximum value of rows i of A,B &C).

Thanks in advance

Labels (2)
1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

Hi,

Try with

=rangemax(A,B,C)

 

View solution in original post

1 Reply
sergio0592
Specialist III
Specialist III

Hi,

Try with

=rangemax(A,B,C)