Is it possible to have list relation on a list style screen (as opposed to a “Detail-style” team)?
Can you describe more about your use case?
You’ll need to use a Details view for the initial tab layout, then add an inline list with the List style view you’d like to include. Then, add a List relation component under your Inline List component.
Well, you could kind of do it with a list layout, by creating a relation for the list items, then a rollup to count the number of items in each relation. Then display the count in the list details description and when clicking on a list item, you can display an inline list on the details screen using the relation.
Thanks @kyleheney and @Jeff_Hager for your help. Using both of your tips I solved it to my liking by doing the following:
-
In the underlying sheet that drives my list view, I created a “dummy” row, so that an entry would show up in my List View.
-
Within that entry I created an INLINE LIST to replicate my Inline List that I wanted to move over.
-
Then I set the Visibility parameter to only show up when the appropriate entry was displayed.