<?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 Multiple records in IntervalMatc why? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Multiple-records-in-IntervalMatc-why/m-p/1681696#M51877</link>
    <description>&lt;P&gt;Hi&amp;nbsp; All,&lt;/P&gt;&lt;P&gt;I have requirement to map timestamp to 24 hours in a day like 0,1,2,3,4,5...23 hours in X-Axis.&lt;/P&gt;&lt;P&gt;i have START_, STOP date fields with Timestamps&lt;/P&gt;&lt;P&gt;so here i ma creating one Inline table like&lt;/P&gt;&lt;P&gt;Event_Table:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Time, Event&lt;/P&gt;&lt;P&gt;00:59, 0&lt;/P&gt;&lt;P&gt;01:59,1&lt;/P&gt;&lt;P&gt;02:59,2&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;23:59,23&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Interval_Table:&lt;/P&gt;&lt;P&gt;START_, STOP&lt;/P&gt;&lt;P&gt;2018-02-16T13:29:00,&amp;nbsp;2018-02-16T13:45:00,&amp;nbsp;&lt;/P&gt;&lt;P&gt;2018-02-16T13:32:00,&amp;nbsp;2018-02-16T13:54:00&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Here i ma writing&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inner join&lt;/P&gt;&lt;P&gt;IntervalMatc(Time)&lt;/P&gt;&lt;P&gt;Load START_,STOP Resident&amp;nbsp; Interval_Table;&lt;/P&gt;&lt;P&gt;here i am getting result Every record on&amp;nbsp;Interval_Table is mapping to Every record of&amp;nbsp;Event_Table table .&lt;/P&gt;&lt;P&gt;Why it is happening like this what is the wrong here&lt;/P&gt;&lt;P&gt;Could you any one guide me here&lt;/P&gt;&lt;P&gt;very Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2020 13:46:16 GMT</pubDate>
    <dc:creator>narayanaqlik</dc:creator>
    <dc:date>2020-03-04T13:46:16Z</dc:date>
    <item>
      <title>Multiple records in IntervalMatc why?</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-records-in-IntervalMatc-why/m-p/1681696#M51877</link>
      <description>&lt;P&gt;Hi&amp;nbsp; All,&lt;/P&gt;&lt;P&gt;I have requirement to map timestamp to 24 hours in a day like 0,1,2,3,4,5...23 hours in X-Axis.&lt;/P&gt;&lt;P&gt;i have START_, STOP date fields with Timestamps&lt;/P&gt;&lt;P&gt;so here i ma creating one Inline table like&lt;/P&gt;&lt;P&gt;Event_Table:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Time, Event&lt;/P&gt;&lt;P&gt;00:59, 0&lt;/P&gt;&lt;P&gt;01:59,1&lt;/P&gt;&lt;P&gt;02:59,2&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;23:59,23&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Interval_Table:&lt;/P&gt;&lt;P&gt;START_, STOP&lt;/P&gt;&lt;P&gt;2018-02-16T13:29:00,&amp;nbsp;2018-02-16T13:45:00,&amp;nbsp;&lt;/P&gt;&lt;P&gt;2018-02-16T13:32:00,&amp;nbsp;2018-02-16T13:54:00&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Here i ma writing&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inner join&lt;/P&gt;&lt;P&gt;IntervalMatc(Time)&lt;/P&gt;&lt;P&gt;Load START_,STOP Resident&amp;nbsp; Interval_Table;&lt;/P&gt;&lt;P&gt;here i am getting result Every record on&amp;nbsp;Interval_Table is mapping to Every record of&amp;nbsp;Event_Table table .&lt;/P&gt;&lt;P&gt;Why it is happening like this what is the wrong here&lt;/P&gt;&lt;P&gt;Could you any one guide me here&lt;/P&gt;&lt;P&gt;very Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 13:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-records-in-IntervalMatc-why/m-p/1681696#M51877</guid>
      <dc:creator>narayanaqlik</dc:creator>
      <dc:date>2020-03-04T13:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple records in IntervalMatc why?</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-records-in-IntervalMatc-why/m-p/1681702#M51880</link>
      <description>&lt;P&gt;Your Interval table is strange, there is overlap in times&lt;/P&gt;&lt;P&gt;Create an inline Interval table like this, think this is what you need:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Event_Table:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;Time, Event&lt;BR /&gt;00:59,0&lt;BR /&gt;01:59,1&lt;BR /&gt;02:59,2&lt;BR /&gt;23:59,23&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Interval_Table:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;START,STOP,FromTo&lt;BR /&gt;00:00:00,01:00:00,0-1&lt;BR /&gt;01:00:01,02:00:00,1-2&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Left join(Event_Table)&lt;BR /&gt;IntervalMatch(Time)&lt;BR /&gt;Load START,STOP Resident Interval_Table;&lt;/P&gt;&lt;P&gt;Left join(Event_Table)&lt;BR /&gt;Load START,STOP,FromTo Resident Interval_Table;&lt;/P&gt;&lt;P&gt;Drop Table Interval_Table;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 14:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-records-in-IntervalMatc-why/m-p/1681702#M51880</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2020-03-04T14:17:39Z</dc:date>
    </item>
  </channel>
</rss>

