Analytics Hub - Average resolution time of resolved incidents > Priority - Streaming error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 11:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 01:18 AM
Hi,
I have the same issue. And in the past it works fine.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 09:38 AM
Same, if anyone knows what could have changed or what needs to be changed, that will be helpful.
-If I click the Category breakdown from the Analytics Hub, I get the "Streaming error".
-I created a widget and used the same indicator and breakdown, but if I click on one of the numbers, I get redirected to the Analytics Hub and get the "Streaming error".
-If I click the "Assignment Group" breakdown from the Analytics Hub, I get a different error (see attached).
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 07:49 AM
I have same error after Xanadu and found the issue related to null values; when I added default value as 0 it fixed it as a workaround. Something like the following may work for you as well.
---
var myScore = [myIndicator];
if (gs.nil(myScore)==true) {myScore = 0}
myScore;

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 11:08 AM
Was this after upgrading to Xanadu? We are experiencing the same error.
Please mark this response as correct or helpful if it assisted you with your question.