hello community, I need to make the columns not required to be hidden and the ones that are displayed to be required, but without just copying and pasting the formulas in the two fields, there is a way to do a similar expression
SHOW_IF(REQUIRE)?
So that I can change the expression once.
thank you, I’m braslero, sorry for grammar mistakes etc.
There is no expression equivalent of SHOW_IF(REQUIRE).
If a required column is not displayed to the user, it is not treated as a required column. So you could mark all columns as required, then use the columns’ Show_I**f property, the view’s display columns, or a slice to hide the ones you don’t want the user to enter.