I am trying to combine 2 v-string columns using a formula tool. I am selecting one column and saying that column 1 = column 1 + column 2, but the data is not showing as combined in column 1. Do you know why this could be happening, or a better way to do this?
Solved! Go to Solution.
@NBPSE your approach should work. Make sure that the strings have enough length to accommodate the combined value
Thank you so much! I was missing this center call [+ " " +], it works now, thank you!