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

Using maxString in Set Analysis

Hello,

I am trying to get this expression to work:

='Total: ' & num(sum({$<[Opp Created Year] = maxString([Opp Created Year])>} [Line Total Price - USD]),'$##,###.')

but it says error in set modifier element function name. I want to get the sum of line total price - usd of the current max opp created year.

Thanks!

-Jason

1 Reply
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this

='Total: ' & num(sum({$<[Opp Created Year] = {'$(=MaxString([Opp Created Year]))'}>} [Line Total Price - USD]),'$##,###.')


Hope this helps you.


Regards,

Jagan.