Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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];
Hi Kevin,
Please mark answers as helpful or correct.
Have a good one.