Forum Discussion
rmcgrath
Advocate III
1 year agoHelp 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_Deckler
Community Champion
rmcgrath Try using Text.Trim( )