2011-03-29
Dismiss this until next updateThis documentation has been updated

The latest version of PrintShop Mail is currently 7.1. This documentation was updated on 2011-03-29 and covers the changes made in this version. If you are still using an older version of PrintShop Mail, you can access its documentation by using the Version: menu at the top-right corner of this screen.

If you wish to upgrade to PrintShop Mail7.1, you can do so via the Upgrade Request page. Note that in order to upgrade, you will need a valid OL Care contract as of 2010-09.

CHANGED

CHANGED returns True if the current expression result differs from the result of the previous record.

Syntax CHANGED(Expression)
Description Determines if the result of <Expression> has changed compared to the previous record. The previous record is the current record minus one. CHANGED will return False for record 1.
Examples

CHANGED([Customer])
IF (CHANGED([zipcode]), Print, Skip)

Parameter Description
Expression Expression to evaluate for the current record and the previous record.