12. Merge Templates ↑
12.2 Merge Variables
Variables will be replaced by values taken from the corresponding fields of the current Note, or from one of the special sets of variables described below.
Variables must be enclosed in the chosen delimiters. Each variable name must match a field label from the data source, or one of the special variables described below. The comparison ignores case (upper or lower), embedded spaces and embedded punctuation when looking for a matching field label. So a field label of “First Name” will match with a variable of “firstname”, for example.
A variable, unlike a command, can appear anywhere within the template file, and need not be isolated on a line by itself. More than one variable can appear on the same line. Variables can be used within template commands, as well as other places within the template file.
Contents
- 12.2.1 Global Variables
- 12.2.2 System Variables
- 12.2.3 Derived Variables
Next: 12.2.1 Global Variables
Skip to: Variable Modifiers