0
How to hide a relational field in a view
I have a field that is a table reference to itself. This creates two fields. A 1:N and a N:1. I don't want the N:1 displaying on my form. How can I hide it?
2 replies
-
One way is under More options of the view, you can set the "Display field only if" to null so it will always hide the field. To unhide it, select Edit Fields and remove the null.
or
You can create a new tab (layout element) and put the view field under it so it will not show up in the main form.
-
Thank you!
Content aside
- 2 yrs agoLast active
- 2Replies
- 138Views