PA Real Time Score using scripted indicator aggregation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 06:53 AM
Hello Everyone,
I'm having a little problem with the following, I want to create a score where the type needs to be Real Time, my indicator runs on a time worked table [task_time_worked] and has the following columns:
What I'm looking for is to create a widget that follows a breakdown (with a whitelist on the sys_user table) that is added to the dashboard and an user can select other users and it will then display time worked in hours for the chosen user. I have this working fine for non real time widgets, in the Indicator I just have :
Aggregate (SUM)
Scripted = true (the script picks up the time in seconds field and returns the time in hours)
The problem with the above is that we don't have the Show real-time score option when we use a script in the indicator aggregation, I'm looking if someone has any idea to get this work, I know I can just use a report but the problem is that I have to have the report following the breakdown selection so it shows the time worked at the time for the selected user.
I appreciate any help.
Cheers,
Diogo
Edit: I was able to get this working with normal reports, I made an interactive filter and add it to the dashboard breakdown, although it does not look as good as it would with a score widget.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 02:14 PM
I'm not sure what version you are looking at now, but you may want to check out the new Kingston Glide Functions which can do this calculation without a script in reporting and in PA.
Using function fields to perform database operations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 03:42 AM
Hi @Adam Stout,
We have configured surveys in service request and trying to calculate the nps score. So, initially we have to aggregate the unique value of RITMS and get sum of actual values. Below is my script that I am trying to do. But I don't know where I have missed it's not working. Kindly assist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 04:25 AM
Nandhu,
First, you know you are commenting on a 6-year-old thread, right? Adam has a different set of responsibilities now.
Second, I am not quite clear whether you are trying to show real-time scores sensu stricto in a PA widget or data visualisation. According to the documentation, this is not supported for scripted aggregations.