<?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: Work Queues - Total Work Case Time in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Work-Queues-Total-Work-Case-Time/m-p/57027#M11111</link>
    <description>I think the 114 is days&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Sep 2020 16:39:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2020-09-08T16:39:00Z</dc:date>
    <item>
      <title>Work Queues - Total Work Case Time</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queues-Total-Work-Case-Time/m-p/57026#M11110</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;currently we observed something strange with the '&lt;STRONG&gt;Total Case Duration&lt;/STRONG&gt;' in the Work Queues sections. Specifically, the case duration looked like this :&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26397.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/26528iBDD874DD59E09198/image-size/large?v=v2&amp;amp;px=999" role="button" title="26397.png" alt="26397.png" /&gt;&lt;/span&gt;Can you please let me know how can we translate this ? The representation the duration is confusing. I understand that the duration pattern is the following : &lt;STRONG&gt;hh:mm:ss.sss&lt;/STRONG&gt;&lt;/DIV&gt;
But how do you translate the &lt;STRONG&gt;114.07:47:46.000 ? &lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tasos&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2020 14:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queues-Total-Work-Case-Time/m-p/57026#M11110</guid>
      <dc:creator>AnastasiosKrap1</dc:creator>
      <dc:date>2020-09-08T14:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queues - Total Work Case Time</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queues-Total-Work-Case-Time/m-p/57027#M11111</link>
      <description>I think the 114 is days&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2020 16:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queues-Total-Work-Case-Time/m-p/57027#M11111</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-09-08T16:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queues - Total Work Case Time</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queues-Total-Work-Case-Time/m-p/57028#M11112</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Its DTIME format --&amp;gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;DTIME&lt;/TD&gt;
&lt;TD&gt;&lt;CODE&gt;DD HH:MM:SS.ss&lt;/CODE&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;CODE&gt;00 04:31:17.01&lt;/CODE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;[Vipul] [Tiwari] [Senior Process Simplification and Optimization Developer]&lt;BR /&gt;[Fidelity]&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2020 17:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queues-Total-Work-Case-Time/m-p/57028#M11112</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2020-09-08T17:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queues - Total Work Case Time</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queues-Total-Work-Case-Time/m-p/57029#M11113</link>
      <description>Hi Anastasios,&lt;BR /&gt;&lt;BR /&gt;This is just suggestion from my end to resolve this.&lt;BR /&gt;&lt;BR /&gt;When you are extract report data from work queue and Blue prism fetching and storing same data in excel.Please do below mention point&lt;BR /&gt;&lt;BR /&gt;1.use replace function to remove last character '.000' ( as per above screenshot this is pattern)&lt;BR /&gt;2.Use len function to get count of entire duration length.&lt;BR /&gt;3.use instr to find '.'&amp;nbsp;&lt;BR /&gt;4.use left function to get text to remove.&lt;BR /&gt;5.now use replace to remove first left number.&lt;BR /&gt;&lt;BR /&gt;use calculation stage to perform the above activity.&lt;BR /&gt;&lt;BR /&gt;after using above points you will get clean time.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nilesh&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nilesh Jadhav&lt;BR /&gt;Senior RPA Specialist&lt;BR /&gt;ADP&lt;BR /&gt;Pune&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Sep 2020 15:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queues-Total-Work-Case-Time/m-p/57029#M11113</guid>
      <dc:creator>NileshJadhavBP</dc:creator>
      <dc:date>2020-09-09T15:40:00Z</dc:date>
    </item>
  </channel>
</rss>

