Curious learner here looking for help on the below.
I have two ontology object types:
-
Deal_Valuation (parent) on the Left table
-
Deal_Valuation_Asset (child) on the right table
There is a link type connecting them through the property:
“Deal_Valuation_ID ↔ Deal_Valuation_ID”
Looking at the image, I want to filter the object list on the right to only show assets which contain the Deal record line selected on the left. Essentially, it’s like clicking on different customers shopping carts on the left. then seeing the item contents of the carts on the right.
Within Workshop i have configured the below;
Object Table (left) - Input Data - Deal_Record_Object_Set, with an active object called selected_deal.
on the right i have an object list with the main object set as the Asset_Object set. I need to configure the filters on the table appropriately so it only shows the list of assets who’s ID matches the selected object on the left.
I’ve tried multiple filters and attempts and would greatly appreciate any help in how to best approch this.





