7.0
Table Of Contents
Setting up a condition
To change the layout condition select the layout in the Layouts pane and click the Action value in the
Properties pane. This will open the Expression builder showing the expression for the selected layout.
The layout condition in the expression builder
Below an overview of the layout conditions used in the postcard document.
Layout 1:
IF(CONTAINS([Interest], “Family”), Print, Skip)
The explanation for this expression is, if the database field Interest contains the text Family, it will print. If it
does not contain the text Active it will not print and skip the layout.
Layout 2:
IF(CONTAINS([Interest], “Active”), Print, Skip)
If the database field Interest contains the text Active, it will print. If it does not contain the text Active it will
not print.
Postcards - Layout conditions
Objectif Lune Inc. © 2010 19