Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
LebogangT
Contributor II
Contributor II

Section Access

I would like to create section access for a button. I only need selected users to see the button

Labels (3)
2 Replies
Digvijay_Singh

Section access is only for data authorization, not for visuals. AFAIK QLIK doesn't have mechanism to setup access at chart level. You can setup sheet level access.

https://community.qlik.com/t5/Deployment-Management/Sheet-Level-Security/m-p/1795062

@Vegar  in case you got more on this

anat
Master
Master

if you have limited users then use below condition

 if(UPPER(OSUSER()) = 'X' OR UPPER(OSUSER()) = 'Y',1,0)

or else in section access create flag like 1 or 0 

It would easier having a table (inline or excel file) with OSuser() and a flag

then use = only(Flag) = 1