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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
saminouari
Contributor III
Contributor III

How to show all value of a dimension ignoring a specific filter

HI,

I have a dimension called "Team", when I select a date the filter systemically apply to the dimension "Team", what I want is to show all the value of the dimension "Team" even if I select a specific or any date.

I want the list of all my "Team"  fixed.

 

 

Labels (1)
1 Reply
Kushal_Chawda

Probably you can use the set analysis in your measure to exclude the selection of Date filter

Assuming your measure is Sum(Sales), then use below set analysis 

Sum({<Date>}Sales)