Versions Compared

Key

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

...

...

Table of Contents
minLevel1
maxLevel6
outlinefalse
typeflat
separatorpipe
printablefalse

Description

Displays stored field data.

...

Name

Required

Migratable to Cloud?

Default Value

Description

name (Field Name)

 Yes

No


The name of the field.

Info

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

See example under Notes section below.

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.

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.

customseparator

 Optional

No


What you wish to use as a separator.

Info

Only used when custom is selected for separator.

...