Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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;

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

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

];

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

20 Replies
sureshsindhigi
Contributor III
Contributor III

Hi,

Can you please share your QVW file, which includs script to get more clarification. Thank you..

Regards,
Suresh Sindhigi.

Siva_Sankar
Master II
Master II

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

Not applicable
Author

i did this check box still no use

Not applicable
Author

please find qvw

On Sun, Apr 9, 2017 at 8:36 PM, Suresh Sindhigi <qcwebmaster@qlikview.com>

Siva_Sankar
Master II
Master II

what is hidden script password?

Siva_Sankar
Master II
Master II

You didnt check the box. tip.png

Not applicable
Author

QPMC

Siva_Sankar
Master II
Master II

reload the attached file and save.

close all the qlikview instance completely and re open the dashboard.

Not applicable
Author

but i see no changes you made to my script