Workspace single score reports are showing a negative value (minus one)

Sebas Di Loreto
Kilo Sage
Kilo Sage

The OOB "chats queuing" single score report is showing -1 (minus one) when it is an impossible situation.
The report counts awa_work_items in "pending accept" OR "queued" states. You cannot COUNT a negative amount... 
This report is a "data visualization" component in a workspace landing page. It has the "single score live updates" checked.

Anybody knows why is this happening?

PRB1102005 sort of refers to it but it is an old PRB that was fixed on London back in 2018

find_real_file.png


If I helped you with your case, please click the Thumb Icon and mark as Correct.


2 ACCEPTED SOLUTIONS

I was finally able to reproduce this issue at will by commenting out the current.update() line on an AFTER business rule for the table where the report is running.

This issue is described on KB article KB0693812 and can happen going UP or DOWN.

Do this to solve your issue:

  1. Pay attention to the report where you are seeing the negative number.
  2. Take note of the table where that report is running. Let's say is the incident table.
  3. Then type on the left nav: incident.config
  4. While on the business rule tab and the following conditions:
    1. When IS after
    2. Script CONTAINS current.update()
  5. Check all business rules and experiment by commenting out the line with current.update()
  6. You will need to figure out if the "offending" business rule can be turn into a BEFORE (order 10000) one for example

 


If I helped you with your case, please click the Thumb Icon and mark as Correct.


View solution in original post

13 REPLIES 13

MarkD
Tera Expert

Were you able to get anywhere with this issue?

We had the same problem reported today for the exact same scenario: a scorecard report that indicates chats waiting in queue.

I haven’t heard anything yet. It has to be something related to the workspace landing page visualization of a single score report. I don’t think anything is wrong with the report per se.

If I helped you with your case, please click the Thumb Icon and mark as Correct.


mballinger
Mega Guru

We are experiencing the same issue. Only our Single score is constantly changing (we have real time updates on so number goes up and down) and can get upwards of -300

What is the instance version?

Paris or Quebec?


If I helped you with your case, please click the Thumb Icon and mark as Correct.