<?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 multiple key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IntervalMatch-multiple-key/m-p/641917#M1086558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2014 08:01:48 GMT</pubDate>
    <dc:creator>MindaugasBacius</dc:creator>
    <dc:date>2014-06-06T08:01:48Z</dc:date>
    <item>
      <title>IntervalMatch multiple key</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-multiple-key/m-p/641915#M1086556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I face up a problem connecting two tables with IntervalMatch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grades:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;min, max, grade, subject&lt;/P&gt;&lt;P&gt;0, 20, fail, math&lt;/P&gt;&lt;P&gt;20, 50, bad, math&lt;/P&gt;&lt;P&gt;50, 80, good, math&lt;/P&gt;&lt;P&gt;80, 100, perfect, math&lt;/P&gt;&lt;P&gt;0, 20, fail, history&lt;/P&gt;&lt;P&gt;20, 50, bad, history&lt;/P&gt;&lt;P&gt;50, 100, good, history&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marks:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;mark, student, sub&lt;/P&gt;&lt;P&gt;6, steve, math&lt;/P&gt;&lt;P&gt;49, ema, math&lt;/P&gt;&lt;P&gt;77, cate, math&lt;/P&gt;&lt;P&gt;25, joe, math&lt;/P&gt;&lt;P&gt;98, hary, history&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;IntervalMatch (mark, sub) load&lt;/P&gt;&lt;P&gt;min, max, subject&lt;/P&gt;&lt;P&gt;resident Grades;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to connect correctly Grades and Marks tables in IntervalMatch that I could get the information like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6, steve, math, fail&lt;/P&gt;&lt;P&gt;49, ema, math, bad&lt;/P&gt;&lt;P&gt;77, cate, math, good&lt;/P&gt;&lt;P&gt;25, joe, math, bad&lt;/P&gt;&lt;P&gt;98, hary, history, good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 06:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-multiple-key/m-p/641915#M1086556</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2014-06-06T06:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch multiple key</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-multiple-key/m-p/641916#M1086557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to load the table this way ans rename the sub field as subject in the Marks table thats why interval match not works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marks:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;STRONG&gt;sub as subject&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;mark, student, sub&lt;/P&gt;&lt;P&gt;6, steve, math&lt;/P&gt;&lt;P&gt;49, ema, math&lt;/P&gt;&lt;P&gt;77, cate, math&lt;/P&gt;&lt;P&gt;25, joe, math&lt;/P&gt;&lt;P&gt;98, hary, history&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grades:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;min, max, grade, subject&lt;/P&gt;&lt;P&gt;0, 20, fail, math&lt;/P&gt;&lt;P&gt;20, 50, bad, math&lt;/P&gt;&lt;P&gt;50, 80, good, math&lt;/P&gt;&lt;P&gt;80, 100, perfect, math&lt;/P&gt;&lt;P&gt;0, 20, fail, history&lt;/P&gt;&lt;P&gt;20, 50, bad, history&lt;/P&gt;&lt;P&gt;50, 100, good, history&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;IntervalMatch (mark, subject) load min, max, subject resident Grades;&lt;/P&gt;&lt;P&gt;Join(Marks)&lt;/P&gt;&lt;P&gt;LOAD * Resident Grades;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Grades;&lt;/P&gt;&lt;P&gt;DROP Field sub;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You get this output:-&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="60225" alt="IntervalMatchOP.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60225_IntervalMatchOP.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-multiple-key/m-p/641916#M1086557</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-06T07:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch multiple key</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-multiple-key/m-p/641917#M1086558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 08:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-multiple-key/m-p/641917#M1086558</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2014-06-06T08:01:48Z</dc:date>
    </item>
  </channel>
</rss>

