Conditionally showing a column based on which ref view it appears in

Hello there, I have two system-generated ref views in one of my primary views, one for a parent relationship and one for a child relationship.

For my in-line table of parent relationships, is there a way I can ONLY show the label column of the parent item?

Likewise, in the table of child relationships, is there a way I can ONLY show the label column of the child item?

Right now, it seems like both appear in the same format, which looks busy and repetitive, particularly in the table of child relationships (Sub-questions). I can customize the view to only show one, but wondering if it's possible to do this conditionally based on what type of ref view (parent or child) each line of my intermediate table shows up in.

Parent and child questions.PNG

Thank you!

Solved Solved
0 2 124
1 ACCEPTED SOLUTION

You have to create a Slice for one of the instances. And an inline view on that slice with the appropriate column order. Then duplicate the REF_ROWS VC, and replace the table name in the expression with the new slice name. Then show that new VC and hide the original.

View solution in original post

2 REPLIES 2

You have to create a Slice for one of the instances. And an inline view on that slice with the appropriate column order. Then duplicate the REF_ROWS VC, and replace the table name in the expression with the new slice name. Then show that new VC and hide the original.

That worked, thank you Marc!

Top Labels in this Space