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: 
Anonymous
Not applicable

Section Access Limitations in Qlik sense

Hi All,

Are there any limitations of using section access in qliksense... As an example Qlik sense has syntax like below:

section access;

load * inline [

ACCESS, USERID, REDUCTION, OMIT

USER, QVNCYCLES\flp, 1, Region

USER, QVNCYCLES\kag, 2,

];

Whereas previously I have implemented section access logic in Qlikview like below:

section access;

load * inline [

ACCESS, USERID, PRODUCT, LOB, LEGALENITY, COSTCENTER

USER, QVNCYCLES\flp, BONDS, COMMERCIAL BANKING, 23000

USER, QVNCYCLES\kag, DERIVATIVES, PERSONAL,*

];

etc...

is there any limit to use the fields for reducing the data..

Thanks


0 Replies