Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access

I want to implement NTNAME based section access but only for few users and I want other users to see all the data even if they are not included in the section access

For ex : I have one AD group (e.g. myteamadgroup) where 10 team mates are member of this group. In my data model there is one REGION field which has data like REGION1,REGION2,REGION3,REGION4

I want to design section access only for 4 members with restriction on REGION field (e.g. when they log in to dashboard then they should see only REGION1's data) and rest of members should login to the dashboard and should see all the data (Even if they are not part of section access) Is this possible?

2 Replies
Anonymous
Not applicable
Author

Hi Rahul,

Created on excel file and include 2 tabs within that excel. Follow the attached way to accomplish the section access you want. Don't forgot to update the setting Initial data reduction option in document properties >.Opening tab.

tab - 1  

ACCESSNTIDLEVEL
USERYou IDAll
ADMINYou IDADMIN
USERUser NT IDGroup A
USERUser NT IDGroup B
USERUser NT IDGroup C
USERUser NT IDGroup D
USERUser NT IDAll
USERUser NT IDAll
USER

User NT ID                                                               All

Tab - 2

  

REGIONLEVEL
EASTGroup A
WESTGroup B
SOUTHGroup C
NORTHGroup D
EASTAll
WESTAll
SOUTHAll
NORTHAll

Regards,

Imran K

srchilukoori
Specialist
Specialist

Hi Rahul,

Include the following record in your section access table

NTNAME, ACCESS, <REDUCTION FIELD>

*, USER, *

This gives unrestricted access to data for all users not listed in the AD group.