Table of Contents
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.