Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

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

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