Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have 4 different script tabs:
and 4 different qlikview tabs:
and also each qlikview tab has one of this:
The reaload button runs this macro:
{{Sub ReloadDocument
ActiveDocument.Save
ActiveDocument.Reload
End Sub}}
i know i can have several macros like "ReloadDocument_PC, ReloadDocument_MD, ReloadDocument_SH, ReloadDocument_OL" and my question is, Can i link the buton with its respective macro and each macro run only their respective script tab? not the hole document, only the tab (and the script also) the user wants.
Any of you know something for this?
Thanks!
Hi,
What you can do is on button click you can set the variable and refer same variable in script and check the value, according to value you can decide if script needs to be reloaded or not.
Hope it is clear.
Regards,
Kaushik Solanki