Hi Dojo,
I am working on a LCA that is using data source in query filter(Metrics Filter), and that query filter is connected to table(Metrics) and timeline. Each row in Metrics table represents block in timeline.
Whenever I double click on row in metrics table, I am setting timeline time range as expected.
But, I have button on each block in timeline for setting viewpoint timings to start and end time of table row.
Is there any way of highlighting/focusing on row from same button?
I tried all actions either from button or timeline itself but I didn't managed to set all up as described.
Thanks in advance!
Hi Rijad
There is currently no action that can be used for this. The existing 'select an item' action does not yet support specifying the row to select based on another selection.
An option could be to link the selected items of the timeline to the query that is used in the table. These items can be used to filter down the results in the table so that it only contains the ones that are selected in the table. When no timeline items are selected, all results can be shown. Note that this means that these 2 components need to use different queries, the 'start from' node is an easy way to make sure they start from the same base query.