Edit Content
Click on the Edit Content button to edit/add the content.

The PlaceHolder Command

«PlaceHolder(DummyDataElement)» will create an invisible control on the interview, but will enable Headings or Footings to be attached to that control.

This would be used to include text into an interview screen, and in particular to include text which must appear or disappear depending on certain conditions.

For example:

«ChooseFromRDBList(PartyType,Company,Individual)»
«If(PartyType = 'Company')»
«PlaceHolder(Dummy1)»«Heading(Dummy1,Enter the Company Registration Number)»
«Else()»
«PlaceHolder(Dummy2)»«Heading(Dummy2,Enter the Passport Number or Social Security Number)»
«End()»

The reference number is: «Reference_Number»

When the PartyType is ‘Company’ then the heading “Enter the Company Registration Number” will appear above the Reference_Number in the interview, otherwise “Enter the Passport Number or Social Security Number” will appear there.

Note that the data elements Dummy1 and Dummy2 in this example are named like that because they will not form part of the captured data set, and are not available for use in any other part of the template or merged document.
Each «PlaceHolder» command will need its own unique (dummy) data element name.

Typically, the PlaceHolder command would be defined inside a Define command, as the PlaceHolder command is never used on its own but always in conjunction with Heading and/or Footing and perhaps Hyperlink.

Post Terms:

PlaceHolder

Table of Contents