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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
delbooth
Contributor II
Contributor II

Ignore master items

Hi.

 

I have a master item drill down dimension called 'Flashdate' that goes from year to day.  For one of my charts I want it to ignore the master item and sum all the values even if the year 2019 is selected from the master item in another table.

 

Thanks

2 Replies
OmarBenSalem

Suppose ur master dimension contains : Year,Month,Week,Day

change ur measure from:

sum(Measure)

to sum({<Year,Month,Week,Day>}Measure)

delbooth
Contributor II
Contributor II
Author

Thanks