Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Max String Question

Hi

Bit stuck with this one, was trying to get the Max Wave for a particular leasing Company

I had this formula so far but doesn't seem to be working any ideas ?

=Max(<[Leasing Company]=$(vLeaseCo),Wave)

Thanks


Sarah

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

If Wave is string, then use MaxString()

=Max({$<[Leasing Company]={'$(vLeaseCo)'}>}Wave)  --Removed comma before Wave

View solution in original post

4 Replies
MarcoWedel

=Max({$<[Leasing Company]={'$(vLeaseCo)'}>},Wave)

Not applicable
Author

Sorry just tried and it said error ') expected

anbu1984
Master III
Master III

If Wave is string, then use MaxString()

=Max({$<[Leasing Company]={'$(vLeaseCo)'}>}Wave)  --Removed comma before Wave

Not applicable
Author

if it is a string you will need the maxstring() function