Names used with Statistics Export

Return to Introduction  Previous page  Next page

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.

Minutes - The number of minutes for the current item.
Count - The count of entries for the current item.
Name - The current name (Category, Tag, or Contact) for the current item.
Now - The current date and time.
TotalCount - The total number of items in the statistics set.
TotalDuration - The total of the duration field in the statistics set.
FilterName - The name of the filter that was active when generating the statistics.
FilterDesc - A description of the filter used when generating the statistics.

 

 

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.

Stats - Repeats the enclosed export template text for each item (Category, Tag, or Contact) in the statistics set.

 

 

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.

HasDuration - True if the current item has a non-zero duration.
IsFiltered - True if the statistics were generated using a filter.