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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section access - All access

Dear all,

Some user need to be restricted acces for some branches but most can see all of them.

when I do a little test (see below) the section access definition * doesn't seem to be recognized.

How do I convince Qlikview to allow certain users access to all fields?

Code:

Star is *; // Required if wildcard characters are used in Section Application

// -------------------- Who can access this Application --------------------

Section Access;

[User Authentication]:

Load * Inline [

ACCESS, NTNAME, TCTLOW

ADMIN, SERVER-EU\BE11635, *

User, SERVER-EU\BE11635, 'S010'

];

// -------------------- What filters are enforced per User --------------------

Section Application;

[Branch Authorisation]:

Load

NTNAME,

TCTLOW as [0SALESORG]

Resident [User Authentication];

10 Replies
Not applicable
Author

Hi Kevin,


Please mark answers as helpful or correct.

Have a good one.