<?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: Extended interval match does nothing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175966#M634302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the script before the interval match?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2016 09:40:48 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-31T09:40:48Z</dc:date>
    <item>
      <title>Extended interval match does nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175960#M634296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm creating an interval match in extended mode:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bridgetable:&lt;/P&gt;&lt;P&gt;//left join (Facts)&lt;/P&gt;&lt;P&gt;IntervalMatch (Datum, USER)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; Startdate,&lt;/P&gt;&lt;P&gt;Enddate,&lt;/P&gt;&lt;P&gt;USER&lt;/P&gt;&lt;P&gt;Resident Employees;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not get anything from this match. If I change the match to a normal Intervalmatch the intervals and bridgetable are created therefore I'm sure the date formats are ok.&lt;/P&gt;&lt;P&gt;User is in both tables an Integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reviewing the log file I see that the Bridgetable is called in the script but nothing is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175960#M634296</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2016-05-31T09:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extended interval match does nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175961#M634297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Startdate+iterno()-1) as Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Employees&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;while &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Startdate+iterno()-1&amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Enddate&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175961#M634297</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-31T09:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extended interval match does nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175962#M634298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How could I use this? The data is allready loaded so a date range doesn't need to be created in Facts. Start and end dates for the interval are fixed dates in my table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175962#M634298</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2016-05-31T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extended interval match does nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175963#M634299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michiel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could look at this thread. I think that's the answer you're looking for.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/121074"&gt;IntervalMatch multiple key&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175963#M634299</guid>
      <dc:creator>jepeerik</dc:creator>
      <dc:date>2016-05-31T09:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extended interval match does nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175964#M634300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see anything wrong with the syntax here, do you have a sample you can share where it isn't working for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175964#M634300</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T09:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extended interval match does nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175965#M634301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Sunny, I can't post a QVW. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175965#M634301</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2016-05-31T09:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extended interval match does nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175966#M634302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the script before the interval match?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175966#M634302</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-31T09:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extended interval match does nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175967#M634303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was pointed out an other post and that seems to be working. Rename the fields from the additional key to the same name.&lt;/P&gt;&lt;P&gt;Testing that as we speak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175967#M634303</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2016-05-31T09:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extended interval match does nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175968#M634304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LEFT JOIN (Facts)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Startdate + ITERNO() - 1 AS Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Other fields&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Employees&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHILE &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Startdate + ITERNO() - 1 &amp;lt;= &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Enddate&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you use this piece of code then you doesn't need the interval match anymore. While '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Startdate + ITERNO() - 1 &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;Enddate&lt;/SPAN&gt;' is TRUE a new row is generated and ITERNO() is the row counter. So first iteration ITERNO() is 1. Therefore -1 after ITERNO() to correct this offset. First iteration is Startdate + 1 - 1 equals Startdate, second iteration is Startdate + 2 - 1, equals Startdate + 1. Etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175968#M634304</guid>
      <dc:creator>gardenierbi</dc:creator>
      <dc:date>2016-05-31T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extended interval match does nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175969#M634305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try this too Sander. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-interval-match-does-nothing/m-p/1175969#M634305</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2016-05-31T09:48:04Z</dc:date>
    </item>
  </channel>
</rss>

