IncrementV

The IncrementV Function

April 18, 2011 User Reference
Thumbnail image for The IncrementV Function

This function provides a useful way of adding an amount to an XpressDox variable. There are two forms of the function: <<IncrementV(‘Counter’)>> This will add 1 to the value of the variable ‘Counter’. <<IncrementV(‘Total’, UnitPrice)>> The value of the data element UnitPrice will be added to the value of the variable ‘Total’. Examples of usage [...]

Read the full article →

Using variables to calculate totals

October 2, 2009 XpressDox Cookbook
Thumbnail image for Using variables to calculate totals

XpressDox give the template author the ability to perform calculations and other operations on the values of data elements, and to store those values in variables for later use in the template. One example of this is the ability to calculate totals on repeated data elements.

Read the full article →