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

Max comparing rows over several Dimensions

Hi together,

I have a simple question, but I can not find an easy solution to it.

I want to create a new field in the Load Editor, which gives me the Maximum of the row of 4 different dimensions:

No1No2No3No4Max(No1, No2, No3, No4)

1

2344
67899
98769
72828
45325

Is there a function to create the column "Max(No1, No2, No3, No4)" or do I have to do this by using a lot of comparisions ?

Thanks in advance and best regards

Thorqlik

1 Solution

Accepted Solutions
sunny_talwar

Try RangeMax() function instead of Max:

RangeMax(No1, No2, No3, No4)

View solution in original post

1 Reply
sunny_talwar

Try RangeMax() function instead of Max:

RangeMax(No1, No2, No3, No4)