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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
zagzebski
Creator
Creator

Tab level filtering automated

Does anybody know of a way to create an expression that has almost a filtering effect on all data in the tab?

For instance I have to build into every expression a set that looks at the user role field then filters based on this which is VERY cumbersome.

Is there any way to create an expression at the tab level that will create almost like a tab level "set analysis" (filter) based on this expression? I don't want something that actually filters (like on a list box).

I don't know of anything but I have to create an If statement on every expression on almost every tab based on a users role. Section access isn't possible for various reasons.

Thanks in advance for any advice...

1 Reply
Siva_Sankar
Master II
Master II

Hi you can try using bookmarks, triggers to do this.

1. save selections to bookmark

2. clear selection

Bookmark can save and retrieve the filter selections whenever we required, that's the great feature of BookMark in Qlikview.

An additional step for your requirements will be fulfilled by applying triggers only in "On-Leave" and "On-Activate" actions.i.e; Right-Click on sheet --> Properties --> Triggers --> Sheet Events

1.)On-Leave

Action Type --> Bookmarks --> ReplaceBookmark= BM01

Action Type --> Selections --> ClearAll

2.)On-Activate

Action Type --> Bookmarks --> ApplyBookmark = BM01

Or try the link below

filtering data for a whole sheet

Regards,

Siva