PrintShop Mail Expression Guide

 

Expressions   Layout Functions Overview

 

About layout functions

 

You can use the following layout functions in PrintShop Mail:

Use these functions to specify which layout should be printed, left blank, or skipped.

 

To edit layout conditions
  1. Go to the layout for which you want to change the expression.

  2. From the Layout menu, select Edit Condition.

  3. Select one of the layout functions.

Example

A specific page must go to clients of a specific sales representative ("John"). This field is called 'SALES REP' in the database.

 

The expression used is:

IF([SALES_REP] = "John", Print, Skip)

 

When PrintShop Mail encounters the name "John" in the "SALES REP" field, it prints the page. In all other cases, the page is skipped.

 

Fiery FreeForm does not support the SKIP function. BLANK is used instead.

Fiery FreeForm 2 uses BLANK instead of SKIP when Layout Conditioning is used in combination with Layout Repetition.