June 6, 2016

MergeDataSheetTemplate - XpressDox

A Data Sheet can be merged for a template, showing just the data elements and their values.

The link Data Sheets has a full description of the functionality around data sheet templates.

The merging of a data sheet can be controlled by the user who runs the template, by including conditional logic in the interview, such as:

«ChooseUsingCheckBox(Include_Data_Sheet,Y,N,N)»
«If(Include_Data_Sheet = ‘Y’)»
«MergeDataSheetTemplate()»
«End()»