Concatenations

You can use the CONCAT (concatenate) function to combine the values of two different segments. For example:

Function

Description

CONCAT(S3,S4)

Combines the values of segments 3 and 4. If the segment value of segment 3 is 1001 and the value of segment 4 is WH (white), the concatenated value is 1001WH.