Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
This is the style of rule that you are after: https://community.qlik.com/t5/Qlik-Sense-Deployment-Management/Security-Rule-to-Access-an-App-withou...
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