Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
kjun0306
Contributor III
Contributor III

Section Access works with Inline load only

Hi,

When I load user list as an inline load, the section access works, but it doesn't work if I load the user list from qvd.

Is it the way it works?

Labels (2)
2 Replies
MatheusC
Specialist II
Specialist II

Hi, @kjun0306 
yes, it can also be read through qvd, but it does not work with optimized loads, that is, without any changes.

work like this example:

section access;
LOAD
ACCESS,
USER ID,
PASSWORD,
top([GROUP]) as [GROUP]
FROM SAccess.qvd (qvd);

See this documentation below qlik help:
https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manag...

Regarts,
Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
MatheusC
Specialist II
Specialist II

Did you get the solution?

Close the topic with the solution met and leave a like if you found it useful.

Thank you!

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!