Is there a way to convert a numerical value to a string in beast mode?

Hi - I found many discussions around converting a string to a number, but I wanted to convert a number into a string. Is that possible in beast mode?

 

Thanks!

Eva

Best Answer

  • Valiant
    Valiant Coach
    Answer ✓

    Sure! All you have to do is wrap the Number column in a Concat statement. Like this:

    CONCAT(`Number`)

    That should be all you need.

     

    Let me know if you have any issues,

    ValiantSpur

Answers

  • Valiant
    Valiant Coach
    Answer ✓

    Sure! All you have to do is wrap the Number column in a Concat statement. Like this:

    CONCAT(`Number`)

    That should be all you need.

     

    Let me know if you have any issues,

    ValiantSpur

  • It worked! Thank you so much!