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: 
Anonymous
Not applicable

Hidden Script in Qlikview

hello

while i am creating hidden script after when i reopen that file by entering password the hidden script tab is invisible from that file and given actions .ie authentication is not working..

Section Access;

LOAD * INLINE [ACESS,USERID,PASSWORD,ZONE

       ADMIN, ADMIN, ADMIN, *

    USER, USER1, 123, North

    USER, USER2, 456, South Zone

    USER, USER3, 789, West Zone

    USER, USER4, 147, East Zone

];

Section Application;

zone:

LOAD Zone,

     State,

     Edition,

     Parent_Publication,

     Publication,

     Total_Ads,

     Invoice_Date

FROM

[..\source\NEWS MEDIA (Test)(1).xlsx]

(ooxml, embedded labels, table is Sheet1);


19 Replies
vinieme12
Champion III
Champion III

when i reopen that file by entering password the hidden script tab is invisible from that file

          >> Go to File >> Edit Hidden Script

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
vinieme12
Champion III
Champion III

also there is a spelling error with ACCESS

Section Access;

LOAD * INLINE [ACCESS,USERID,PASSWORD,ZONE

      ADMIN, ADMIN, ADMIN, *

    USER, USER1, 123, North

    USER, USER2, 456, South Zone

    USER, USER3, 789, West Zone

    USER, USER4, 147, East Zone

];

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

Options are disable

hidden.png

vinieme12
Champion III
Champion III

Because your section access failed you are no longer an Admin of the app..therefore they are disabled for you.

Always keep a copy as backup when working with section access

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

i corrected that one but still same issue

vinieme12
Champion III
Champion III

You need to open the app as an ADMIN

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

but given authentication is not working for any user including admin.

Anonymous
Not applicable
Author

that means ONLY ADMIN have authority to EDIT Hidden Script,Change Password?

vinieme12
Champion III
Champion III

Yes, only admins can edit hidden scripts

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.