cancel
Showing results for 
Search instead for 
Did you mean: 

Additional custom event possible ?

Former Member
0 Kudos

Hi,

when switching from one layer to another a custom event is required (for instance when clicking a button). Now I would like to use a "select" event from clicking a data point in a chart to go to another layer, instead of adding a button to my screen. Unfortunately, the transition between layers cannot be triggered by the select event. Is there any option or workaround to trigger an additional custom event when the select event is triggered ?

Regards, Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193545
Active Participant
0 Kudos

Hi

I have noticed this problem as well, currently this is how it works one reason why I can see that it works like this is that when a table is loaded the first row is always selected so the navigation to the next layer will always be envoked.

I have tried to solve this by placing the elements in the same layer and using visibility conditions to display or hide specific parts of the application.

Jarrod Williams

richard_hirsch
Active Contributor
0 Kudos

Hi,

It isn't just restricted to table elements. If you try to map a chart "select" event to layer transition, you will experience the same problem.

Dick