Hi Alteryx Community,
I am trying to change the format of my values.
For example-my current field looks something like this:
Column
ValueNumberOne
ValueNumberTwo
ValueNumberThree
I would like to change the values in that column to have a "_" between each word as such:
Column
Value_Number_One
Value_Number_Two
Value_Number_Three
please note: my values are not all equal length
Does anyone know how to achieve this?