You can use these conditions to test a specific field against a value within a VPDel MergeField command. This allows you to control the visibility or existence of content in your documents based on your data.
Here is a list of the available operators and their descriptions:
| Condition | Description |
|---|---|
| eq | Equal to |
| ne | Not equal to |
| lt | Less than |
| lte | Less than or equal to |
| gt | Greater than |
| gte | Greater than or equal to |
| ctn | Contains (The field value contains the specified value) |
| nctn | Does not contain (The field value does not contain the specified value) |