CONCATENATE

(string text1)
The CONCATENATE function joins arguments into one text string.
Example: CONCATENATE(a,b,1,[...]) is a string (ab1[...]).
text1: Required. The first text item to be concatenated.

Example

Concatenate (combine) the content of fields "Sell-to Customer No." and "Sell-to Customer Name":

concatenate(&SelltoCustomerNo," ",&SelltoCustomerName)

Notice the space between No and Name.

Resulting in:

 
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.