<?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: Time function create a row for every 5 minutes from startTime to endtime in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-function-create-a-row-for-every-5-minutes-from-startTime-to/m-p/1300742#M405438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx again Sunny, you are a true wizard!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Apr 2017 13:58:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-12T13:58:49Z</dc:date>
    <item>
      <title>Time function create a row for every 5 minutes from startTime to endtime</title>
      <link>https://community.qlik.com/t5/QlikView/Time-function-create-a-row-for-every-5-minutes-from-startTime-to/m-p/1300740#M405436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a file with a unique ID , start and end time. I want to do a interval match but I want the time interval to be every 5 minute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I need qlikview to create new row for every 5 minutes from startTime to endtime and stop when endtime is reached&lt;/P&gt;&lt;P&gt;So If I have a Starttime and Endtime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starttime 13:00 and Endtime 13:30 I want qlikview to create a row for every 5 minuter like so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID, StartTime, EndTime&lt;/P&gt;&lt;P&gt;1,13:00 ,13:30&lt;/P&gt;&lt;P&gt;1,13:05 ,13:30&lt;/P&gt;&lt;P&gt;1,13:10 ,13:30&lt;/P&gt;&lt;P&gt;1,13:15 ,13:30&lt;/P&gt;&lt;P&gt;1,13:20 ,13:30&lt;/P&gt;&lt;P&gt;1,13:25 ,13:30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 12:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-function-create-a-row-for-every-5-minutes-from-startTime-to/m-p/1300740#M405436</guid>
      <dc:creator />
      <dc:date>2017-04-11T12:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Time function create a row for every 5 minutes from startTime to endtime</title>
      <link>https://community.qlik.com/t5/QlikView/Time-function-create-a-row-for-every-5-minutes-from-startTime-to/m-p/1300741#M405437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Time(StartTime + MakeTime(0, 5) * (IterNo() - 1)) as Time&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While StartTime + MakeTime(0, 5) * (IterNo() - 1) &amp;lt;= EndTime;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, StartTime, EndTime&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 13:00:00, 13:30:00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 12:00:00, 12:20:00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 12:40:00, 12:55:00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 12:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-function-create-a-row-for-every-5-minutes-from-startTime-to/m-p/1300741#M405437</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-11T12:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Time function create a row for every 5 minutes from startTime to endtime</title>
      <link>https://community.qlik.com/t5/QlikView/Time-function-create-a-row-for-every-5-minutes-from-startTime-to/m-p/1300742#M405438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx again Sunny, you are a true wizard!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 13:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-function-create-a-row-for-every-5-minutes-from-startTime-to/m-p/1300742#M405438</guid>
      <dc:creator />
      <dc:date>2017-04-12T13:58:49Z</dc:date>
    </item>
  </channel>
</rss>

