See the results of the child rows of a table in a different table

Hi Community,

Parent 1 is the nonconformities table and has 2 Child Ref rows :
Child 1 are the non-compliant parts.
Child 2 are my corrective action.

I would like to see the list of the parts and qty from Child 1 into my Child 2 form.

What would be the best way to do so?

Regards,

Solved Solved
0 4 327
1 ACCEPTED SOLUTION

Aโ€™ight! Letโ€™s try this instead:

FILTER(
  "Child 1",
  ([_THISROW].[Parent] = [Parent])
)

View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

Create a virtual column in Child 2 with an App formula expression like this:

[Parent][Related Child 1s]

I see this error message :

Aโ€™ight! Letโ€™s try this instead:

FILTER(
  "Child 1",
  ([_THISROW].[Parent] = [Parent])
)

Thank you Steve, it works!

Top Labels in this Space