<?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: Interval Match or Inline load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559007#M208662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this code and paste in your script reload it here to use interval match match it creates synchronization key i use the join concept to remove it have a look&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;from, to, area&lt;/P&gt;&lt;P&gt;1, 999, Delhi&lt;/P&gt;&lt;P&gt;1000, 2000, Nagaland&lt;/P&gt;&lt;P&gt;2021, 3455, Punjab&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Data, area&lt;/P&gt;&lt;P&gt;555, Delhi&lt;/P&gt;&lt;P&gt;100000, orissa&lt;/P&gt;&lt;P&gt;1111, Nagaland&lt;/P&gt;&lt;P&gt;2040, Punjab&lt;/P&gt;&lt;P&gt;2045, Punjab&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Left join(Data)&lt;/P&gt;&lt;P&gt;Intervalmatch(Data)&lt;/P&gt;&lt;P&gt;LOAD from, to&lt;/P&gt;&lt;P&gt;RESIDENT Test;&lt;/P&gt;&lt;P&gt;Left join (Data)&lt;/P&gt;&lt;P&gt;LOAD * resident Test;&lt;/P&gt;&lt;P&gt;drop table Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 06:19:13 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-09-24T06:19:13Z</dc:date>
    <item>
      <title>Interval Match or Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559006#M208661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV Users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem in linking the values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i&amp;nbsp; have below values.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;from&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;to&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;area&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;999&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Delhi&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Nagaland&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2021&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3455&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Punjab&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in another table i have the below data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Data&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;area&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;555&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Delhi&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;100000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;orissa&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1111&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Nagaland&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2040&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Punjab&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2045&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Punjab&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i have to map both tables as per the range. ie values From AND To with Data in table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise how is it to be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 05:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559006#M208661</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2013-09-24T05:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Match or Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559007#M208662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this code and paste in your script reload it here to use interval match match it creates synchronization key i use the join concept to remove it have a look&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;from, to, area&lt;/P&gt;&lt;P&gt;1, 999, Delhi&lt;/P&gt;&lt;P&gt;1000, 2000, Nagaland&lt;/P&gt;&lt;P&gt;2021, 3455, Punjab&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Data, area&lt;/P&gt;&lt;P&gt;555, Delhi&lt;/P&gt;&lt;P&gt;100000, orissa&lt;/P&gt;&lt;P&gt;1111, Nagaland&lt;/P&gt;&lt;P&gt;2040, Punjab&lt;/P&gt;&lt;P&gt;2045, Punjab&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Left join(Data)&lt;/P&gt;&lt;P&gt;Intervalmatch(Data)&lt;/P&gt;&lt;P&gt;LOAD from, to&lt;/P&gt;&lt;P&gt;RESIDENT Test;&lt;/P&gt;&lt;P&gt;Left join (Data)&lt;/P&gt;&lt;P&gt;LOAD * resident Test;&lt;/P&gt;&lt;P&gt;drop table Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 06:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559007#M208662</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-09-24T06:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Match or Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559008#M208663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me , if in case i have only Data value in table 2 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because in some cases here i found that the Area is not given correctely its ias !!Delhi continet, delhi d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So instead of Area can i map Value ? is it possible with Interval Match?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 07:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559008#M208663</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2013-09-24T07:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Match or Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559009#M208664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at your data set it seems that every area will have a correct and matching interval table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this it seems that it would be easier just to do a left join on area. So take Mohits reply to you and just do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Test:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from, to, area&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1, 999, Delhi&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1000, 2000, Nagaland&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2021, 3455, Punjab&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data, area&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;555, Delhi&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;100000, orissa&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1111, Nagaland&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2040, Punjab&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2045, Punjab&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left join (Data)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident Test;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table Test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 07:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559009#M208664</guid>
      <dc:creator />
      <dc:date>2013-09-24T07:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Interval Match or Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559010#M208665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can, attached is &lt;A href="https://community.qlik.com/qlik-users/99292"&gt;Mohit Sahrma&lt;/A&gt; script with a small change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 08:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559010#M208665</guid>
      <dc:creator />
      <dc:date>2013-09-24T08:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Match or Inline load</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559011#M208666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this you clean you &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Area &lt;/SPAN&gt; Column correctly using Mapping tables or you can use Numeric Key linked with Master Area then apply the Interval match Function &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 11:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Match-or-Inline-load/m-p/559011#M208666</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2013-09-24T11:48:46Z</dc:date>
    </item>
  </channel>
</rss>

