|
Names used with Statistics Export |
|
|
DayNotez User Interface > Dialogs > Export > Export Templates > Names used with Statistics Export The following information is applicable when exporting statistics.
Macros
Macros are used to insert text from the current DayNotez entry or application. The format is as follows.
<macro name="xxxx"/>
The following macro names are supported.
Repeat Groups
Repeat groups are used to repeat template export text for a given set of entities. The format is as follows.
<repeat name="xxxx"/> template text </repeat name="xxxx">
The following repeat groups are supported.
Conditional Sections
Conditional sections are used to insert export template information only if a condition is true. The format is as follows.
<if name="xxxx"/> template text <else name="xxxx"/> else text </if name="xxxx">
The following conditional sections are supported.
|