How to add a checkbox to a table Form

Gia
Bronze 3
Bronze 3

I have form with 2 colum. 
colum A

colum B

How to add a checkbox in this form, and when checkbox = true, colum B auto = number 100. 
when checkbox = false, colum B can type text.

thanks you very much

0 4 155
4 REPLIES 4

Column A type: enum - values : true and false

Column B type: text. Initial value formula: IF([column a] = true, "100", "")

 

 

Thanks you. I will check and thank you very much

Gia
Bronze 3
Bronze 3

Hello

How to add a checkbox in this form, and when checkbox = true, column B auto = number 100.
when checkbox = false, column B can type text.

If Column B, I want Virtual Column? Can you help me.

Thanks

A virtual column's value cannot be editable by the app user. Its value is always calculated based on its App formula.

If you describe what need you're trying to address using the columns and behavior you mention, someone might be able to explain a good way to accomplish it.

Top Labels in this Space