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

Announcements
Save an extra $150 Dec 1–7 with code CYBERWEEK - stackable with early bird savings: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter that works for one particular object only and not others

I am creating Dashboard with multiple tabs. Will have filter page on beginning which should filter all the tabs. One of tab is pivot table where I want to create filter(multibox, or list box) which will filter that table only.  But this multibox filters whole tab. Is ther away to create multibox that will filter only pivot table on that sheet. But main filter page should also work in pivot table. I have tried alternate state on multibox and pivot table looked like it worked but the main filter page filter wont be applied to Pivot table. Does anybody have any ideas on this topic?

8 Replies
sushil353
Master II
Master II

Try this:

create a trigger on leave sheet:

while leaving the sheet clear the fields from multibox.

in this way your global filter would be applicable to your pivot tab and when you leave that sheet the multibox selections will be cleared.

HTH

Sushil

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

If you define your "special" filter using an Alternative State, it will overlap with the "common" filters. You can use Set Analysis and define how the two states should co-exist (using intersection of the two states, or overriding certain fields...)

Ask me about Qlik Sense Expert Class!
narender123
Specialist
Specialist

Hi Subash,

suppose your filter name is 'city'.

you can do only one thing in all table expreesion where you dont want to filter that table.

in set analysis expression write

=sum({<.....,city=>}amount)

means you have to write only city=   where you dont want to effect that filter in table expression.

Not applicable
Author

Hi Sushil, Creating trigger partially worked in my situation. When I cleared on Leave sheet it clears all the selection made in main filter page. Is there a way to store the selection in main filter page and apply it acress all the tab regardless of indivisual selction in the tabs.

Not applicable
Author

Hi Sushil, Creating trigger partially worked in my situation. When I cleared on Leave sheet it clears all the selection made in main filter page. Is there a way to store the selection in main filter page and apply it acress all the tab regardless of indivisual selction in the tabs.

Not applicable
Author

Hi Sushil, Creating trigger partially worked in my situation. When I cleared on Leave sheet it clears all the selection made in main filter page. Is there a way to store the selection in main filter page and apply it acress all the tab regardless of indivisual selction in the tabs.

Not applicable
Author

Hi Sushil, Creating trigger partially worked in my situation. When I cleared on Leave sheet it clears all the selection made in main filter page. Is there a way to store the selection in main filter page and apply it acress all the tab regardless of indivisual selction in the tabs.

Not applicable
Author

Hi Sushil, Creating trigger partially worked in my situation. When I cleared on Leave sheet it clears all the selection made in main filter page. Is there a way to store the selection in main filter page and apply it acress all the tab regardless of indivisual selction in the tabs.