security - Simple Qlik Sense Section Access -
i attempting use section access qlik sense. testing against "admin1", rootadmin in qlik sense, admin in windows server. tried following script in data load editor, hit load data, quit re-enter. qlik says: "access denied".
section access; load * inline [ access, userid admin, admin1 ]; section application; load * inline[ customer, age 1,1];
i replaced admin, admin1
admin, domain1\admin1
still "access denied". same when try admin, *
or admin, '*'
.
how can make simple test work?
thanks,
amir.
just noticed in sense documentation, regarding section access, there no "admin" value in "access" column. when i've changed "admin" "user" worked.
section access; load * inline [ access, userid user, mydomain\admin1 ]; section application; load * inline[ customer, age 1,1];
also make sure username used domain prefix , domain added "user directory connector" in qmc.
Comments
Post a Comment