I need to convert a number column to text column. Tried to use javascript (if there is a native transformation, it is better!) to convert text to number, it works nice (~~ or multiplying by a number); when trying to convert from number to text, different approaches had failed:
.toString()
“”+ …
.toString() works but result is not a text (keep as numbers)
any suggestion will be appreciated,
Regards,
Miguel