Expression example 1: Create an string expression that includes the value of a data field.
Customer_Name (string) Expression to build: "Customer Name is "+Customer_Name
Expression example 2: Use a function in an expression.
Customer_ID (integer) Expression to build: "Customer ID is "+convert(Customer_ID,string)