Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Trigger an other Cyclic Group

I have two charts and each chart is using group expressions. If i change one i would like to change other one as well . I thought about Cyclic group,, but can that be done with expression where i have same dimension being used in both. I am attaching qvw for reference..

Thanks in advance

4 Replies
Gysbert_Wassenaar

See attached qvw


talk is cheap, supply exceeds demand
Not applicable
Author

Hey Fasial,

I had a similar requirement and the way i did it is through an input box with all the expression names in it.Which ever name you selected that corresponding expression would be used in all the charts where ever applicable.

Hope it helps.

Not applicable
Author

Thanks ,, it seems i cant use cyclic group on expressions... so i ahve onl this choice. i wanted to see if i change one side it should autmatically change other

Anonymous
Not applicable
Author

Faisal

Why not use Conditional Show for the expressions? (instead of cyclic group)

     let say you create a new variable: vShow = 1.

     for one expression you set condition: vShow = 1

     for the other expression you set condition vShow =  -1

     now you create a button that set variable value: vShow = $(vShow) * (-1)

each time you click the button, only one expression will be shown. You can do it for both of the charts

Yaniv