CONCAT function
Description
Joins two or more strings (text items) into one single string.
Example
CONCAT(Total ,"value") returns "Total value".
Joins two or more strings (text items) into one single string.
CONCAT(Total ,"value") returns "Total value".