Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
In my Qlikview File, I have a chart which is minimized. Whenever this chart is doubled clicked & restored it to it's original size , I wish to show the Help Text for that Chart . Is there a macro or some other way to do that. Please suggest me. Thanks in advance.
With Regards
Amar
Hi Amar,
Do you expect this macro ?
Sub Help
set g = ActiveDocument.GetSheetObject("CH01")
set gp = g.GetProperties
gp.GraphLayout.Frame.HelpText.v = "Bla bla bla"
g.SetProperties gp
end Sub
Regards,
Srini
Sorry srini, My Help Text is allready set, I wish to show it when the minimized chart is restored. Is there some way.