Forum Discussion
Edit Interaction not working as expected
I have three table visuals (A, B, C). All three table visuals are populated from the same table. Interaction between the table visuals are as follows
When a value is selected in the table A, table B and table C will be filtered as the interaction is enabled
When a value is selected in table B, table A and C will not respond as the interaction is disabled
When a value is selected in table C, table A and B will not respond as the interaction is disabled
This set up is working fine but when the user selects a value in the table A and clicks something on the table B or C all the three table resets to its original state.
can someone please assist on why the table A responds to click made in table B or C.
Thanks in advance.
jmselvan91 you have to prese the ctrl + A for multiple selection, if you just click on any of the visual existing selection will get reset, this is the default behaviour.
2 Replies
- parry2kSuper User
jmselvan91 you have to prese the ctrl + A for multiple selection, if you just click on any of the visual existing selection will get reset, this is the default behaviour.
- jmselvan91New Member
Thank you!