Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
MEDHA07
Contributor III
Contributor III

Section access implementation by AD group authentication in QLiksense

Hi All,

 

I need to implement the section based on two AD groups.One user group will have access to entire report with all data.

The second group should access only data level .

I have field call Business group with 1,2,3,4 

First group should access 1,2,3,4 groups data

Second group should get access only1,4  groups data.

In QMC we restricted app level access for first level.

Now need to implement data level restriction on APP script.

 

I have tried with below and i am not sure  is it correct script or need to understand the section application what needs to be written and how to join my fact table.

Fact Table fields,

Business group,

SectionAccess:

ACCESS NTNAME Business group
USER Domain\ADGROUP_1 *
USER Domain\ADGROUP_2 1,4
ADMIN INTERNAL\sa_scheduler *
Labels (1)
1 Solution

Accepted Solutions
NadiaB
Support
Support

Hi @MEDHA07 

NTNAME is a legacy QlikView field please refer to our documentation for Qlik Sense that also details how to implement SA with Groups. 

https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/m...

Hope it helps !

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm

View solution in original post

2 Replies
NadiaB
Support
Support

Hi @MEDHA07 

NTNAME is a legacy QlikView field please refer to our documentation for Qlik Sense that also details how to implement SA with Groups. 

https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/m...

Hope it helps !

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm