Get Data
Description
Displays stored field data. Numbers and dates can be formatted as desired. Try it out here!
To display data from other pages or spaces, consider using the Reporting add-on.
Parameters
Name | Required | Migratable to Cloud? | Default Value | Description |
---|---|---|---|---|
name (Field Name) | Yes | No | The name of the field. Must be unique.
See example under Notes section. | |
format (Display Format) | Optional | No | The number format (e.g. '#,##0.00') or date format (e.g. 'dd MMM yyyy') to use when parsing the value being set. The parameter will be ignored for data types other than 'number' or 'date'. | |
separator | Optional | No | If the item/key points to a list of results, the type of separator to display between each item. May be one of the following:
| |
customseparator | Optional | No | What you wish to use as a separator, only used when custom is selected for Separator. |
Editor View
Notes
Accessing Non-Repeating Data
{text-data:text}{text-data}
{get-data:text}{get-data}
Accessing Group-Data
{group-data:group}
{text-data:text}{text-data}
{group-data}
{get-data:group.text}{get-data}
Accessing Table-Data or Repeating-Data
{table-data:table}
|| Table ||
| {text-data:text}{text-data} |
{table-data}
{repeating-data:repeat}
{text-data:text1}{text-data}
{repeating-data}
{get-data:table.0.text}To access first row of table.text{get-data}
{get-data:repeat.1.text1}To access second row of repeat.text{get-data}
Unlike Report Info, this macro can tell when it is inside a scaffolding Table Data or Repeating Data macro and will access locally-stored properties within the repeating section.
Tutorial Examples