Variable inline column distribution depending on view

Hello friends, i got a situation involving references between tables.

Parrot entering portal

3X_5_9_59bb3e8a3a2ee96f0250bd844937bafec3c1deaf.gif

I have a few connected tables named [Site], [Contractor] and [Job], given in order of hierarchy. the [Job] table has a [Status] column which can be “Ongoing” or “Finished”, and i’m trying to obtain a column distribution for the inline view of [Job] on the [Site] detail view and a different one for the [Contractor] detail view, while filtering the rows according to the [Status] column.

Any ideas on how to accomplish both tasks at the same time?

Parrot exiting portal

3X_f_2_f29ff0101bfae595359256c763004d17bc2aae1f.gif

PD: Also how can i resize my parrot gifs from https://cultofthepartyparrot.com/ so it doesn’t take half my post?

Solved Solved
0 9 313
1 ACCEPTED SOLUTION

To do this, each of the columns must of type List of Ref to its own slice of the same table. For each slice, create a table view in the ref position with the desired columns.

View solution in original post

9 REPLIES 9
Top Labels in this Space