Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Sep 17, 2024 9:25:44 AM
Sonja_Bauernfeind
Sep 17, 2024 9:25:27 AM
If a Qlik Sense document uses Section Access to restrict user access, the following error may be seen during data load:
Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script.
Multiple root causes and matching solutions exist:
Verify that the user executing the script has ADMIN access in the Section Access table.
All field data (such as userID, email) must be written in upper-case.
Make sure the column names are correct. If these are not matched, use an "as" prefix to adjust it.
Example: ACCESS, USERID, USER.EMAIL
LOAD ACCESS, EMAIL as USER.EMAIL, REDUCTION, OMITGROUP; SELECT ACCESS, EMAIL, REDUCTION, OMITGROUP