Hi, A question about a small set up. Column ...

Hi, A question about a small set up.

Column type: Enum Base type: Text Valid if: =data[number]

Question; after save and go to the data i am able to edit number. Is it possible to do not have that option?

Write a number (they are only two 123 and 456) press save button thats all. Do not edit them anymore. If set Editable_If as false; ฤฑ am not able to put as well.

0 2 320
2 REPLIES 2

@Etwo_Cargo

You can use

ISBLANK([_THIS])

expression in Editable_if property. However, bear in mind that if any user unintentionally selects a wrong choice from the ENUM, you will not be able to edit that field during the input as well.

Orโ€ฆ with an Editable_If with NOT(IN([KeyColumn],data[KeyColumn]))

Top Labels in this Space