Versions Compared

Key

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

...

...

...

Description

Displays stored field data.

Info

Numbers and dates can be formatted as desired.

...

Consider using the Reporting app to display data from other pages or spaces

...

.

On this page:

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledisc
typelist
printabletrue

Parameters

Name

Required

Migratable to Cloud?

Default Value

Description

name (Field Name)

 Yes

No


The name of the field.

Info

The name must be unique.

...

Maybe 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 (the 1st row has a number of 0)

See the example

...

under the Notes section below.

format (Display Format)

 Optional

No


The number format (e.g., '#,##0.00') or date format (e.g., 'dd MMM yyyy')

...

should be used when parsing the set value

...

.

Info

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.

The separator can 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.

...

custom separator

 Optional

No

...


Describes what you

...

want to use as a separator.

Info

Only used when custom is selected for separator.

Editor View

...

Image Added

Notes

Accessing Non-Repeating Data

Code Block
{text-data:text}{text-data}
  
{get-data:text}{get-data}

Accessing Group-Data

Code Block
{group-data:group}
 {text-data:text}{text-data}
{group-data}
 
{get-data:group.text}{get-data}

Accessing Table-Data or Repeating-Data

Code Block
{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 macro or Repeating Data macro and will access locally

...

stored properties within the repeating section.

Tutorial Examples

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "get-data"
labelsget-data