<?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 ranges in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205327#M712639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the links. I used the calendar and IntervalMatch to create a join table betwen calendar and my product table with the start and end dates.&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;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;IntervalMatch&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;( CalendarDate ) &lt;B&gt;load&lt;/B&gt; startdate, enddate &lt;B&gt;resident&lt;/B&gt; product; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Nov 2010 21:15:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-30T21:15:15Z</dc:date>
    <item>
      <title>date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205321#M712633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with products that has START_DATE and END_DATE fields. I also have many other related tables with the same START_DATE and END_DATE. I need to have an ability to &lt;STRONG&gt;filter&lt;/STRONG&gt; and &lt;STRONG&gt;count&lt;/STRONG&gt; my items depending on a specific Year and a specific Quarter. I am thinking to have in inline table that would identifies Years and Quarter(&lt;STRONG&gt;how&lt;/STRONG&gt;?) and then link it somehow (&lt;STRONG&gt;how&lt;/STRONG&gt;?) to the real tables. But I need to know that a chosen Year is inside of the range between START_DATE and END_DATE. Any Ideas how to do that?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 17:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205321#M712633</guid>
      <dc:creator />
      <dc:date>2010-11-29T17:35:09Z</dc:date>
    </item>
    <item>
      <title>date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205322#M712634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Take a look at &lt;A href="http://community.qlik.com/media/p/143017.aspx" title="The Basics about Dates, Date Ranges and Set Analysis"&gt;this file&lt;/A&gt; and see if that fits into your requirements. In short, I've used two slider objects one for the starting date the other for the end date, that store both values into variables. Then these variables are used in the expressions as a part of a set analysis.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 17:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205322#M712634</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-11-29T17:53:59Z</dc:date>
    </item>
    <item>
      <title>date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205323#M712635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;If you work into your code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;Year (***Yourdatefield***) AS Year,&lt;BR /&gt;&lt;BR /&gt;Month&lt;BR /&gt;&lt;BR /&gt; (***Yourdatefield***) AS Month, [\code]&lt;BR /&gt;Then you can define with an inline&lt;BR /&gt;month, Qtr&lt;BR /&gt;Jan,1,&lt;BR /&gt;Feb,1,&lt;BR /&gt;March,1,.....etc&lt;BR /&gt;Then you can use the Qtr and Year field as a selection. If you concatenate the year and qtr (201001,201002,201003....) then you can select more than one quarter over more than one year in your slections. Otherwise, if you select Q1 and 2009 &amp;amp;2010, You'll be selecting Q1 from both years.&lt;BR /&gt;- Ronnie&lt;BR /&gt;&lt;BR /&gt; &amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 18:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205323#M712635</guid>
      <dc:creator />
      <dc:date>2010-11-29T18:23:14Z</dc:date>
    </item>
    <item>
      <title>date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205324#M712636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It is a big help. Still in my main table I have two fields Start_date and End_date. For instance start_date is 1/1/2007 and end date is 5/8/2008. When I need to know how many products were available on 2/2/2007 - I would need to include this in my count and filter product table as the 2/2/2007 is in the range. But if i need to know how many were available on 2/2/2010 I would not include this in the calculation&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 19:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205324#M712636</guid>
      <dc:creator />
      <dc:date>2010-11-29T19:28:13Z</dc:date>
    </item>
    <item>
      <title>date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205325#M712637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0in 0in 0pt;"&gt;It looks to me that I would need to dynamically create a cross reference table between my product table and master calendar table. This new table would need to have an Product id and Master calendar id udder condition that the start date and end date of the product provide the range where a particular date from the master calendar falls into.&lt;/P&gt;&lt;P&gt;I think I have a good idea but do not know how to write it correctly. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 19:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205325#M712637</guid>
      <dc:creator />
      <dc:date>2010-11-29T19:35:34Z</dc:date>
    </item>
    <item>
      <title>date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205326#M712638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You have several examples in the forum, particularly&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/wikis/qlikview-wiki/how-to-create-a-calendar.aspx" target="_blank" title="How to create a calendar"&gt;http://community.qlik.com/wikis/qlikview-wiki/how-to-create-a-calendar.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/22821/112779.aspx" target="_blank" title="How to make a calendar?"&gt;http://community.qlik.com/forums/p/22821/112779.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 22:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205326#M712638</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-11-29T22:04:00Z</dc:date>
    </item>
    <item>
      <title>date ranges</title>
      <link>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205327#M712639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the links. I used the calendar and IntervalMatch to create a join table betwen calendar and my product table with the start and end dates.&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;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;IntervalMatch&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;( CalendarDate ) &lt;B&gt;load&lt;/B&gt; startdate, enddate &lt;B&gt;resident&lt;/B&gt; product; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 21:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-ranges/m-p/205327#M712639</guid>
      <dc:creator />
      <dc:date>2010-11-30T21:15:15Z</dc:date>
    </item>
  </channel>
</rss>

