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: 
durgabhavani
Creator III
Creator III

Help me in writing trigger?

Hi All,

I have one stacked bar chart with country, I placed an text object with transparency to show the barchart below. (find image 1 for reference)

1.PNG

now when i click on particular field value (category = high,med,low) it should pop up the respective text object related to category.

2.PNG

Finally when i click on this text object it should pop up the straight table.

Please help me in writing trigger to get the object based on selection.

3.PNG

Thanks,

Durga

5 Replies
sunny_talwar

From what I understand, may be instead of using Select in Field, use Set Variable. That variable can then be used in conditional show/hide of your straight table object.

HTH

Best,

Sunny

durgabhavani
Creator III
Creator III
Author

Thanks for response sunny.

I can achieve it by using the variables, but i am facing complications when multiple values. i am using cyclic drill down and contional layout. so i need to implement in this way.

Thanks

sunny_talwar

I guess you may get better help if you post a sample which explains what you are already doing and what is that you intend to do next?

durgabhavani
Creator III
Creator III
Author

Please find the sample which reflects my real time scenario. look into the open alerts by country chart in dashboard.

Read my scenario as above.

help me in writing trigger to popup objects based on selection.

thanks

durgabhavani
Creator III
Creator III
Author

sunny, PFA