Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
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)
1 Solution

Accepted Solutions
Vinay_B
Support
Support

1 Reply
Vinay_B
Support
Support

Hi @Sakshi11 

 

Please review these posts which provide resolution to the same error: 

 

I hope this helps!

If this resolves your query, please click on "Accept as Solution" for confirmation. Thanks!