Hello everyone!
I have a problem with adding to the string another string
I have Detail, Route and need to receive the result
Thanks a lot for any help!
@Nastya In a formula tool, you can use the + sign to concatenate, like:
[Route] + [Detail]
EDIT: I may not have read close enough. Are you trying to add the detail before every dash and at the end?
EDIT#2: If that's the case, then perhaps something like this in the formula tool
Replace([Route],"-",[Detail]+"-")+Detail