April 18, 2011
User Reference
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 [...]
Tagged as:
IncrementV
Read the full article →
October 2, 2009
XpressDox Cookbook
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.
Tagged as:
GetV,
IncrementV,
SetV,
SetVR,
Variables
Read the full article →