JOIN
Last updated
Was this helpful?
Last updated
Was this helpful?
JOIN combines a list of values into one new value by appending them. Optionally, you can also specify a string to put in between values. For the more flexible version of JOIN
, see .
It is common practice to have two separate for a name - one for the first and one for the last name. If, once these data are collected, you want to treat the full name as one combined piece of information, you could use JOIN
in a calculated information like in the example above, which would return a full name, e.g. "Pablo Picasso".
Together with this can be used to get a combined name of all instances of some ontology or role. This example could be used in an :
This could return a string of several full names separated by a comma, e.g. "Isaac Newton, Albert Einstein, Stephen Hawking".