<?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: Intervall match question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873385#M656260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share your qvw and describe with more details your objective?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 10:53:55 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2015-06-11T10:53:55Z</dc:date>
    <item>
      <title>Intervall match question</title>
      <link>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873381#M656254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a fact table with dates, customers and other expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to connect a table with fare prices &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a table with faire prices for every customer with a start and end date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14340189877694995" jivemacro_uid="_14340189877694995" modifiedtitle="true"&gt;
&lt;P&gt;FarePrice:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %PK_Abonnee as %PK_FareAbonnee,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(StartDate,'DD-MM-YYYY') as StartDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(isnull(EndDate)=-1,'31-12-2015',EndDate) as EndDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fare price]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;.......&lt;/P&gt;
&lt;/PRE&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1434019018377607" jivemacro_uid="_1434019018377607"&gt;
&lt;P&gt;Facttable:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;%PK_FareAbonnee,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %PK_Date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #.....&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;How can i connect this tables so i for every date and customer i can get the good fareprice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873381#M656254</guid>
      <dc:creator />
      <dc:date>2015-06-11T10:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Intervall match question</title>
      <link>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873382#M656256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Just write the following instruction after the load of the 2 tables.&lt;/SPAN&gt;&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 style="color: #000000;"&gt;%PK_Date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="color: #000000;"&gt;StartDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;SPAN style="color: #000000;"&gt;EndDate&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="color: #000000;"&gt;FarePrice&lt;/SPAN&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;let me know&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873382#M656256</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-11T10:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Intervall match question</title>
      <link>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873383#M656257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Groen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;FarePrice:&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;LOAD&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %PK_Abonnee as %PK_FareAbonnee,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(StartDate,'DD-MM-YYYY') as StartDate,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(isnull(EndDate)=-1,'31-12-2015',EndDate) as EndDate,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fare price]&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;FROM&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;.......&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class="bar" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;DIV style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Facttable:&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Load&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %PK_FareAbonnee,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %PK_Date&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #...&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #.....&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Inner join(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FarePrice&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Intervalmatch(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;%PK_Date&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;load distinct &lt;SPAN style="font-size: 13.3333330154419px;"&gt;StartDate,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;EndDate, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;%PK_Date &lt;SPAN style="font-size: 13.3333330154419px;"&gt; resident &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FarePrice;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873383#M656257</guid>
      <dc:creator>ganeshreddy</dc:creator>
      <dc:date>2015-06-11T10:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Intervall match question</title>
      <link>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873384#M656258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But that works for everydate but not for every date and customer.&lt;/P&gt;&lt;P&gt;Do you understand what i mean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873384#M656258</guid>
      <dc:creator />
      <dc:date>2015-06-11T10:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Intervall match question</title>
      <link>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873385#M656260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share your qvw and describe with more details your objective?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873385#M656260</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-11T10:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Intervall match question</title>
      <link>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873386#M656261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ganesh, it works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 11:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervall-match-question/m-p/873386#M656261</guid>
      <dc:creator />
      <dc:date>2015-06-11T11:08:43Z</dc:date>
    </item>
  </channel>
</rss>

