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: 
amars
Specialist
Specialist

Show help text on restoring a minimized Chart

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

2 Replies
Not applicable

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





amars
Specialist
Specialist
Author

Sorry srini, My Help Text is allready set, I wish to show it when the minimized chart is restored. Is there some way.