Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi folks,
I am trying to implement section access on the qliksense enterprise server.
I tried with a basic sample example.
section access;
LOAD * inline [
ACCESS, USERID,REGION
ADMIN,ADMIN,*
USER, USER1,USA
USER, USER2,EUROPE
];
section application;
Region:
Load * inline [
REGION
USA
EUROPE
CANADA
];
by using above script, i am able to restrict the data by region in qlikview.
when i use the same script in qliksense , after loading it says access denied.
I am using Qliksense enterprise edition;
Need help..
Hi,
have you looked at this thread:
QLIKSENSE SECTION ACCESS NOT WORKING
...looks like you should replace ADMIN with USER.
BR
/Pierre