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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Application

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;

20 Replies
satheshreddy
Creator III
Creator III

Hi Channa,

please recreate your Section access data, don't change source data.

Regards

Sathish