Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mahitham
Creator II
Creator II

Security rule understanding help

Hi Experts,

I am trying to implement sheet level section access in qliksense.

I am checking the below link.

QlikSense Sheet Level Security - QMC Security Rules

But i am not getting the below rule and not getting how many custom properties  need to create here.

Can any one please let me know how many custom properties with which resource type and values i need to create to implement the above article.

Please explain the below highlighted 3 points

2) Rule for Applications

    1. Filter = App_*
    2. Suggested Logic = Identify a group of QlikSense Users who meet the criteria to access the applications.
      1. Users must have the user property of Company that matches the Custom Property (Company) assigned to the application.
      2. Users must have the user property of applications that matches the Custom Property (Applications) assigned to the application
      3. User must have Read Permission to the stream the application is in

((

resource.resourcetype = "App"

and user.userDirectory="Specific User Group"

and user.company=resource.@Company

and user.applications=resource.@Applications

and resource.stream.HasPrivilege("read")

))


Thanks in advance


3 Replies
vlad_komarov
Partner - Specialist III
Partner - Specialist III

Pinging Rohit Kumar, he should know....

VK

mahitham
Creator II
Creator II
Author

Hi rohitk1609,

Could you help me to implement sheet level security in qliksense with below scenario in QMC.

I have 4 user groups in QMC

1. Global Users

2. Sales Users

3. Product Users

4. Stores Users

I have 3 sheets  app in hub.

The sheet names are like below

1. Sales Analysis

2. Products Analysis

3. Country wise Stores Analysis

I have to show All sheets  to "Global Users"   User Group

I have to show only Sales Analysis sheet  to "Sales Users"   User Group

I have to show only Product Analysis sheet  to "Product Users"   User Group

I have to show only Country wise Stores Analysis sheet  to "Stores Users"   User Group


Thanks in advance.

rohitk1609
Master
Master

Hi Mahitha,

Please refer the following document which has complete solution of sheet level security and if it will not work please ping me

Sheet or App Object Level Security Qlik Sense

Thanks,

Rohit