<?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: Looking up a range in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347298#M128500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi! i really want to see the syntex of the answer too.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;but my Qlickview is personal edition so i cannot open this file,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;can u please just copy&amp;nbsp; for me it in an answer???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jan 2016 13:55:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-02T13:55:09Z</dc:date>
    <item>
      <title>Looking up a range in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347290#M128492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 tables I'm loading in a script. One has a bunch of dates for individual contracts - let's call the field ContractDate. The other table has a bunch of date ranges. It would look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateRange&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StartDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EndDate&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/1/2011&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/5/2011&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/6/2011&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/11/2011&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/12/2011&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/31/2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on. The two tables are not linked by any common fields. I want to look up the date on the first table and get the corresponding Date Range that the date falls into.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 17:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347290#M128492</guid>
      <dc:creator>danielact</dc:creator>
      <dc:date>2012-04-11T17:44:55Z</dc:date>
    </item>
    <item>
      <title>Looking up a range in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347291#M128493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You mean one to one mapping?(first record to first record)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 17:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347291#M128493</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-11T17:53:11Z</dc:date>
    </item>
    <item>
      <title>Looking up a range in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347292#M128494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IntervalMatch()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 18:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347292#M128494</guid>
      <dc:creator />
      <dc:date>2012-04-11T18:13:22Z</dc:date>
    </item>
    <item>
      <title>Looking up a range in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347293#M128495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like the right function, but I can't get it to work... can you help me out with the syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date field in Table 1 is called ContractDate. I already entered the layout of Table 2 above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 19:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347293#M128495</guid>
      <dc:creator>danielact</dc:creator>
      <dc:date>2012-04-11T19:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up a range in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347294#M128496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="Code"&gt;it could be: IntervalMatch ( ContractDate) Load StartDate, EndDate resident TableWithStartDateAndEndDateFields;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;upload a reduced version of your QVW and I'll help you with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 19:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347294#M128496</guid>
      <dc:creator />
      <dc:date>2012-04-11T19:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up a range in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347295#M128497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 19:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347295#M128497</guid>
      <dc:creator>danielact</dc:creator>
      <dc:date>2012-04-11T19:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up a range in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347296#M128498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you go, with just one final table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 19:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347296#M128498</guid>
      <dc:creator />
      <dc:date>2012-04-11T19:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up a range in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347297#M128499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 19:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347297#M128499</guid>
      <dc:creator>danielact</dc:creator>
      <dc:date>2012-04-11T19:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Looking up a range in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347298#M128500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi! i really want to see the syntex of the answer too.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;but my Qlickview is personal edition so i cannot open this file,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;can u please just copy&amp;nbsp; for me it in an answer???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2016 13:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-up-a-range-in-the-script/m-p/347298#M128500</guid>
      <dc:creator />
      <dc:date>2016-01-02T13:55:09Z</dc:date>
    </item>
  </channel>
</rss>

