Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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);
ok but authentication is not working.
what exactly do you mean by not working? example
References
QlikView Section Access Examples
Try enable admin override security in security tab of document properties
hey guys help me
Still as it is
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
tried but nothing happened
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
ya i already did it..