Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Need help for a Logic

Hi,

I have a requirement which is little tricky.

I have to calculate a value (Sum(Sale))for the first month (January) of the calendar year and then populate the same value (calculated for Jan) for the rest of the year in a chart (Month as dimension) . Can someone please help me in how to do that?

Example for Jan it is 300, then for Feb to Dec it is 300 and show it in a chart. Month as dimension and the sum(sale) which is 300 as expression. How can we do this?

Thanks.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe use Month as dimension and

=Sum({<Month = {'Jan'}>} TOTAL sale)


as expression

View solution in original post

2 Replies
swuehl
MVP
MVP

Maybe use Month as dimension and

=Sum({<Month = {'Jan'}>} TOTAL sale)


as expression

Anonymous
Not applicable
Author

Thank you so much Stefan. That worked