Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When i publish or reload the model on the dev stream , it doesnt prompt me for a password
Is the syntax correct
Section Access;
LOAD * inline [
ACCESS, USERID, PASSWORD, TeamFunction
ADMIN, ADMIN, ADMIN,
USER, FSSA, FSSA, FSSA
USER, AC,AC,Accounting Control
];
section application;
Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script.
can you try this?
Section Access;
LOAD * inline [
ACCESS, USERID, PASSWORD, TeamFunction
ADMIN, ADMIN, ADMIN, *
USER, FSSA, FSSA, FSSA
USER, AC,AC,"Accounting Control"
];
section application;
have a look on sample SA examples on below link
https://community.qlik.com/t5/QlikView-Documents/QlikView-Section-Access-Examples/ta-p/1492719
Are you able to login with Admin? and which user your facing the issue?