Does anyone have a way to convert a simple text data type i.e. “32” to a number 32. “32”-> 32. Preferably in a filter. Thanks yall!
Use the parseNumber()
function.
1 Like
Does anyone have a way to convert a simple text data type i.e. “32” to a number 32. “32”-> 32. Preferably in a filter. Thanks yall!
Use the parseNumber()
function.