Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Help!!!!!

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,

1 Solution

Accepted Solutions
deepakk
Partner - Specialist III
Partner - Specialist III

HI,

I hope the attach application helps you out.

Deepak

View solution in original post

8 Replies
m_woolf
Master II
Master II

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'

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Keep in mind that the OnActive Object trigger goes away in QV11.

-Rob

Anonymous
Not applicable
Author

Hi mwoolf,

Could you do it in my attached file.

Thank you,

m_woolf
Master II
Master II

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.

Anonymous
Not applicable
Author

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,

Anonymous
Not applicable
Author

any tricks?

deepakk
Partner - Specialist III
Partner - Specialist III

HI,

I hope the attach application helps you out.

Deepak

Anonymous
Not applicable
Author

Thanks!!!!