NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar:icons=false}

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:

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}

...

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


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

Default value

...

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.


YearMonthDay
Date Data
name
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.


YearMonthDay
Get Data
name
formatyyyy-MMM-dd
nameYearMonthDay
separatornewline
 

Get-data Macro Used with Repeating-data Macro

An example follows.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 Click 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
YearMonthDayyyyy-MMM-ddYearMonthDayINLINE

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


name{scrollbar:icons=false}
Get Data
YearMonthDayformatyyyy-MMM-dd
nameYearMonthDay
separatornewline
 
Wiki Markup