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

Quebec with that latest patch

MG Casey
Mega Sage

We are seeing the same issue - did you report this to ServiceNow Support?

Javier10
Tera Contributor

Dear all,

I'm going through the same issue in Quebec Patch 7. Were you able to find any fix/solution for this?

There are more users reporting the same, but apparently there's nothing in /support, neither a known error or open problem.

Best regards,

Javier

Seike
Tera Contributor

Hello team,

 

were any of you able to resolve this issue? I am seeing this from time to time.

 

Thanks!

Sebas Di Loreto
Kilo Sage
Kilo Sage

I am still seeing this issue. Our instance is on Quebec Patch 10.

I could not find yet any solution or how to prevent it.


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