<?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 Mean time between repairs.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mean-time-between-repairs/m-p/142849#M22240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am struggling with the following problem..&lt;/P&gt;&lt;P&gt;I've got a table containing repairs.. Every records contains a unique repairordernumber, a serialnumber and a orderdate. I would like to calculate the number of days between repairs of each serialnumber. Can someone tell me how to script this?&lt;/P&gt;&lt;P&gt;Thanks, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2009 22:06:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-04-29T22:06:26Z</dc:date>
    <item>
      <title>Mean time between repairs..</title>
      <link>https://community.qlik.com/t5/QlikView/Mean-time-between-repairs/m-p/142849#M22240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am struggling with the following problem..&lt;/P&gt;&lt;P&gt;I've got a table containing repairs.. Every records contains a unique repairordernumber, a serialnumber and a orderdate. I would like to calculate the number of days between repairs of each serialnumber. Can someone tell me how to script this?&lt;/P&gt;&lt;P&gt;Thanks, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 22:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mean-time-between-repairs/m-p/142849#M22240</guid>
      <dc:creator />
      <dc:date>2009-04-29T22:06:26Z</dc:date>
    </item>
    <item>
      <title>Mean time between repairs..</title>
      <link>https://community.qlik.com/t5/QlikView/Mean-time-between-repairs/m-p/142850#M22241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;RIGHT JOIN LOAD DISTINCT *,&lt;BR /&gt;if(peek('repairordernumber') = repairordernumber, orderdate - peek('orderdate'), 0) as daysBetween&lt;BR /&gt;RESIDENT repairs&lt;BR /&gt;ORDER BY repairordernumber, orderdate;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 23:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mean-time-between-repairs/m-p/142850#M22241</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-04-29T23:17:41Z</dc:date>
    </item>
  </channel>
</rss>

