IncrementV

ArrayIncrementV - XpressDox

XpressDox Arrays are similar to variables, and for more information on ArrayIncrementV please refer to the post describing Arrays.

IncrementV - XpressDox

Add an amount to an XpressDox variable using the IncrementV function.   Example 1: Supply the variable name only «IncrementV('Counter')» This will add 1 to the value of the variable ‘Counter’.   Example 2: Supply the variable and an additional parameter «IncrementV('Total', UnitPrice)» The value additional parameter, UnitPrice, will be...

IncrementVr

Increment an amount to an XpressDox variable and remove the paragraph   IncrementVr() is essentially the same as IncrementV, except that the paragraph containing the function will be removed after it has performed its increment.   You can find examples of usage at this link Using variables to calculate totals

Using and storing variables

Here are some examples to illustrate the concept which enables the results of calculations to be stored for further use in the template, and even for future templates.

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.

SetVr - XpressDox

SetVr sets the value of an XpressDox variable, and removes the paragraph.   Reference material: Please read through this article to understand the difference between data elements and variables. And this article for an overview of working with variables in an XpressDox template. And for reference, here is a post...
Loading...