HiLite Splitter dynamic in DataApps

Hi all,

I’m a big fan of the HiLite function to drive interaction in combined views. But I cant overcome the fact that the node needs to reset and executed when the highlightet input has changed.

In my current workflow, I use Histogram or ScatterPlot to select data points. Then I route these into the HiLite Row Splitter to compare the selection vs. the full data set.

Although all elements in a Component/DataApp are “in-sync”, the Row Splitter doesnt work here, since its needs to reset after selecting data.
Is there any option to overcome this?

br
Volker

@vbl Since HiLite changes alone do not trigger re-execution in DataApps, using a Refresh Button allows you to manually activate the downstream execution after updating the HiLite selection.

2 Likes