Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
Repeating Data
All commands regarding Repeating Data - XpressDox
All XpressDox commands regarding repeating data Here is a consolidated list of all XpressDox commands regarding the handling of repeating data. Click on each command for a more detailed article. ForEach() Repeat data elements and/or text. Repeats can be nested to any number of levels i.e. ForEach’s within...
The Repeater Question: constructing a ForEach using LowCode
The ribbon With the launch of XpressDox low code, or version 14, the Repeater Question is now available directly from the ribbon. When to use a repeater: Use this when you as the template author do not know up front the number of items the user will need...
Capture repeating data, print a list and filter
Repeating data elements presents a challenge to the template author, especially in formulating sentences and descriptions where the number of parties or invoice items or other repeating data is unknown at the time of authoring the template. This recipe in the Cookbook demonstrates how XpressDox meets this challenge.
Manage the number of items in a repeat - XpressDox
When users enter repeating data into your XpressDox template, you can manage the number of occurrences of a repeater. “Repeaters” are otherwise called “complex elements” in XML, but are essentially items through which you can iterate using a «ForEach()» in the template. An example would be My children are: «ForEach(Child)» Name:...
Ensure your Plurals are correct - XpressDox
Ensuring that plurals are correct on your XpressDox templates Documents / Precedents often have numerous places where constructs such as “is/are” or “child/children” appear, or else the singular is always used. With document assembly, and XpressDox in particular, the template can provide instructions in conditional assembly which can insert the...
Document per Repeated Item (new style)
Problem Statement Suppose you have an application which requires that one or more parties sign a suretyship document, with the requirement that each party signs their own document, not that they all sign the same document. The first thing to do is set up the suretyship template, with the relevant...
Loading...