Filter Table rows using embedded view data

I have a table which contains columns configured as an embedded views.

I pass a tagPath as the parameter value to the view and then use an indirect binding to get the Realtime value.

I would like to use this Realtime value in filtering my Table.

How would should I go about doing this?

Pretty sure you cannot.

Consider using my tags() function (from Integration Toolkit) to deliver live tag data to the table--no column embedded view required.