Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikSense Access Section - ask for help

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

User.PNG

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

2 Replies
Anonymous
Not applicable
Author

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? 

Anonymous
Not applicable
Author

ScreenShot473.jpg