PrintShop Mail Expression Guide
Expression Guide Overview |
Expressions allow you to manipulate text and data from the database.
They also allow you to add conditions to database fields for example, to create a salutation based on a 'Gender' field.
The expression is the combination of functions that make up the calculation.
Here is a valid example of an expression, made up of functions:
IF(UPPER([GENDER]) = "M", "Dear Mr" & PROPER([LAST_NM]), "Dear Mrs" & PROPER([LAST_NM] ))
The functions used in the example are:
There are various function types available, depending on the expression you want to create.
You can also pick from a list with all functions, see:
|
|
To look at some frequently used functions, go to Favorite Expressions Overview. |