<?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 Date with IntervalMatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-with-IntervalMatch/m-p/835088#M293766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an application where I am using Interval Match to pick applications between two dates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Interval_Start and Interval_End are in integer format. These are then connected to a Calendar table where all dates for these intervals are held. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to achieve in my application this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. User selects a Start date (this will have unique Interval_Start identifier)&lt;/P&gt;&lt;P&gt;2. User selects an End date (this will have again unique Interval_End identifier)&lt;/P&gt;&lt;P&gt;3. All applications where changes were made will be shown along with the dates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data model looks like this: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82669_Capture.JPG" style="height: 179px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a table and can see all the changes that have been made in a period of time between 25/10/2012 up till 16/11/2012. However, I cannot see the interval dates when these changes were made: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/82676_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what am I doing wrong? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 10:28:22 GMT</pubDate>
    <dc:creator>terezagr</dc:creator>
    <dc:date>2015-04-01T10:28:22Z</dc:date>
    <item>
      <title>Date with IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Date-with-IntervalMatch/m-p/835088#M293766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an application where I am using Interval Match to pick applications between two dates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Interval_Start and Interval_End are in integer format. These are then connected to a Calendar table where all dates for these intervals are held. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to achieve in my application this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. User selects a Start date (this will have unique Interval_Start identifier)&lt;/P&gt;&lt;P&gt;2. User selects an End date (this will have again unique Interval_End identifier)&lt;/P&gt;&lt;P&gt;3. All applications where changes were made will be shown along with the dates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data model looks like this: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82669_Capture.JPG" style="height: 179px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a table and can see all the changes that have been made in a period of time between 25/10/2012 up till 16/11/2012. However, I cannot see the interval dates when these changes were made: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/82676_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what am I doing wrong? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-with-IntervalMatch/m-p/835088#M293766</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2015-04-01T10:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date with IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Date-with-IntervalMatch/m-p/835089#M293767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, by using set analysis&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;DATE={"&amp;lt;=$(vStarDateSelection)&amp;gt;=$(vEndDateSelection)"}&amp;gt;}&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;DATE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I was able to generate these dates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82692_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although, 1 date for Interval_Start 679279 is still missing and I do not understand why! This Date is in the interval specified and it should be 29/10/2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-with-IntervalMatch/m-p/835089#M293767</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2015-04-01T11:52:36Z</dc:date>
    </item>
  </channel>
</rss>

