Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
MH376
Contributor II
Contributor II

Ignore Selected Filters

I do have a table with Dimensions and Measure. I do have a filter which is a dimension available in the table. Is there a way for a table dimension to ignore the selected values? For eg: 

In first screenshot it has Filter and a table. In second screenshot a filter is selected but is there a way to ignore the selected the criteria?

Labels (4)
1 Solution

Accepted Solutions
MatheusC
Specialist
Specialist

Use {1} to ignore selections

sum({1} sales)

Regats,
Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!

View solution in original post

4 Replies
MatheusC
Specialist
Specialist

Hi, @MH376 

Use the = sign next to the dimension to be ignored, such as Field= in your expression ex:

sum({<Year=$(=max(Year)),Field=>}sales)



Regarts, Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
MH376
Contributor II
Contributor II
Author

The field is just a dimensional field. So there is no aggregations. Can this be achieved? In above screeenshot even if the Fieldname "Item" is selected the visual table should display all the items irrespective of the selection made. Although "Alice Mutton" is selected, the table should still display all the items along with its Quarter and Sales.

MatheusC
Specialist
Specialist

Use {1} to ignore selections

sum({1} sales)

Regats,
Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
themanwithnoname
Contributor II
Contributor II