<?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: split an interval in 15 min sub-intervals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301085#M405478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See Attachment&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171932_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2017 14:02:58 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2017-07-31T14:02:58Z</dc:date>
    <item>
      <title>split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301080#M405473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to solve a Qlik mystery without success, that's why i am trying to find an answer here. Thank you in advance for helping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some production data from a machine, split into intervals of work.&lt;/P&gt;&lt;P&gt;Let's&amp;nbsp; say from 9:00 to 10:25 the machine produced 10 products.&lt;/P&gt;&lt;P&gt;How can I split the production in 15 min intervals of equal value of output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Production&lt;/P&gt;&lt;P&gt;9:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9:15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;9:15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9:30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;9:30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9:45&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you got the idea... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you so much,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 08:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301080#M405473</guid>
      <dc:creator />
      <dc:date>2017-07-27T08:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301081#M405474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;SPAN style="color: #0000ff;"&gt;Time&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Start&lt;/SPAN&gt;+(&lt;SPAN style="color: #0000ff;"&gt;IterNo&lt;/SPAN&gt;()-1)*15/1440,'hh:mm') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Start&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Time&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Start&lt;/SPAN&gt;+(&lt;SPAN style="color: #0000ff;"&gt;IterNo&lt;/SPAN&gt;())*15/1440,'hh:mm') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Stop&lt;/SPAN&gt;,1 &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Production&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; Start,Stop&lt;BR /&gt; 9:00,10:25]&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;While&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Start&lt;/SPAN&gt;+(&lt;SPAN style="color: #0000ff;"&gt;IterNo&lt;/SPAN&gt;()-1)*15/1440 &amp;lt;= &lt;SPAN style="color: #800000;"&gt;Stop&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171662_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 17:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301081#M405474</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-27T17:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301082#M405475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for helping. I tried in many way (some similar with your proposal) but I am doing something wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;///// LOAD DATA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;startTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; endTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QTY....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/// SPLIT INTO 15 MIN INTERVALS by Machine_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Timestamp(startTime,'hh:mm:ss') as [time start],&lt;/P&gt;&lt;P&gt;Timestamp(endTime,'hh:mm:ss') as [time end],&lt;/P&gt;&lt;P&gt;interval(endTime-startTime,'s') as [Total Seconds],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Machine_ID;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;if(tStart &amp;gt; TZStart, tStart, TZStart) as startTime,&lt;/P&gt;&lt;P&gt;if(tEnd &amp;lt; TZEnd, tEnd, TZEnd) as endTime ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD card, Charger, tStart, tEnd,&lt;/P&gt;&lt;P&gt;timestamp(floor(tStart,15/1440)+(iterno()-1)*15/1440) as TZStart,&lt;/P&gt;&lt;P&gt;timestamp(floor(tStart,15/1440)+iterno()*15/1440) as TZEnd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Data&lt;/P&gt;&lt;P&gt;while floor(tStart,15/1440)+(iterno()-1)*15/1440 &amp;lt;= floor(tEnd,15/1440);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;.... and this is what i obtain (totally wrong). I should have 3 intervals of 15 min each... &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;10:28&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:43&lt;/P&gt;&lt;P&gt;10:43&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:58&lt;/P&gt;&lt;P&gt;10:58&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11:03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;but instead i get this:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="601"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="121"&gt;startTime&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="122"&gt;endTime&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="76"&gt;time start&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="78"&gt;time end&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;duration (min)&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;units&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="76"&gt;no. of 15 min intervals&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;07:37:52&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;07:45:00&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;07:45:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;08:00:00&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;08:00:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;08:15:00&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;08:15:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;08:21:38&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;22:07:48&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;22:15:00&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;22:15:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;22:30:00&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;22:30:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;22:45:00&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;22:45:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;23:00:00&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;23:00:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;23:15:00&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;23:15:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;23:30:00&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: none;"&gt;10:28:31 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11:03:43 AM&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;23:30:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;23:45:00&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;10.28&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 10:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301082#M405475</guid>
      <dc:creator />
      <dc:date>2017-07-31T10:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301083#M405476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can You share Your input data ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 12:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301083#M405476</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-31T12:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301084#M405477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the quick reply Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A machine is producing 50 units in the 35 minute interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;startTime&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;endTime&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;UID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Machine_ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Production&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;2017-07-01 10:28:31&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;2017-07-01 11:03:43&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;BBB&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;AAA&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;45&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I need to express the below splitting in 15 minutes intervals (and represent it in a chart); of course in the end i need to sum all the Machines and Users for a long period of time...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;startTime&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;endTime&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;UID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Machine_ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Production&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;2017-07-01 10:28:31&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;2017-07-01 10:43:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;BBB&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;AAA&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;15&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" height="24" style="font-size: 9pt; height: 22px; width: 407px;" width="405"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;2017-07-01 10:43:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;2017-07-01 10:58:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;BBB&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;AAA&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;15&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" height="24" style="font-size: 9pt; height: 15px; width: 407px;" width="405"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;2017-07-01 10:58:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;2017-07-01 11:03:00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;BBB&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;AAA&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 12:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301084#M405477</guid>
      <dc:creator />
      <dc:date>2017-07-31T12:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301085#M405478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See Attachment&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171932_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 14:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301085#M405478</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-31T14:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301086#M405479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you elaborate on your production numbers?&lt;/P&gt;&lt;P&gt;How are 45 split in 15+15+5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 00:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301086#M405479</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-08-01T00:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301087#M405480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Production is % of Interval Time&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171973_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 04:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301087#M405480</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-01T04:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301088#M405481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works like a charm!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 05:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301088#M405481</guid>
      <dc:creator />
      <dc:date>2017-08-01T05:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301089#M405482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last interval is 5 min only so will produce less (5 instead of 15 produced in 15 min).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 05:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301089#M405482</guid>
      <dc:creator />
      <dc:date>2017-08-01T05:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301090#M405483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So&lt;/P&gt;&lt;P&gt;15+15+5=45&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301090#M405483</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-08-01T19:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301091#M405484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ah oh... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my mistake; in my rush to conceal the real data i did this mistake &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 08:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301091#M405484</guid>
      <dc:creator />
      <dc:date>2017-08-02T08:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: split an interval in 15 min sub-intervals</title>
      <link>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301092#M405485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now i have a new problem with the same data - &lt;A href="https://community.qlik.com/message/1318161"&gt;Time zone plotted on a continuous chart&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-an-interval-in-15-min-sub-intervals/m-p/1301092#M405485</guid>
      <dc:creator />
      <dc:date>2017-08-02T11:16:00Z</dc:date>
    </item>
  </channel>
</rss>

