Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
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