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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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 (1)
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)