Using Group Entity

The Group Entity feature enables you to run queries with two or more entity types that are not connected but are grouped together to simplify the query process. The relationship label connected to the group can apply to any or all of the entity types in the group. The data for all matching entities and relationships will be returned in the results.

For example, let's say you are looking into account data for customers and employees. The query below would return data for any customers who have accounts as well as any employees who have accounts.

Customer or employee who has account query
  1. Select the entity types you want to group on the workspace.
  2. Right-click and select Group selected items.
  3. Continue building your query as usual.

Constructing the query in this manner allows you to run one query instead of two for the same results.