Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Kohli
Creator II
Creator II

In Qliksense i have a group with 10 users. I want give the access 9 members in that group. How can i remove the 1 user from the group.

In Qliksense i have a group with 10 users. I want give the access 9 members in that group. How can i remove the 1 user from the group.  

3 Replies
bramkn
Partner - Specialist
Partner - Specialist

What group? how is it defined? access to what?

Section access or removing the token will do it.

Anonymous
Not applicable

bhaskar_sm
Partner - Creator III
Partner - Creator III

Hi,

if you want give the access 9 members from the group of 10 member then you need to implement the section access on group and user id level i.e


section access;

LOAD * inline [

ACCESS, USERID, GROUP, REDUCTION_FIELD, OMIT

USER, userid1, AD_DOMAIN\A, *,

USER, userid2, AD_DOMAIN\A, 1,

USER, userid3, AD_DOMAIN\A, 2, NUM

USER, *, AD_DOMAIN\C, 3, ALPHA

USER, *, GROUP1, 3,

];

or if you want to put the the section access on Group level only then you need to remove the particuler user id form that group to avoid the access.

Note: Group and user id is not managed by Qlikview if its configured as AD or LDAP or Local user Directory.

if you found this helpful, please mark helpful or correct.

Regards,

Bhasker Kumar