SHOW_IF(REQUIRE) it's possible?

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.

1 2 60
2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Eliel_Julio_Soa 

 

Tick the one you require with the REQUIRE ? property ON.

Then, set a condition on the Show_If only.

This way, all columns that will be displayed will be required, and the other ones won't.

Steve
Platinum 4
Platinum 4

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_If property, the view's display columns, or a slice to hide the ones you don't want the user to enter.

Top Labels in this Space