<?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 Help with IntervalMatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-IntervalMatch/m-p/162880#M36236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rookie mistake! With the IntervalMatch code in place, I was unable to refresh the app. (Memory errors.) I was trying to do a Partial Reload, which wasn't enough of a reload to do the join to the Ranges table. (It was enough to create the Ranges table, however.) Once I was able to get on the server and do a complete reload, everything worked as expected.&lt;/P&gt;&lt;P&gt;Hopefully this lesson will prove useful for others, and save some frustration.&lt;/P&gt;&lt;P&gt;Nice functionality Rob!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 May 2010 16:55:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-27T16:55:48Z</dc:date>
    <item>
      <title>Help with IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-IntervalMatch/m-p/162877#M36233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all, I'm hoping someone can lend a hand. I'm new(ish) to QV, and am trying to set up a date range selection based on the following post by John Witherspoon.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/forums/t/17316.aspx"&gt;http://community.qlik.com/forums/t/17316.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I downloaded the testDateGrouping2.qvw sample and copied the code from the 'Range Table' tab into my own app, and updated it to use the shipping date column (Ship_Date) that's being loaded in a previous tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;JOIN&lt;/B&gt; (&lt;I&gt;Ranges&lt;/I&gt;) IntervalMatch (Ship_Date) LOAD RangeStart, RangeEnd RESIDENT Ranges;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;After I reload the data, I can see the Range table with the correct options. ('Today', 'Yesterday', 'This Week', etc.) However, it isn't linked to the actual Ship_Date column from my source table. (I can select a range, but it doesn't restrict the ship dates in my data.)&lt;/P&gt;&lt;P&gt;Am I correct in assuming that I should be able to link the 'Range' selection to any date column by simply updating the argument to IntervalMatch?&lt;/P&gt;&lt;P&gt;I've searched the forums and manuals, and just can't seem to get this to work. I'm sure it's something simple I'm overlooking, but it's eluding me.&lt;/P&gt;&lt;P&gt;Thanks in advance for any help, I do appreciate it!&lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 23:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-IntervalMatch/m-p/162877#M36233</guid>
      <dc:creator />
      <dc:date>2010-05-24T23:00:05Z</dc:date>
    </item>
    <item>
      <title>Help with IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-IntervalMatch/m-p/162878#M36234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's actually Rob Wunderlich's code. I just modified it based on a specific request.&lt;/P&gt;&lt;P&gt;Yes, I believe you should be able to link the Range selection to any date column by simply updating the argument in the intervalmatch. So yes, it's probably something simple, but I don't really have a guess as to what it might be. If you could post a sample application with the problem, I could debug that, but we already have a working sample application, so I'm not sure how much that would help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 01:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-IntervalMatch/m-p/162878#M36234</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-05-25T01:39:41Z</dc:date>
    </item>
    <item>
      <title>Help with IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-IntervalMatch/m-p/162879#M36235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John, thanks for your quick response. (And to Rob for the original code.)&lt;/P&gt;&lt;P&gt;I noticed that the 'Ranges' table doesn't contain the date I'm trying to join on in the IntervalMatch. (It's an 'orphaned' table when I open the table viewer.) That leads me to believe there's an issue with the join.&lt;/P&gt;&lt;P&gt;I tried aliasing the date to see if it's an issue with the format:&lt;/P&gt;&lt;P&gt;date(Ship_Date) AS Range_Date&lt;/P&gt;&lt;P&gt;but I still can't get it to join.&lt;/P&gt;&lt;P&gt;Unfortunately, HIPAA regulations prevent from posting my app without significant modification. (I may have to create one that I can post if I can't figure this out.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 19:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-IntervalMatch/m-p/162879#M36235</guid>
      <dc:creator />
      <dc:date>2010-05-26T19:05:01Z</dc:date>
    </item>
    <item>
      <title>Help with IntervalMatch</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-IntervalMatch/m-p/162880#M36236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rookie mistake! With the IntervalMatch code in place, I was unable to refresh the app. (Memory errors.) I was trying to do a Partial Reload, which wasn't enough of a reload to do the join to the Ranges table. (It was enough to create the Ranges table, however.) Once I was able to get on the server and do a complete reload, everything worked as expected.&lt;/P&gt;&lt;P&gt;Hopefully this lesson will prove useful for others, and save some frustration.&lt;/P&gt;&lt;P&gt;Nice functionality Rob!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 16:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-IntervalMatch/m-p/162880#M36236</guid>
      <dc:creator />
      <dc:date>2010-05-27T16:55:48Z</dc:date>
    </item>
  </channel>
</rss>

