Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
Is it possible if I activate one chart keep a text object, if I activate another chart, hide this text object?
Thanks in advanced,
Yes, but it's a little messy.
Create a variable: vShow
For the text object, set its conditional show property (on the Layout tab) to =vShow = 'True'
Go to the sheet properties, and click the Triggers tab.
Select the Chart for which you want to show the text object.
Add an On Activate action.
Add|External|Set Variable - variable is vShow, Value is 'True'
Select the Chart for which you want to hide the text object.
Add an On Activate action.
Add|External|Set Variable - variable is vShow, Value is 'False'
Keep in mind that the OnActive Object trigger goes away in QV11.
-Rob
Hi mwoolf,
Could you do it in my attached file.
Thank you,
I'm not exactly sure what you are after, but since your app has buttons for showing and hiding the charts, just add more actions to the buttons.
Yes, when I click a button, chart is restored. I need in this chart to show a Text box. When I click another buton, restore another chart and old Text box should be hide.
Do you understand the idea?
Activate chart 1- text box shows
Activate chart 2- text box hide ( or show text box 2)
Thanks,
any tricks?
HI,
I hope the attach application helps you out.
Deepak
Thanks!!!!