NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

Display and Format Field Data with the Get-data Macro

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}

The output of the get data macro is "Default value."Default valueIn 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}

The date data macro establishes the date, initially today's date when the macro was created. Afterwards, in the Edit Contents view select a new date from the calendar picker.2014-Nov-30The date selected changes and the get data macro displays the last date selected when the page is saved and refreshes automatically.2014-Nov-30

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}

The date data macro establishes the date, initially the date the macro was created. The repeating data macro displays a plus sign in the Edit Contents view. Select the plus sign to add one or more date displays, selected from the calendar picker provided by the date data macro.

2015-Jan-01

The get data macro displays the dates from both date data macros selected in earlier versions of Confluence. The separators are not functioning. Data selected in Confluence 5.5 is displayed from the first date data macro only..2014-Nov-30

  • No labels