Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a qlikview document and I want different users to have different acces, yet some users have the same acces, how can i work with NTNAME and userprofiles
ATM i have this
Section Access;
LOAD * INLINE [
ACCESS, NTNAME, OMIT, COUNTRY
ADMIN, TSC
USER, AA, CITY, BELGIUM
USER, AC, CITY, BELGIUM
USER, VA, CITY, FRANCE
USER, AH, CITY, BELGIUM
USER, HC, CITY, BELGIUM
USER, YY, CITY, FRANCE
USER, OG,
USER, LB,
];
So users TSC, OG and LB have the same profile, AA, AC, AH and HC have the same profile and VA and YY too, so i would like to group them.
So i wanna have one table which organizes the different section acceses and one table wich places every NTNAME in a group
GROUP , OMIT, COUNTRY
1, CITY, BELGIUM
2, CITY, FRANCE
3,
NTNAME
AA, 1
AC, 1
Can somoene help me with this ? I have no clue how to make it work.
Hi,
Check this link.
Regards,
Kaushik Solanki
Yes I see, but where do i define my AD groups
In this example he allready made his AD groups
Hi,
You will have to create those groups in AD.
Ask your AD team to create group for you. Once they do you can use it in section access.
Regards,
Kaushik Solanki