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: 
Not applicable

How to define a filter at the tab level?

Dear Community members,

I just have learned how to set up characteristic value filter at the chart level.

Two next questions:

How to setup characteristic value filter to the Tab level (all charts on the same tab) if possible?

How within the Chart setup multiple filters, for example FRUIT_COLOR = 'YELLOW' and FRUIT_ORIGIN = 'LA'?

Many thanks for your support!

1 Reply
Not applicable
Author

For Tab Level create a List Box with your field to filter, lock it and hidden it. (list box layout condition)

For chart level, use a Calcuated Dimension like this:

if(FRUIT_COLOR = 'YELLOW' and FRUIT_ORIGIN = 'LA', ChartDimension)

Hope this helps