Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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
Not applicable
Author

after i add this fine i am not able to login to my application..can you tel me what changes you made..i dont see any changes to script

vardhancse
Specialist III
Specialist III

Hi,

I guess the issue is with the hidden script.

after adding the hidden script you need to run in the local system.

Please make sure that QV service accounts related to QMC were added in the users list.

Once the reload was successful in your local system, now try running in QMC.

satheshreddy
Creator III
Creator III

Hi Chenna,

why your write column names like that can you try like this.

ACCESS, NTNAME,DEVELOPERDESC

ADMIN,IMDAD\SA_QLIK_SVC_ACC,*

USER,IMDAD\USER_QPMC,ASHGHAL

USER,IMDAD\USER_PM,RAIL

Regards

S S

Siva_Sankar
Master II
Master II

Channa Vunnam,

Try changing the script like this

ACCESS, NTNAME,DEVELOPERDESC

ADMIN,IMDAD\SA_QLIK_SVC_ACC,*

USER,IMDAD\USER_QPMC,ASHGHAL

USER,IMDAD\USER_PM,RAIL

and then make the checkbox as mentioned in the screenshot below

tip.png

reload and save the application.

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

Not applicable
Author

i dont know what you did to the qvw but now i even not able to login to my application

Siva_Sankar
Master II
Master II

You no need to open the application i sent. Just do the changes that I mentioned above in your application.

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
Not applicable
Author

i did it after still it shows all data for USER_QPMC

On Mon, Apr 10, 2017 at 9:19 AM, Jonathan Dienst <qcwebmaster@qlikview.com>

satheshreddy
Creator III
Creator III

Hi Channa,

how its possible, it should work.


please clear and re create data, please use inline load wizard while creating time.

Regards

Sathish

Not applicable
Author

I am not able to load data from QVD after i did this.