Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
prees959
Creator II
Creator II

Using an Admin Lookup to control access

Hi,

I have a lookup of names :

OSUSER                    ,       ADMIN_LEVEL

ThisDomain\User1     ,                1

ThisDomain\User2     ,                1

ThisDomain\User3     ,                2

Is there a way of hiding a tab or a button to all those users who are level 2?

Thanks

Phil

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Yes, and the most straightforward implementation comes with Section Access.

See for example here:Sheets Security with Section Access

The article contains a link to another post that does the same thing using MATCH() calls. That may be simpeler to use if you don't need strictly controlled access or data reduction.