<?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: Determine average processing time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Determine-average-processing-time/m-p/5997#M970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not the cleanest approach - but something to start with: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NetWorkDays(date(ceil(Start)),&amp;nbsp; date(floor(End))) &amp;amp; ' ' &amp;amp;&lt;/P&gt;&lt;P&gt;Time( &lt;/P&gt;&lt;P&gt;DayEnd(Start, 0, '20:00:01') - Start &lt;/P&gt;&lt;P&gt;+ &lt;/P&gt;&lt;P&gt;End - DayStart(End, 0, '06:00:00') &lt;/P&gt;&lt;P&gt;, 'hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2018 15:43:01 GMT</pubDate>
    <dc:creator>boorgura</dc:creator>
    <dc:date>2018-03-27T15:43:01Z</dc:date>
    <item>
      <title>Determine average processing time</title>
      <link>https://community.qlik.com/t5/QlikView/Determine-average-processing-time/m-p/5994#M967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Hello everybody,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;This question is probably easy to answer for most, but I am currently in despair.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;In column A is the one-time order number. I have in column B a date (end of processing), and in column C (start of processing) also. The table is e.g. 10 lines long. I want to get the average of the processing time across all lines and render it as a time format (for example, dd: hh: mm: ss).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Currently the formula looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;STRONG&gt;(Sum ([start of processing]) - Sum ([end of processing])) / Count ([order number])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Although I get a result, but in comparison with Excel that does not fit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Does anyone have an idea why this might be? I had tried it with avg, but the result is 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Thank you very much and greetings&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;K.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 05:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determine-average-processing-time/m-p/5994#M967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T05:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Determine average processing time</title>
      <link>https://community.qlik.com/t5/QlikView/Determine-average-processing-time/m-p/5995#M968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share some sample data to check this out? Also, share the expected output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 18:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determine-average-processing-time/m-p/5995#M968</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-24T18:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Determine average processing time</title>
      <link>https://community.qlik.com/t5/QlikView/Determine-average-processing-time/m-p/5996#M969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp A (TT.MM.YYYY hh:mm:ss)&amp;nbsp;&amp;nbsp;&amp;nbsp; 23.02.2018 14:05:49&lt;/P&gt;&lt;P style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;Timestamp B (TT.MM.YYYY hh:mm:ss)&amp;nbsp;&amp;nbsp;&amp;nbsp; 22.03.2018 09.35:07&lt;/P&gt;&lt;P style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;Moreover, I'd like to deduct the weekends and resting hours (working ours from 6am to 8pm).&lt;/P&gt;&lt;P style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;So, I get the result of (tt:hh:mm:ss) 19:09:29:18 (when I calculate myself) &lt;/P&gt;&lt;P style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;I tried pretty much everything, but it's not working at all. Do you have any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determine-average-processing-time/m-p/5996#M969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Determine average processing time</title>
      <link>https://community.qlik.com/t5/QlikView/Determine-average-processing-time/m-p/5997#M970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not the cleanest approach - but something to start with: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NetWorkDays(date(ceil(Start)),&amp;nbsp; date(floor(End))) &amp;amp; ' ' &amp;amp;&lt;/P&gt;&lt;P&gt;Time( &lt;/P&gt;&lt;P&gt;DayEnd(Start, 0, '20:00:01') - Start &lt;/P&gt;&lt;P&gt;+ &lt;/P&gt;&lt;P&gt;End - DayStart(End, 0, '06:00:00') &lt;/P&gt;&lt;P&gt;, 'hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 15:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determine-average-processing-time/m-p/5997#M970</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2018-03-27T15:43:01Z</dc:date>
    </item>
  </channel>
</rss>

