Concatenating strings

April 24, 2010 XpressDox Cookbook
Thumbnail image for Concatenating strings

There are times when it is necessary to concatenate the values of data elements, variables and/or hard-coded strings together to form a value which is then stored in a variable. The concat function does this.

Read the full article →

Format a date in archaic form

October 2, 2009 XpressDox Cookbook
Thumbnail image for Format a date in archaic form

Using standard XpressDox functions and commands, XpressDox renders a date in archaic form, i.e. 2009-09-02 becomes “the 2nd day of October in the Year of Our Lord Two Thousand and Nine”.

Read the full article →

Using variables

October 2, 2009 XpressDox Cookbook
Thumbnail image for Using variables

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 →

Using and storing variables

September 30, 2009 User Reference
Thumbnail image for 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.

Read the full article →