Forum Discussion
rmcgrath
1 year agoAdvocate II
Help with a custom column
I am trying to combine 3 columns with an "_" in between the first and second and a "-" in between the second and third. I am getting some spaces in between the second and third. Is there a way to remove those spaces so it would look like this:
CVF_030-000, for example?
rmcgrath Try using Text.Trim( )
1 Reply
- Greg_DecklerCommunity Champion
rmcgrath Try using Text.Trim( )