<?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: Intervalmatch not working well in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383243#M572708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yhanks Rakesh &lt;/P&gt;&lt;P&gt;For 6-6-2012 the result is ok but still there is&amp;nbsp; a problem for&amp;nbsp; 5-6-2012 as this gives a null value for 'DatumTijd'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Sep 2012 16:03:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-02T16:03:05Z</dc:date>
    <item>
      <title>Intervalmatch not working well</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383241#M572706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Any idea what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in afdvance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2012 09:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383241#M572706</guid>
      <dc:creator />
      <dc:date>2012-09-02T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalmatch not working well</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383242#M572707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's because your timestamps aren't formatted properly as internal timestamp format. Just change your Schema table as follows and you'll be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schema:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Name, Datum, timestamp#(From, 'DD-MM-YYYY hh:mm') as From, timestamp#(Until, 'DD-MM-YYYY hh:mm') as Until;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, Datum, From, Until&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 05-06-2012, 05-06-2012 23:00, 06-06-2012 07:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 06-06-2012, 06-06-2012 07:00, 06-06-2012 17:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 06-06-2012, 06-06-2012 17:00, 06-06-2012 23:00&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2012 11:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383242#M572707</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2012-09-02T11:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalmatch not working well</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383243#M572708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yhanks Rakesh &lt;/P&gt;&lt;P&gt;For 6-6-2012 the result is ok but still there is&amp;nbsp; a problem for&amp;nbsp; 5-6-2012 as this gives a null value for 'DatumTijd'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2012 16:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383243#M572708</guid>
      <dc:creator />
      <dc:date>2012-09-02T16:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalmatch not working well</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383244#M572709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your data is not in the time range for 05-06-2012. Use range below and it works. Changes are in bold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schema:&lt;BR /&gt;LOAD Name, Datum, timestamp#(From, 'DD-MM-YYYY hh:mm') as From, timestamp#(Until, 'DD-MM-YYYY hh:mm') as Until;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, Datum, From, Until&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 05-06-2012,&lt;STRONG&gt; 05-06-2012 00:00&lt;/STRONG&gt;, 06-06-2012 06:59&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 06-06-2012, 06-06-2012 07:00, 06-06-2012 19:59&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 06-06-2012, 06-06-2012 17:00, 06-06-2012 23:00&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INNER Join (Schema)&lt;/STRONG&gt;&lt;BR /&gt;IntervalMatch (DatumTijd)&lt;BR /&gt;Load&lt;BR /&gt;From,&lt;BR /&gt;Until&lt;BR /&gt;Resident Schema;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2012 21:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383244#M572709</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2012-09-02T21:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalmatch not working well</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383245#M572710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh &lt;/P&gt;&lt;P&gt;Thanks but also not working&lt;/P&gt;&lt;P&gt;due to the inner join days and Datum and DatumTijd are not matching anymore&lt;/P&gt;&lt;P&gt;made some adjustments but still having problems &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schema:&lt;/P&gt;&lt;P&gt;LOAD Name, Datum, timestamp#(From, 'DD-MM-YYYY hh:mm') as From, timestamp#(Until, 'DD-MM-YYYY hh:mm') as Until;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, Datum, From, Until&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 05-06-2012, 05-06-2012 00:00, 06-06-2012 07:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 06-06-2012, 06-06-2012 05:00, 06-06-2012 20:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 06-06-2012, 06-06-2012 17:00, 06-06-2012 23:00&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;left Join (Calendar)&lt;/P&gt;&lt;P&gt;IntervalMatch (DatumTijd)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;From,&lt;/P&gt;&lt;P&gt;Until&lt;/P&gt;&lt;P&gt;Resident Schema;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 06:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-not-working-well/m-p/383245#M572710</guid>
      <dc:creator />
      <dc:date>2012-09-03T06:11:36Z</dc:date>
    </item>
  </channel>
</rss>

