NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added empty paragraphs to separate the Get Data output from the surrounding text.

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:

Table of Contents
minLevel2

More information

Multiexcerpt include
MultiExcerptNameExitDisclaimer
nopaneltrue
PageWithExcerptwikicontent:Exit Disclaimer to Include

Get Data Macro

The general form is

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

In this example, there is no data to get.

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

The output of the get data macro is "Default value."

Get Data
format#,##0.00
nameGroup Name.Field Name
separatornewline

Default value

In this example, there is a date to get.

Code Block
{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.


Date Data
formatyyyy-MMM-dd
nameYearMonthDay
today


The date selected changes and the get data macro displays the last date selected when the page is saved and refreshes automatically.


Get Data
formatyyyy-MMM-dd
nameYearMonthDay
separatornewline
 

Get-data Macro Used with Repeating-data Macro

The general form is

Code Block
{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}

An example follows.

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.

Repeating Data
nameMonthDayYear
orderasc
yyyy-MMM-ddYearMonthDayINLINE

The get data macro displays data selected from the first date data macro only.


Get Data
formatyyyy-MMM-dd
nameYearMonthDay
separatornewline