Using a PxInclude Widget with a single ORD variable (an example)

The following example illustrates using a PxInclude widget with a single ORD variable.

The figure below shows an example of the Variables dialog box with one variable assigned.

 

NOTE: The Variables dialog box displays when you double-click on the “variables” field in a PxInclude widget. This dialog box has an editor field that allows you to assign literal text strings to replace each variable that has been set in the child Px file.
 


Image

Note the following about this example:

  • The top half of the dialog box comprises an "editor" field. This is where you can type a text string in the "Value" column to substitute for the variable.
  • This example shows a single variable that is used in four instances. Each instance of the variable ORD has a different point appended to the variable.
  • The bottom-left area of the dialog box displays each instance of the variable, as defined in the child Px file, in a Before column.
  • The bottom-right area of the dialog box displays the results of any edits entered in the editor field in an After column. This is the literal ord value that is used in the Px file.

See also, Embed Px files with ORD variables using PxInclude