Form edit view enum

Hi everyone
in a form edit view I have 5 enum buttons.
when I press a button, hide the columns.
the problem is that the columns are also hidden in the detail view
which road should I take?
thank you

0 5 331
  • UX
5 REPLIES 5

You can use something like… OR(“YourExistingFormula”),CONTEXT(“ViewType”)<>“Form”)

I already use this formula
CONTEXT(“ViewType”)<>“Form”)

Then it should show it in a detail view for example.

resolved!thanks

Excellent!

Top Labels in this Space