Versions Compared

Key

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

...

Insert excerpt
TERMS:Tree View Field
TERMS:Tree View Field
nameTreeViewField

Behavior

  • Tree view fields can be enabled for an instance in the License tab in the cloud manager. Please contact support to do this for you.

  • It's a view only field.

  • The administrator who creates the field defines the filter.

  • You cannot edit the field in single or batch edit mode.

  • The field can be added to Layer, List and Virtual Schemas.

  • The field must reference a single or multitagbox field.

  • You cannot select tree view fields in advanced filter editors or add them as sorting fields. Tree view fields will not show up in the List Item Browser.

  • To see tree view fields in the UI you must add them to a Channel or List Filter.

Limitations

  • Tree View Fields are not editable - neither in Single nor in Batch Editor!

  • The field is therefore also not available in filters or search.

  • The content shown in the field depends on the field filter configuration.

  • There is a limit of a 300 child nodes on each tree item (hardcoded).

  • If a child node is selected (but does not appear in the first page, only after “load more”), the count on mouse over is not shown.

Examples

Tree View: Layer Date

Tree View: Layer Keywords Classification with Path

Tree View: List with recursion

Tree View: Layer Country

...

Name

Include Page
TERMS:Name
TERMS:Name

ID

Include Page
TERMS:Field ID
TERMS:Field ID

Levels

This is a json editor. In the below case I have made an entry for a tree with recursion false based on three tagbox fields for year month and day.

Code Block
languagejson
[
    {
        "fieldId": "year"
    },
    {
        "fieldId": "month"
    },
    {
        "fieldId": "day"
    }
]

...