Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

May be a field path:

  • For non-repeating data - Field Name
  • For group-data - Group Name.Field Name
  • For repeating data such as table-data or repeating-data - Group Name.Row Number.Field Name (Note: 1st row has a number of 0)

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:

  • bracket - Square brackets ('[', ']') surrounding each item.
  • brace - Braces ('{', '}') surrounding each item.
  • comma - A comma (',') between each item.
  • paren - Parentheses ('(', ')') surrounding each item.
  • pipe - A pipe ('|') between each item.
  • newline - A line break after each item.
  • "custom" - Any other character you wish, specified between quotes.
customseparator
 Optional
No
What you wish to use as a separator, only used when custom is selected for Separator.

Editor View

Image Modified

Notes 

Accessing Non-Repeating Data

...