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