Working with Repeating Data – Part 2

June 28, 2010 XpressDox Cookbook
Thumbnail image for Working with Repeating Data – Part 2

A common issue with repeating data is the requirement to refer to the items within the list by their ordinal values.

Read the full article →

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 →

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 →