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.
Thank you!
Solved! Go to 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.
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!
User | Count |
---|---|
28 | |
14 | |
4 | |
3 | |
3 |