Editable column

Can I edit a column if it has a formula associated?

I have a column that shows the result of a formula between other 2 columns. I need it was editable if other third column has an especific word ("hora"... "hora de carretillero", "hora de almacรฉn", "hora nocturna"...).If itยดs not possible, at least editable in any case. 

The app shows this error: "Column Name 'UNIDADES' in Schema 'TRABAJOS_Schema' cannot use an EditableIf constraint if it has an App Formula. The EditableIf constraint will be ignored."

Could you help me. Thanks in advance ๐Ÿ™‚

Solved Solved
0 1 87
1 ACCEPTED SOLUTION

Hi, to do it you have to place the formula not in the AppFormula but in the Initial Value.. you have to go also in the column clicking on the little pen and set the formula to make it editable jus if the third column is equal to hora [ThirdColumn]="yourtext".

View solution in original post

1 REPLY 1

Hi, to do it you have to place the formula not in the AppFormula but in the Initial Value.. you have to go also in the column clicking on the little pen and set the formula to make it editable jus if the third column is equal to hora [ThirdColumn]="yourtext".

Top Labels in this Space