Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ajinkyabhonsle
Contributor III
Contributor III

Ignore Filters in a chart

Hi Guys,

I have a table which should change only on selection of certain filters in the sheet. eg: The table should change when the user selects filters: Fiscal_Year, Fiscal_Quarter and should not change when a user selects filters  for eg: Landing_Page_path, Landing_Page_section.   

Below is the measure in my table:

sum({<PAGE_SECTION = {"*developers*"}>}PAGEVIEWS) 

what kind of changes should i make in my measure to get this? I tried adding 1 in the measure but it rejects all the filters in the sheet.

1 Solution

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

Add below to your set analysis

Landing_Page_path=, Landing_Page_section=

View solution in original post

1 Reply
dplr-rn
Partner - Master III
Partner - Master III

Add below to your set analysis

Landing_Page_path=, Landing_Page_section=