<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Queue Reports - Performance Report Cell value error in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Queue-Reports-Performance-Report-Cell-value-error/m-p/55958#M1222</link>
    <description>&lt;P&gt;The latest version of the VBO is maintained on the DX but I'm not aware of any recent changes to the performance report. It works by creating an Excel file from a binary data item that has been hardcoded in the VBO. Data pulled from the queue is pushed into the template, where pivots and formulae are used to calculate the metrics. At the end of the automation, all sheets are deleted apart from the presentation page. If you omit this deletion step you'll be able to see how the calculations work and maybe this will reveal the problem. Denis is probably correct (he usually is) to guess divide-by-zero or something like that.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Sep 2023 14:22:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2023-09-12T14:22:00Z</dc:date>
    <item>
      <title>Queue Reports - Performance Report Cell value error</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Queue-Reports-Performance-Report-Cell-value-error/m-p/55956#M1220</link>
      <description>&lt;P&gt;Hi, Community&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I've generated the Performance Report using the Queue Reports VBO downloaded from the DX. &lt;SPAN style="font-size: 11pt;"&gt;In the Performance Report, I noticed that the Median Case Times field is broken. Is there any pre-requisites to run this VBO safely or did I miss some settings? Your help would be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7218.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7391i9667243A69604A39/image-size/large?v=v2&amp;amp;px=999" role="button" title="7218.png" alt="7218.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;HongJoo Choi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2023 06:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Queue-Reports-Performance-Report-Cell-value-error/m-p/55956#M1220</guid>
      <dc:creator>HongJooChoi</dc:creator>
      <dc:date>2023-08-01T06:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Queue Reports - Performance Report Cell value error</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Queue-Reports-Performance-Report-Cell-value-error/m-p/55957#M1221</link>
      <description>&lt;P&gt;Hello HongJoo,&lt;/P&gt;
&lt;P&gt;These are great but old reports that were create by Blue Prism consultants many... many years ago (I was the last person to apply some fixes maybe 6 years ago.. &lt;A class="user-content-mention" data-sign="@" data-contactkey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-tag-text="@John Carter" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-itemmentionkey="0a36d955-c30c-4f9e-a53f-89e0d99495a8"&gt;@John Carter&lt;/A&gt; was the guy who created them originally over 10 years ago?).&amp;nbsp; I doubt the are in anyway supported in an ongoing way.&lt;/P&gt;
&lt;P&gt;Num! errors suggest that there is a calculation error of some sort,&amp;nbsp; considering this report worked fine for years without such problems this could either be because of a Blue Prism product change that has not been matched by a change in the report.&amp;nbsp; It it potentially be a date/time issue related to global use (we only ever used it in UK all those years ago).&amp;nbsp; &amp;nbsp;&lt;BR /&gt;It could also be something different about your process - I see the name is WQ_Generate, is this a business process being worked (what this report was created to report on) or is this some kind of background task process where case time is almost instant.&amp;nbsp; It could be something as simple as a divide by zero error in a report we never expected so never built in robustness for.&lt;BR /&gt;&lt;BR /&gt;To fix the report you are going to have to dive into it.&amp;nbsp; It is in reality just a BP process using the Work Queue actions and the Excel actions with some calculations - so not anything too difficult.&amp;nbsp; I would recommend steping through it in debug mode to get familiar with it and to get to the point where it is calculating the average times.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 10:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Queue-Reports-Performance-Report-Cell-value-error/m-p/55957#M1221</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2023-08-02T10:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Queue Reports - Performance Report Cell value error</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Queue-Reports-Performance-Report-Cell-value-error/m-p/55958#M1222</link>
      <description>&lt;P&gt;The latest version of the VBO is maintained on the DX but I'm not aware of any recent changes to the performance report. It works by creating an Excel file from a binary data item that has been hardcoded in the VBO. Data pulled from the queue is pushed into the template, where pivots and formulae are used to calculate the metrics. At the end of the automation, all sheets are deleted apart from the presentation page. If you omit this deletion step you'll be able to see how the calculations work and maybe this will reveal the problem. Denis is probably correct (he usually is) to guess divide-by-zero or something like that.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Sep 2023 14:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Queue-Reports-Performance-Report-Cell-value-error/m-p/55958#M1222</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2023-09-12T14:22:00Z</dc:date>
    </item>
  </channel>
</rss>

