<?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: Script not executing IntervalMatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482499#M180317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it's probably me who's not understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you need to state a field as key that you are actually using in your LOAD, like in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INTERVALMATCH&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XSDP_DATE_POSTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&amp;nbsp; Vessel_Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XPRD_DATE_OPEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XPRD_DATE_CLOSE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Vessel_Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Cruises ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;What's that second field XSDP_XCET_ID for or coming from?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 16:23:11 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2014-01-08T16:23:11Z</dc:date>
    <item>
      <title>Script not executing IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482495#M180313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a script which uses the Extended Syntax form of IntervalMatch. When I execute it, it seems the IntervalMatch is skipped over altogether without any errors. I would have expected the IntervalMatch table would always be created (although if I have done it wrong, it may have no rows)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INTERVALMATCH&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XSDP_DATE_POSTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XSDP_XCET_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XPRD_DATE_OPEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XPRD_DATE_CLOSE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Vessel_Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Cruises ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a separate, related question, with IntervalMatch work only on dates, or any numeric values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482495#M180313</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-01-08T16:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Script not executing IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482496#M180314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the Table you apply the LOAD prefix to is missing the extended IntervalMatch key, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can describe your tables and requirements a bit closer, this surely helps in resolving your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To your second question, it should work with all numeric intervals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482496#M180314</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-01-08T16:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Script not executing IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482497#M180315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure I understand. I am hoping to match the key called XSDP_XCET_ID to Vessel_Code. Have I misunderstood the format ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482497#M180315</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-01-08T16:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Script not executing IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482498#M180316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From QV Help Doc....&lt;BR /&gt;"The syntax is:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;intervalmatch&lt;/SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;matchfield,keyfield1 [ , keyfield2, ... keyfield5 ] &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; (loadstatement | selectstatement )&lt;/SPAN&gt; "&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482498#M180316</guid>
      <dc:creator />
      <dc:date>2014-01-08T16:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Script not executing IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482499#M180317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it's probably me who's not understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you need to state a field as key that you are actually using in your LOAD, like in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INTERVALMATCH&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XSDP_DATE_POSTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&amp;nbsp; Vessel_Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XPRD_DATE_OPEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XPRD_DATE_CLOSE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Vessel_Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Cruises ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;What's that second field XSDP_XCET_ID for or coming from?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482499#M180317</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-01-08T16:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script not executing IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482500#M180318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The key fields have to be named the same I believe.&amp;nbsp; Vessel_Code should be aliased to XSDP_XCET_ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482500#M180318</guid>
      <dc:creator>jpapador</dc:creator>
      <dc:date>2014-01-08T16:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Script not executing IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482501#M180319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using INNER JOIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Load Key, Name, Date, Sales&lt;/P&gt;&lt;P&gt;from Transact.xls;&lt;/P&gt;&lt;P&gt;INNER JOIN&lt;/P&gt;&lt;P&gt;intervalmatch (Date,Key)&lt;/P&gt;&lt;P&gt;Load FirstDate, LastDate, Key&lt;/P&gt;&lt;P&gt;resident Key;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482501#M180319</guid>
      <dc:creator />
      <dc:date>2014-01-08T16:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Script not executing IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482502#M180320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Thanks to jpapador and swuehl&lt;/STRONG&gt; who both agree that the key field(s) need to be identical.&lt;/P&gt;&lt;P&gt;I think IntervalMatch is tricky and not well documented &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt; so I will give this a try !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482502#M180320</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-01-08T16:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script not executing IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482503#M180321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these documents out: They may be helpful&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/04/04/intervalmatch"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/04/04/intervalmatch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/06/03/slowly-changing-dimensions"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/03/slowly-changing-dimensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4310"&gt;http://community.qlik.com/docs/DOC-4310&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-not-executing-IntervalMatch/m-p/482503#M180321</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-08T16:59:45Z</dc:date>
    </item>
  </channel>
</rss>

