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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Graphic

Hello,

I have two graphs in the same folder, but in one of them I want to always show every month of the year. even if filter to acquire information for other graphics. Could you help me?

Labels (1)
2 Replies
maxgro
MVP
MVP

Maybe you can use a set analysis with 1 (1 represents the full set of all the records in the application)

sum ( {1} yourmeasure )

or, for max year

sum({1<year={$(=max(year))}>} yourmeasure)

MarcoWedel
MVP
MVP

other methods would be to detach the chart or to use alternate states.

regards

Marco