Skip to main content
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
Luminary Alumni
Luminary Alumni

Hi,

Try this

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


Hope this helps you.


Regards,

Jagan.