Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Friends,
Could you please tell me how to this.
Please find the attached.
Regards
Chriss
Here you go.
FYI the conditional show of the objects managed by variables is found on the layout tab.
Hope this helps.
hi
see macro code
sub test
set v = ActiveDocument.Variable("visible")
if ActiveDocument.GetSheetObject("LB03").IsMinimized then ActiveDocument.GetSheetObject("LB03").Maximized
v.setContent "0", true
end if
end sub
Hi Viswarajan,
Thanks for your reply, the macro which shows a parse error, and the idea which is not clear to me.
Could you please help me how to apply in to the Max.qvw.
Regards
Chriss
Hello Chris,
You can control this using buttons instead of clicking on the minimised chart box,
there are actions on these buttons you can stack up for maximising and minimising objects or alternatively
you could conditionally show them by toggling a variable value.
Thanks
Hello Philiphand,
Thanks for your reply, Yes, you are correct, when i have 3 charts means, its working fine as setting the propertey as minimized and maximized.
Now, I have four charts, I don't know how to control it.
Could you please apply the settings in my attached test qv (Max.qvw), it will helpful to me.
Regards
Chriss.
Here you go.
FYI the conditional show of the objects managed by variables is found on the layout tab.
Hope this helps.
Hello Philiphand,
Excellent...
I got it how its worked....
Regards
Chriss