FORMULA LANGUAGE
Examples: @Implode
1. This example returns Minneapolis Detroit Chicago if the contents of the City field are "Minneapolis":"Detroit":"Chicago."
@Implode(City)
2. This example returns Minneapolis,Detroit,Chicago if the contents of the City field are "Minneapolis":"Detroit":"Chicago."
@Implode(City;",")
3. This example returns European Capitals/Bonn : European Capitals/Lisbon : European Capitals/Madrid if the contents of the Categories field are European Capitals, and the content of the Cities field is a list consisting of Bonn, Lisbon, and Madrid.
@Implode(Categories + "/" + City ; " : ")
See Also
@Implode
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary