Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
bhaskar
Partner - Contributor II
Partner - Contributor II

Sheet level section access to single user

Hi All,

I was created security rule for sheet level section access for single user.

two sheets has to visible for user (T964429) only but it is not working.

((user.userId like "t964429" or resource.name="SIM Tax Requirement - Product Statistics Report" and resource.name="Product Statistics Report-chrg_head_cd"))

Attached screenshot for reference. request to Please help to correct this.

Thanks in advance.

Labels (1)
1 Reply
Or
MVP
MVP

This is a security rule, not section access...

I'd suggest grouping the two AND conditions. I'm not sure if the syntax is correct, but at the moment it looks like a condition that will always evaluate to false since you are requiring two different resource.name at the same time.