I have 3 system-generated inline views at the...

I have 3 system-generated inline views at the bottom of a detail view but I don’t want to show all 3 at the same time (only one has data at any one time so I want to hide the inline views with no data. Can I do that in the app formula where the REF_ROWS() expression is?

0 3 300
3 REPLIES 3

IF your option UX > Options > Apply show-if constraints universally > ON, you should be able to hide that field with a formula into the Show_If like ISNOTBLANK([_THIS])

Thanks. I couldn’t understand why the Show If would not work but it is working fine after enabling the options.

If that option is not ON, the Show_If option will affect only on the form view.

Top Labels in this Space