Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i am using below script for data security but it is not working..looks behaving strange not able to trace out
please help me
Section Access;
LOAD * INLINE [
ACCESS, UPPER(NTNAME) as NTNAME, UPPER(DeveloperDesc) as DEVELOPERDESC
ADMIN, IMDAD\SA_QLIK_SVC_ACC, *
USER, IMDAD\USER_QPMC, ASHGHAL
USER, IMDAD\USER_PM, RAIL
];
Section Application;
Star is *;
LOAD ActualQuantity,
MaterialCategoryDesc,
UPPER(DeveloperDesc) as DEVELOPERDESC,
EstimatedQuantity,
ProjectDesc,
SelectDate
FROM
[\\CVW12PR-QVD01\ClusterSharedLocation\QVD\vw_DevelopersConsumption]
(qvd)where 1=1;
Section Access;
LOAD ACCESS, UPPER(NTNAME) as NTNAME, UPPER(DEVELOPERDESC) as DEVELOPERDESC
INLINE [
ACCESS, NTNAME, DEVELOPERDESC
ADMIN, IMDAD\SA_QLIK_SVC_ACC, *
USER, IMDAD\USER_QPMC, ASHGHAL
USER, IMDAD\USER_PM, RAIL
];
Hi,
Can you please share your QVW file, which includs script to get more clarification. Thank you..
Regards,
Suresh Sindhigi.
Under Settings - Document Settings - Opening:
Check the checkbox named : Initial data reduction based on Section Access
Reload the document, save and close the instance completely and reopen.
Siva
i did this check box still no use
please find qvw
On Sun, Apr 9, 2017 at 8:36 PM, Suresh Sindhigi <qcwebmaster@qlikview.com>
what is hidden script password?
You didnt check the box.
QPMC
reload the attached file and save.
close all the qlikview instance completely and re open the dashboard.
but i see no changes you made to my script