<?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 not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435778#M1162980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date([L_Y$IVD],'YYYY-MM-DD')) as [Invoiced Date] is in format YYYY-MM-DD. Your excel dates are in a different format, YYYY-MM-DD. &lt;/P&gt;&lt;P&gt;Try date(date#([End Date],'DD/MM/YYYY'),'YYYY-MM-DD') as [End Date] and similar for Start Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 12:53:55 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2012-11-15T12:53:55Z</dc:date>
    <item>
      <title>Extended Interval match not working</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435774#M1162976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview and trying to use extended syntax IntervalMatch with dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Attached is the code. I have to join two tables. First table is Transaction tables having SalesID and invoice date and second table has SalesID, start date, end date and zone. I need to join these with SalesID field&amp;nbsp; and fetch zone based on the condition : Invoice date lies between Start Date and end date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting random results with interval match. It is able to resolve year level intervals but not the monthly and daily ones. &lt;/P&gt;&lt;P&gt;Does&amp;nbsp; Interval match work with dates? Can anyone please help? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 10:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435774#M1162976</guid>
      <dc:creator />
      <dc:date>2012-11-15T10:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Interval match not working</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435775#M1162977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Intervalmatch does work with dates. From what I can see you load [Start Date] and [End Date] from excel. It's possible that you have to explicitly make dates from them using the date function. Have you tried that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 11:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435775#M1162977</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-15T11:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Interval match not working</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435776#M1162978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My excel contains date in the text format as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="210"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl70" height="17" width="105"&gt;Start Date&lt;/TD&gt;&lt;TD class="xl70" width="105"&gt;End Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17"&gt;01/01/2008&lt;/TD&gt;&lt;TD class="xl69"&gt;31/12/2011&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;I tried &lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[End Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD/MM/YYYY'))&amp;nbsp; . Could you help me the reformatting like using Num, Num#, Date or Date#.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 8pt; font-family: 'Arial','sans-serif';"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 8pt; font-family: 'Arial','sans-serif';"&gt;Abhishek&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 12:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435776#M1162978</guid>
      <dc:creator />
      <dc:date>2012-11-15T12:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Interval match not working</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435777#M1162979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;My excel contains date in the text format as below&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 210px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="105"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;Start Date&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="105"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;End Date&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;01/01/2008&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;31/12/2011&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;I tried (date#([End Date],'DD/MM/YYYY'))&amp;nbsp; . Could you help me the reformatting like using Num, Num#, Date or Date#.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;Abhishek&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 12:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435777#M1162979</guid>
      <dc:creator />
      <dc:date>2012-11-15T12:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Interval match not working</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435778#M1162980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date([L_Y$IVD],'YYYY-MM-DD')) as [Invoiced Date] is in format YYYY-MM-DD. Your excel dates are in a different format, YYYY-MM-DD. &lt;/P&gt;&lt;P&gt;Try date(date#([End Date],'DD/MM/YYYY'),'YYYY-MM-DD') as [End Date] and similar for Start Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 12:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435778#M1162980</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-15T12:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Interval match not working</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435779#M1162981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked for my sample data. I will try in my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 14:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-Interval-match-not-working/m-p/435779#M1162981</guid>
      <dc:creator />
      <dc:date>2012-11-15T14:47:10Z</dc:date>
    </item>
  </channel>
</rss>

