Grouping data

RESOLVEGROUPING – Resolve parent/child hierarchy to full path

75 views June 1, 2018 admin 0

Overview

This Custom Field resolves a parent / child hierarchy into a full path, separated by >>. It uses a parent/child ID from an external data source.

Syntax

RESOLVEGROUPING(GroupID, DataSource, GroupName, GroupIDField, ParentID)

RESOLVEGROUPING(FIELDSTR(Group ID), groups_table, Group Name, Group ID, Parent ID)

 

Element Description
GroupID The group ID.
DataSource The data source name.
GroupName The group field name to return..
GroupIDField The group identifier.
ParentID The parent group identifier.

Example

Coming soon.

See also

FIELDSTR

Was this helpful?