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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

section access

Hi All,

I Have implemented section access (row level security) in my application, desktop its working fine but in access point its not working as expected.

i am seeing the ADMIN Data not the user level data

Example:

ACCESS , NTNAME, REGION , COUNTRY, LEVEL

ADMIN, NT1, ASIA PAC, *, *

USER, USER1, EUROPE, *, A1

I supposed to see Europe , all country and A1 level but i am seeing ASIA PAC data .

please let me know why its taking ADMIN Data in my ID

Thanks in advance

2 Replies
Clever_Anjos
Employee
Employee

NTNAME should include your domain

ACCESS , NTNAME, REGION , COUNTRY, LEVEL

ADMIN, YOURDOMAIN\NT1, ASIA PAC, *, *

USER, YOURDOMAIN\USER1, EUROPE, *, A1

Peter_Cammaert
Partner - Champion III
Partner - Champion III

In addition to Clever's remark, keep in mind that a star in a Section Access field means: all values in that column in that Section Access table, not all values in the field in your entire data model. Wildcards don't travel from Section Access into Section Application.