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: Migrated to Confluence 4.0
Wiki Markup
{scrollbar:icons=false}
h1. 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:
{toc:minLevel=2}

[More information|http://www.customware.net/repository/display/AtlassianPlugins/get-data]

h2. Get-data Macro

The general form is:
{code}
Scrollbar
iconsfalse

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

Get-data Macro

The general form is:

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

In this example, there is no data to get.

...



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

{get-data

...

:name

...

=Group Name.Field Name

...

|format

...

=#,##0.00

...

}Default

...

 value{get-data}

In this example, there is a date to get.

...



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

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

{date-data

...

:YearMonthDay

...

|format

...

=yyyy-MMM-dd

...

today
}today{date-data}

{get-data

...

:name

...

=YearMonthDay

...

|format

...

=yyyy-MMM-dd

...

}{get-data}

h2. Get-data Macro Used with Repeating-data Macro

...



An example follows. In the edit view, the graphical plus sign was clicked twice to repeat the data.

...



{code
}
{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}
{code}

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

{scrollbar:icons=false}