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

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?

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

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

regards

Marco