Min, Median, mean and Max duration of the assignment group with interactive date filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2026 08:54 PM
Does anyone have any idea on how to implement this in PA (or) Platform basic reporting?
I have created trend box like this but the customer is asking the same table format with Date Range filter.
(Note: I'm using metric_instance joined case table for reporting and duration monitoring)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2026 07:55 PM
You can do a pivot table on the database view, median is not available for reporting so I suppose you'd need to create a calculated field on the database view that would store the duration in a more coarce unit than ms and then display that somehow. I only have access to platform analytics but the idea is the same with a report and an interactive filter.
However I'm not sure I understand purpose of measuring min max in assignment group duration. I'd recommend looking into SLAs, SLA breakdowns and reassignment counts. With SLAs you can set a target and then with breakdowns you can see who contributes to not hitting that target.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2026 02:43 AM
Hi @lauri457
I think field creation is not possible in database view. I should be creating that field on target tables but I don't want that because my table is metric_instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2026 06:02 PM
Sorry I was thinking of function fields not calculated fields but on second thought they would not help anyway.
I would probably try to convince the stakeholder to stick to the boxplot. The pivot table is the closest what is achievable easily/OOB or you could calculate the aggregate table in a remote table. It would be simple enough to create a custom widget like above but is it worth it just because one person can't read a graph. Especially when the migration to platform analytics is going to happen sooner or later.
It's always good to understand why stakeholders are stuck on certain ways of displaying data etc. it might be that you can get them the information they need in a better way.
