Multi-level filter in Platform Analytics dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2025 06:50 AM - edited 10-18-2025 06:52 AM
Ever needed to create hierarchical filters in your Platform Analytics dashboards that dynamically reflect parent-child relationships within a single table (like Groups)?
Here’s how you can do it 👇
1️⃣Parent Group Filter
Source: Group [sys_user_group] table
Condition: Use related list conditions to include only groups that are referenced as the Parent of at least one other group.
Data to filter: Group.Parent and any other relevant tables (e.g., Incident.Assignment group.Parent).
2️⃣Child Group Filter
Source: Same table (Group [sys_user_group]), but without related list conditions.
(Optional) Add a condition to include only groups where Parent is not empty.
Data to filter: Group and other tables, such as Incident.Assignment group.
Check "Follow Parent Group" to link this filter to the Parent Group filter.
Result
When a parent group is selected:
Only incidents where Incident.Assignment group.Parent matches that parent are shown.
The Child Group filter dynamically updates to show only the child groups of the selected parent.
Selecting a child group then further refines the dashboard to show only incidents assigned to that specific child group.
- 741 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi everyone,
I’m working with a 3‑level hierarchy and need some help configuring it correctly.
- Assignment Group (AG)
- AG.Parent → Chapter
- AG.Parent.Parent → Cluster
Currently, I’m able to achieve the following:
- When I select a Chapter, I can successfully filter and display the related Assignment Groups.
But the problem is with Cluster → Chapter.
When a Cluster (AG.Parent.Parent) is selected, I want the system to show only the Chapters (AG.Parent records) that belong to that Cluster. However, this part isn’t working as expected.
Can someone guide me on how to configure this filtering so that selecting a Cluster displays the relevant Chapters?
And with below link i did two level hierarchy
https://www.servicenow.com/community/platform-analytics-forum/multi-level-filter-in-platform-analyti...
for reference attached hierarchy.
Thank you.

