<?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: IntervalMatch Redux in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999852#M339938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this simple yet elegant solution. With your solution came the addition of learning a new function (to me) of "ALT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added NoConcatenate to the resident load then dropped the initial table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2015 15:15:05 GMT</pubDate>
    <dc:creator>johnca</dc:creator>
    <dc:date>2015-11-02T15:15:05Z</dc:date>
    <item>
      <title>IntervalMatch Redux</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999846#M339932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I'm throwing in the towel...I am stumped and need help with IntervalMatch.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data records with start and end dates, and need to display each record in a time chart. Assume the current month is October 2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say my data looks like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="151" style="border: 1px solid #000000; width: 181px; height: 116px;" width="181"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Start&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;End&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6/1/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8/8/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6/1/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6/17/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6/24/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8/3/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9/16/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9/17/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a chart showing the months as dimension, then each ID showing in the months like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID 1 shows in Jun, Jul, Aug&lt;/P&gt;&lt;P&gt;ID 2 shows in Jun, Jul, Aug, Sept, Oct&lt;/P&gt;&lt;P&gt;ID 3 shows in Jun&lt;/P&gt;&lt;P&gt;ID 4 shows in Aug, Sep&lt;/P&gt;&lt;P&gt;ID 5 shows in Sep, Oct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charted as;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="151" style="border: 1px solid rgb(0, 0, 0); width: 140px; height: 135px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Count&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;June&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;July&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;August&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;September&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;October&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 22:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999846#M339932</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2015-10-30T22:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch Redux</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999847#M339933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't use IntervalMatch for this. I would create reference dates instead. See &lt;A href="https://community.qlik.com/qlik-blogpost/2940"&gt;Creating Reference Dates for Intervals&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you have done that, you can create a standard Master Calendar for the reference dates and show the count per month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 22:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999847#M339933</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-30T22:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch Redux</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999848#M339934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there is no need for IntervalMatch here. The "quick-and-dirty" approach would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-10-30 #6.PNG" class="jive-image image-1" src="/legacyfs/online/103643_2015-10-30 #6.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 22:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999848#M339934</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-30T22:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch Redux</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999849#M339935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad...you both replied with exactly what I asked for, but that wasn't what I need. I asked the wrong question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is a chart that shows, by month, which ID's are "open".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select ID 2 then the chart should show a count of 1 for June through October.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select ID 4 the chart shoukld show a count of 1 for August and September.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select ID's 2 and 4 I should see counts of 1, 1, 2, 2, 1 for June-October resp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select none (Clear) I should see a count of 3 for June, 2 for July, 3 for August, 3 for September and 2 for October.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologies for not being clearer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 23:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999849#M339935</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2015-10-30T23:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch Redux</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999850#M339936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I think you asked the right question, because this is a data modelling problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create reference dates and a master calendar, like I suggest in my previous answer, you will have a data model with Month in the calendar table and ID in the original table. If you now create a bar chart with Month as dimension and Count(distinct ID) as measure/expression, you will get exactly what you describe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 11:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999850#M339936</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-31T11:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch Redux</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999851#M339937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189799_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103662_QlikCommunity_Thread_189799_Pic1.JPG" style="height: 305px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189799_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/103663_QlikCommunity_Thread_189799_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189799_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/103667_QlikCommunity_Thread_189799_Pic3.JPG" style="height: 305px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189799_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/103668_QlikCommunity_Thread_189799_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&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_14463390092068338" jivemacro_uid="_14463390092068338"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD * FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="189799" data-objecttype="1" href="https://community.qlik.com/thread/189799"&gt;https://community.qlik.com/thread/189799&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabMonths:&lt;/P&gt;
&lt;P&gt;LOAD ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddMonths(MonthName(Start),IterNo()-1) as MonthName&lt;/P&gt;
&lt;P&gt;Resident table1&lt;/P&gt;
&lt;P&gt;While MonthName(AddMonths(Start,IterNo()-1))&amp;lt;=Alt(End,Today());&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2015 00:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999851#M339937</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-11-01T00:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch Redux</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999852#M339938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this simple yet elegant solution. With your solution came the addition of learning a new function (to me) of "ALT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added NoConcatenate to the resident load then dropped the initial table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 15:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Redux/m-p/999852#M339938</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2015-11-02T15:15:05Z</dc:date>
    </item>
  </channel>
</rss>

