New to Qlik Analytics

If you’re new to Qlik Cloud or Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!

Who Me Too'd this topic

Sakshi11
Contributor
Contributor

How to give access to multiple users in qlik sense using Session Access

I'm trying to give an app access to multiple users in Qlik sense Saas using a session access script but I'm facing the below error :

AccessList Lines fetched: 0 Access was denied after reload. Check that the user that reloads the script is included in the section access part of the script.

Data has not been loaded. Please correct the error and try loading again.

Please refer below the session access script :
Section Access;
LOAD
"ACCESS",
UserName,
USER.EMAIL,
%AUTHID,
app_name
FROM [lib://Global:DataFiles/Section Access.xlsx]
(ooxml, embedded labels, table is AccessList)
where WildMatch(app_name,'Global') and WildMatch("ACCESS",'ADMIN');

Section Application;

exit Script;

 


Please help to resolve this issue

 

 

 

 




Labels (4)
Who Me Too'd this topic