Hello everyone, I have a simple question. How wou...
# general
d
Hello everyone, I have a simple question. How would I parse Free-Form Text into number in Saved Search? Thanks in advance.
n
Can you just use a formula field and parse in the values you need?
d
There is a number value that is set as Free-Form Text and I want to call that value into Formula (Currency) with another number to make calculations. So all I need is the expression to convert from Free-Form Text into number.
g
TO_NUMBER()
👍 1
d
Thank you