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

ok but authentication is not working.

vinieme12
Champion III
Champion III

what exactly do you mean by not working? example

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

References

QlikView Section Access Examples

Section Access

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

Try enable admin override security in security tab of document properties

Anonymous
Not applicable
Author

hey guys help me

Anonymous
Not applicable
Author

Still as it is

tajmohamed30
Creator III
Creator III

if the remaining tabs in script editor are visible, create new app copy paste the script and sheets, then make a copy of this and try security once again

Anonymous
Not applicable
Author

tried but nothing happened

ariel_klien
Specialist
Specialist

HI,

Did you activate the section access?

Go to Documents Properties (Ctrl+Alt+D) > Opening >Flag it -Initial Data Reduction Based On Section Access

BR

Ariel

Anonymous
Not applicable
Author

ya i already did it..