Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to restrict user access to Sense model data using Access section in script, but for some reason it's not working
I've aded to the code (testing on my user)
Section access;
LOAD * INLINE [
ACCESS, USERID,GROUP_RESTRICT
USER,ADI\QLIKSENSE,UMI
];
Section Application;
The above should restrict for user ADI\QLIKSENSE see in model data only related to GROUP_RESTRICT = UMI
BUT still Model opens with full GROUP_RESTRICT values available.....
The username seems to be correct
The GROUP_RESTRICT field loaded in following load statements.
Model is on Server (developing on HUB)
So what I'm missing?
Please help!!!! (there are very few examples on web for this issue, I think I've found them all, but nothing is working)
Thank You in Advance,
Alona
Hi Alona,
I don't know QlikSense, we use QlikView only. In QlikView for SectionAccess you have to set in document options the restricting mode by opening of document. Do you have it in QlikSense too?