<?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 IntervalMatch - Not fully working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-IntervalMatch-Not-fully-working/m-p/816988#M288102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, seems today is my day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found a way to sort out the range 23:30:00 to 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this but changing the 00:00:00 to 23:59:60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked fine as the interval captured till 23:59:59&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2015 11:52:58 GMT</pubDate>
    <dc:creator>stevegimbrollmt</dc:creator>
    <dc:date>2015-02-17T11:52:58Z</dc:date>
    <item>
      <title>Time IntervalMatch - Not fully working</title>
      <link>https://community.qlik.com/t5/QlikView/Time-IntervalMatch-Not-fully-working/m-p/816986#M288100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am a bit confused here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have a Start Time (hh:mm:ss) and an Endtime (hh:mm:ss)&amp;nbsp; I have created an inline table like the following and after created an intervalmatch with the proper data to link this interval with how many events happened in those 30mins.&amp;nbsp; It did work for many records but got a huge chunk of data as nulls meaning it did not match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time Intervals Table&lt;/P&gt;&lt;DIV&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78294_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/DIV&gt;&lt;DIV&gt;Range is split in 30mins.&amp;nbsp; Now I have connected it with a Tournament table where Im checking how many activities happened in each 30mins range and added the intervalmatch like this&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt;"&gt;TimeList:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;load &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Hour, time(Hour_Min) as Hour_Mina&amp;nbsp; , time(Hour_Max) as Hour_Maxa&amp;nbsp; ,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Hour_Min &amp;amp; '-' &amp;amp; Hour_Max as HourInterval &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Resident TimeListTemp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;DROP TABLE TimeListTemp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;RENAME Field Hour_Mina to Hour_Min;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;RENAME Field Hour_Maxa to Hour_Max; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;TimeIntervals:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;IntervalMatch(ConvertedStartTime) load &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp; Hour_Min , Hour_Max Resident TimeList;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why would some of this data&amp;nbsp; (sample) not match?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/78296_pastedImage_10.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start time has been converted to Time : time(maketime(Hour(StartTime), Minute(StartTime),Second(StartTime)),'hh:mm:ss TT') as ConvertedStartTime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if I explained my self well but if not let me know,&amp;nbsp; also from 23:30 till 00:00.. there are no matches when in reality there is data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/78297_pastedImage_87.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 23:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-IntervalMatch-Not-fully-working/m-p/816986#M288100</guid>
      <dc:creator>stevegimbrollmt</dc:creator>
      <dc:date>2015-02-16T23:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Time IntervalMatch - Not fully working</title>
      <link>https://community.qlik.com/t5/QlikView/Time-IntervalMatch-Not-fully-working/m-p/816987#M288101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So most of this I can answer my self&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This morning seems I been fresh so I have noticed that the time not captured was always the same so I checked the time ranges and realised that I had a missing couple of 30mins intervals hence the no matches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also noticed that if the range is from 23:30:00 to 00:00:00. it does not work but from 23:30:30 to 23:59:59 it picks up the data up to 23:59:58 leaving out 23:59:59&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I can do to capture the 23:59:59 data within that range?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 11:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-IntervalMatch-Not-fully-working/m-p/816987#M288101</guid>
      <dc:creator>stevegimbrollmt</dc:creator>
      <dc:date>2015-02-17T11:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Time IntervalMatch - Not fully working</title>
      <link>https://community.qlik.com/t5/QlikView/Time-IntervalMatch-Not-fully-working/m-p/816988#M288102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, seems today is my day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found a way to sort out the range 23:30:00 to 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this but changing the 00:00:00 to 23:59:60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked fine as the interval captured till 23:59:59&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 11:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-IntervalMatch-Not-fully-working/m-p/816988#M288102</guid>
      <dc:creator>stevegimbrollmt</dc:creator>
      <dc:date>2015-02-17T11:52:58Z</dc:date>
    </item>
  </channel>
</rss>

