editare record

formula appsheet.JPG

 

Ho creato questa formula, vi chiedo come posso fare per aggiungere una condizione esempio "CUSTOM" che renda il campo della formula editabile?

Grazie 

Solved Solved
0 3 162
1 ACCEPTED SOLUTION

The column customInput should NOT have a formula. Please read again. 

View solution in original post

3 REPLIES 3

You need to have two separate columns: one that is calculated (like your existing column), and another that is user editable (let's name it customInput). 

Then you adjust the app formula of your FARINA INT column as follows:

IF( ISNOTBLANK([customInput]), [customInput],
  // the formula you already have for your FARINA INT column
)

In this way, the user will be able to see the calculated value and override it when necessary.

Ho provato a fare come suggerito

formula.JPGNon funziona la formula se cambio condizioneNon funziona la formula se cambio condizione

The column customInput should NOT have a formula. Please read again. 

Top Labels in this Space