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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Chandra_Shekar
Partner - Contributor
Partner - Contributor

Filter Restriction

How to ignore some filters to the chart objects..
If there are 3 filters and 2 of them are to applicable on the tablechart object and one shouldnt.
plz suggest the expression for this

Labels (6)
1 Solution

Accepted Solutions
micheledenardi
Specialist II
Specialist II

Use set analysis. So as example, if the expression on your chart is Sum(Sales) and you want to ignore the filters on Field1 and Field2 your change your chart expression as Sum({<Field1=,Field2=>}Sales)

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

3 Replies
micheledenardi
Specialist II
Specialist II

Use set analysis. So as example, if the expression on your chart is Sum(Sales) and you want to ignore the filters on Field1 and Field2 your change your chart expression as Sum({<Field1=,Field2=>}Sales)

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.
Chandra_Shekar
Partner - Contributor
Partner - Contributor
Author

Thank you so much, It is working

 

micheledenardi
Specialist II
Specialist II

Please mark the answer as correct

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.