Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
There's probably a really easy way of doing this but i cant find it!! Is there a way of automatically reloading the script everytime a qlikview file is opened?
Thanks in advance
Chris
Hi Chris,
create a macro
sub autoreload
activeDocument.reload
end sub
In document properties > Triggers > OnOpen >> Add Action > External > Run Macro , use previous macro name.
Alex
Hi Chris,
create a macro
sub autoreload
activeDocument.reload
end sub
In document properties > Triggers > OnOpen >> Add Action > External > Run Macro , use previous macro name.
Alex
Excellent, thanks very much
thank you but what if i want to reload in the IE plugin