Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
GetV
GetV - XpressDox
GetV gets the value of an XpressDox variable. 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 containing a comprehensive list...
GetVn - XpressDox
GetVn gets the value of an XpressDox variable where the value is known to be numeric 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...
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.
Shortcuts when using variables
With effect from Version 7, there are a number of shortcuts for referring to some of the variable-handling functions. They were introduced to take away the amount of typing necessary when many variables are being used. A full list of the shortcuts is as follows: ::A - AppendVr ::G -...
PrependVr - XpressDox
Prefix values to variables in your XpressDox Document Automation template The AppendVr and PrependVr functions provide less cumbersome syntax for appending or prefixing values to variables than using SetVr to do this. Without the use of AppendVr and PrependVr: Prior to these two functions, suppose you wanted to concatenate...
SetV - XpressDox
SetV sets the value of an XpressDox variable. 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 containing a comprehensive list...
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...