Slice row filter condition for child record in list

I have an app containing a shopping cart similar to the sample app Order Capture. It has a two tables with a parent child relationship to relate orders with individual products ordered.

I am trying to create a slice of the parent table to filter out orders that have already shipped completely from those that have not had all individual products ship. I have created a column in the child table that the user will set a true flag when the product ships, this column has an initial value of false. The parent table contains the List half of the ref relationship between the two tables the ref in the child table is set with ISPARTOF.

i tried using this formula on Slice of the Parent Table, it did not error but it didnโ€™t display anything.
IN(โ€œFALSEโ€,[Child List Column][Shipped?])

0 17 1,082
17 REPLIES 17
Top Labels in this Space