Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
samvile18
Creator III
Creator III

Qlik Sense - App Level Section Access

Hi everyone, 

I'm trying to add section access to my apps the same way we have in View which controls what users can see specific apps on the Hub. 

For some reason I can't get this to work, I don't want to add data reduction or anything, I simply want to control what apps can be viewed within a stream. 

This worked on QlikView really well but for some reason I can't get it to work on Sense. Here's  an example script I use;

Section Access;

SA:
LOAD
Upper(UserAccess) as ACCESS,
Upper(UserName) as USERID
FROM [lib://AccessRules/AccessRules.xlsx]
(ooxml, embedded labels, table is [AccessRules])
Where AppName = '$(vDocName)';

section Application;

This used to work with no issues, is there anyone else doing this?

Any help is appreciated.

Labels (4)
2 Replies
jwjackso
Specialist III
Specialist III

If you are not using Section Access to limit data, you might want to look at Custom Properties  and Security Rules.

Custom Properites/Security Rules Tutorial 

agigliotti
Partner - Champion
Partner - Champion

Hi @samvile18 ,

To manage which apps/sheet objects a user can access to, you have to create a security rule on QMC.
Take a look at https://help.qlik.com/en-US/sense-admin/September2020/Subsystems/DeployAdministerQSE/Content/Sense_D...

I hope it helps.

Andrea