Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
durgabhavani
Creator III
Creator III

How to implement trigger on my text object?


Hi ALL,

when i click on one text object ABC, it needs to to pop up another text object XYZ. Already  i implemented connection from XYZ to charts. so by default when XYZ pop ups the charts related to it needs to pop-up.

Can anyone help me to implement trigger?

Thanks,
Durga

11 Replies
Siva_Sankar
Master II
Master II

PFA

svenkita
Creator II
Creator II

Create a variable vABC

Create a text item and in the actions tab select Set Variable (Value = =IF(vABC=0,1,0) )

In the Text Object and Chart go to layout tab in properties and set Show Conditional (=vABC)

Attached is the sample file

Hop this helps

durgabhavani
Creator III
Creator III
Author

Thanks much for reply!.

I want to make it more clear. here i have another two other text objects lmn, pqr along with xyz. when i am selecting the pqr or lmn and then clicking on ABC. it is not popups the default object xyz. it is showing the previous selection (lmn or pqr),

Here i want by default pop up xyz when i click on ABC.

Advice me.


sasiparupudi1
Master III
Master III

Please attach your  qvw

Kushal_Chawda

When you click on pqr and lmn what should happen?

svenkita
Creator II
Creator II

Check if this is what you were looking for

durgabhavani
Creator III
Creator III
Author

Sorry, i am unable to upload qvw file in office.

 

--> HERE XYZ,LMN,PQR ARE MY TABS of ABC
--> WHEN CLICK ON ABC, IT NEEDS TO SHOW ONLY XYZ AND ITS RELATED CHART.
--> IF I CLICK ON LMN IT WILL SHOW THE CHARTS OF LMN.

BUT BY DEFAULT WHEN  I CLICK ON ABC,IT NEEDS TO SHOW ONLY XYZ AND ITS RELATED CHART.

NOTE: ALREADY I DECLARED SHOW HIDE VARIABLES TO MY CHARTS AS RELATED TO TEXTOBJECTS (XYZ.LMN,PQR)

ONLY MY TARGET IS TO SHOW THE TEXTOBJECT XYZ AND RELATED CHART WHEN I CLICK ON ABC TEXT OBJECT.

Thanks for sharing qvws. But in those qvw's, when we click on textobject abc it is showing,if i again click on it is hiding. i dont want hide the charts related to abc when i click on abc.

It seems it will get by using some document triggers. please advice.

It is highly appreciated.

Thanks

Not applicable

Attach your sample application with expected output in clear.

Not applicable

You can use 3 different variables to show/hide the objects for each click.

Like, vXYZ is to show XYZ and its related objects on ABC click.

likewise, you can apply LMN, PQR objects.