How to hide related items

Hi,

I would like to hide all related items from detail view

I know that I can do it by Show-If=false, but to make it work I need to enable โ€œApply show-if constraints universallyโ€ witch I donโ€™t want.

Is there any other way to hide all related items?

Thanks for your time

Solved Solved
1 4 163
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4
4 REPLIES 4

You could use the Context() function in your showif formula to check if youโ€™re on a specific view.

It would look something like this

Context(โ€œViewโ€) = โ€œname of the view you want it to show up inโ€

Use that in your showif formula for the field.

You could also use it in an OR function to check for more than one view.

Or(Context(โ€œViewโ€) = โ€œview1โ€,Context(โ€œViewโ€) = โ€œview2โ€))

And I use the formula in showif of virtual column of related items? Of yes, it did not work for me.
It works when I turn โ€œApply show-if constraints universallyโ€ on, but not without it.

Steve
Platinum 4
Platinum 4

Amazing, thank you Steve!

Top Labels in this Space