Forum Discussion
Help with table visual to table visual Edit Interactions behaviour
- 8 years ago
Hi Anonymous,
From my opinion, this requirement is not ahievable.
This table visual only have records with latest LOG_DATE. When you click the SCRIPT_ID of 1, it means current record where date is the latest one is chosen. Then, the related table visual will find out the same row to exactly match with it.
Regards,
Yuliana Gu
Hi Anonymous,
You can control the interaction between visuals by "Edit Interactions". Choose the top table visual in your scenario, then, disable the interact filter in second table visual.
Best regards,
Yuliana Gu
This doesn't acheive what I'm trying to do.
I would like to click on a record in the top table visual (each row in the top table visual is Grouped By the SCRIPT_ID showing the SCRIPT_ID details for the MAX (LOG_DATE)) which should then filter the bottom table visual to show all records for that clicked SCRIPT_ID from the top table.
For example,
If the user clicked on the row with the SCRIPT_ID of 1:
then the user should see in the bottom table visual all rows with a SCRIPT_ID of 1 and hide all other rows with different SCRIPT_ID values:
How do I acheive this?
Thanks.
- v-yulgu-msft8 years agoMicrosoft Employee
Hi Anonymous,
From my opinion, this requirement is not ahievable.
This table visual only have records with latest LOG_DATE. When you click the SCRIPT_ID of 1, it means current record where date is the latest one is chosen. Then, the related table visual will find out the same row to exactly match with it.
Regards,
Yuliana Gu
- Anonymous8 years agoNot applicable
Okay, so it seems what I am trying to achieve cannot be done. That's fine. Thanks for the response.