2
How to Convert Number Values to Text Values and Vice Versa in Kissflow Forms
Do you want to convert the number value to a text value and vice versa?
You can achieve this with simple number and text expressions.
Here's how it works:
- To convert a text value to a number value, compute the number field with the following formula:
number(Text_Field)
The number function converts a text value to a number.
- To convert a number value to a text value, compute the text field with the following formula:
Number_Field.toText()
The totext function converts a number value to a text value.
Read more about number and text expressions.
recommended a helpful tip for automatically converting numbers and text fields without requiring manual data entry into separate fields.
Content aside
-
2
Likes
- 4 mths agoLast active
- 144Views
-
2
Following