Values in cell

If I create an enum or a y/n column type, is there a way to add other kind of value in the cell?
Eg: If they select Yes, to add a value of 1 instead of true.

0 3 108
3 REPLIES 3

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Soporte_GestionApp

Short answer: no.

But you database may not take true/false but take 1/0 instead.

One possible approach and workaround is you create simple/independent table like this.

3X_f_5_f572001ea2016ffd2ebd4d5b31b04c77a6e4acfd.png

On your target column, set the column type to ref tyle to refer to this new table.

Set Value column as ID/Key as well as Label column as label.

I thought about this, but I have diferente answer values depending on the kind of question.

Top Labels in this Space