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

Help in set analysis

Hello Friends,

As I am trying to fine the sum of sales for the maxium year.

I tried the following but it throws a error.

=Sum({<ShipmentYear={'$(=max(ShipmentYear))'>}}[Sales])

Could you please help me..

Regards

Chriss

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Just a typo it seems. Try:

=Sum({<ShipmentYear={'$(=max(ShipmentYear))'}>}[Sales])


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Just a typo it seems. Try:

=Sum({<ShipmentYear={'$(=max(ShipmentYear))'}>}[Sales])


talk is cheap, supply exceeds demand
Not applicable
Author

Hello Gysbert,

Thanks a lot, it works, I tried this for the past 2 hours, came with a good solution.

Reagrds

Chriss