Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
I have requirement as below .
There are 3 Tabs in my Dashboard .
There are 2 Roles/AD Groups -
1) Group 1 users should have access to entire dashboard ( All 3 tabs ) without any data restriction (Just like open access to Everyone .)
2)Group 2 users should see their own data only(based on their USERID) and they should not see Tab1. Consider USERID as NTNAME here .
SAMPLE DATA BELOW :
load * inline
[USERID,USERNAME,AREA
USER1,ABC,AREA1
USER2,DEF,AREA2
USER3,GHI,AREA3
USER4,JKL,AREA4
];
How to achieve the mixed combination of "Sheet level security" and "Data restriction" using Section Access ?
Thanks,
Anjee
There's an example here: https://community.qlik.com/t5/QlikView-App-Dev/Section-Access-at-the-Level-of-Sheets-in-QlikView/m-p...
There's an example here: https://community.qlik.com/t5/QlikView-App-Dev/Section-Access-at-the-Level-of-Sheets-in-QlikView/m-p...