Smart Groups

You can specify the configuration for applying smart grouping in JSON format.

For instance, the following JSON example groups employees by their JOB_ID:

[
  {
    "_id": 1,
    "name": "Group By Job",
    "type": "group",
    "automatic": true,
    "enabled": true,
    "groupBy": "JOB_ID",
    "conditions": {
      "operator": "or",
      "conditions": [

      ]
    }
  }
]

The corresponding graph visualization is as shown:

Figure: Graph Visualization Using Smart Group Configuration

Description of image follows

Description of the illustration apex_smart_group.png