The get-data macro displays stored field data and provides for formatting. When data is inside a table-data or repeating-data macro, the get-data macro can retrieve it, which the Reporting plugin macro, reporting-info, is not able to do. (The Reporting plugin is not installed on this site).

This page provides the following information:

More information

Get-data Macro

The general form is:

{get-data:name=[Field Name]|format=[date or number format]}Default value{get-data}

In this example, there is no data to get.

{get-data:name=Group Name.Field Name|format=#,##0.00}Default value{get-data}

Default value

In this example, there is a date to get.

{date-data:YearMonthDay|format=yyyy-MMM-dd}today{date-data}

{get-data:name=YearMonthDay|format=yyyy-MMM-dd}{get-data}

today

Get-data Macro Used with Repeating-data Macro

An example follows.

{repeating-data:MonthDayYear}
{date-data:YearMonthDay|format=yyyy-MMM-dd}today{date-data}
{repeating-data}

{get-data:name=YearMonthDay|format=yyyy-MMM-dd}{get-data}

today