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

hide a stream with user access permission

Hi,

     I have 2 streams namely stream A & stream B.

     The stream A contains homepages app which has flow chart with button used for navigating to the app in stream B.

    The stream B contains app that can be accessed from stream A for example if the user clicks button 1 from flowchart in stream A it opens button 1 app from stream B.

This Stream B must be hidden from the user with user access permission.

Please I need a solution for this problem

Thank you

 

2 Replies
Levi_Turner
Employee
Employee

Qlik_Administrator_Dude
Partner - Creator
Partner - Creator

Hello, 
You could try a security rule like this: 

Resource: App_{insertguidhere}
Conditions: user.@dept

Requirements: 

1. Tag named 'dept' 

2. Apply the tag to the users you want to use the app

3. Apply the security rule to the App or Apps

If you wanted to do something more broader, you could create tags for every department, and secure all of the apps based on tags with something like this: 

Resource: App_*
Conditions: user.@dept=resource.@dept