Forum Discussion
Anonymous
10 years agoNot applicable
concatenate values
I need to unite the values of fields of type text in two different tables, how can I do?
- 10 years ago
Hi Anonymous,
You can nested CONCATENATE() within CONCATENATE() to add concatenate more characters you need.
CONCATENATE(string_expression,CONCATENATE(string_expression,string_expression))
Regards,
qwertzuiop
6 years agoAdvocate III
Hello there,
To connect my divisions, I use this. I wanted to share them with you.
Relation = [startLocation] & " ->" & [targetLocation)]
In addition, any string can be selected as the connection: Here ->
Cheers qwertzuiop