Create Fields with the Field Builder
In the Dynamic Template Designer, click .
Create a new field by combining several Alias Names into an expression, enclosed in: ${ }
Examples:
${A + B}
${A / (A+B)}
${F.time - E.time}
${A == 0 ? 'Success' : A == 1 ? 'Warning' : 'Error'}