<?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: Date range Set Analysis question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604246#M223264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try defining your variables as &lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier;"&gt;=Min({1}PackageDate)&lt;/SPAN&gt; and&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier;"&gt;=Max({1}PackageDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2014 15:35:51 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-04-04T15:35:51Z</dc:date>
    <item>
      <title>Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604244#M223262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider the diagram below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The Calendar is linked with Package via &lt;EM&gt;PackageDate&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Package is linked to Activity via &lt;EM&gt;PackageID&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users selects a period on the calendar (say a Year and a Month)&lt;/P&gt;&lt;P&gt;I have defined 2 variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;vMinPackageDate = Min(PackageDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;vMaxPackageDate = Max(PackageDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These correctly store the limits of the range selected&lt;/P&gt;&lt;P&gt;My requirement is to &lt;EM&gt;SUM(ActivityAmount)&lt;/EM&gt; for the date range defined by &lt;EM&gt;vMinPackageDate&lt;/EM&gt; and &lt;EM&gt;vMaxPackageDate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'courier new', courier;"&gt;= sum({$&amp;lt;ActivityDate={"&amp;gt;=$(Date(vMinPackageDate))&amp;lt;=$(Date(vMaxPackageDate))"}&amp;gt;} ActivityAmount)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting results that are NEARLY right; the problem is that when the user selects the period, this affects the range of &lt;STRONG&gt;Package&lt;/STRONG&gt; records which in turn affects the range of selected records in &lt;STRONG&gt;Activity&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;I want the SUM(ActivityAmount) for the date range vMinPackageDate ... vMaxPackageDate independent of Package...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried various variants like:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;= sum({$&amp;lt;PackageDate=, ActivityDate={"&amp;gt;=$(Date(vMinPackageDate))&amp;lt;=$(Date(vMaxPackageDate))"}&amp;gt;} ActivityAmount)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;but nothing seems to work. Any pointers?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks in advance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Alexis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Island.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56622_Island.jpg" style="width: 620px; height: 388px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604244#M223262</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2014-04-04T15:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604245#M223263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your sample data would be highly preferable to give you answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604245#M223263</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-04T15:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604246#M223264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try defining your variables as &lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier;"&gt;=Min({1}PackageDate)&lt;/SPAN&gt; and&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier;"&gt;=Max({1}PackageDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604246#M223264</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-04T15:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604247#M223265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;If I define my variables like that they will always contain the same values irrespective of user selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the user to use the calendar to select a data range and that's it! Using that date range I then want to select my Activity records independently of the Package records above them if that makes sense!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604247#M223265</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2014-04-04T15:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604248#M223266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To not consider the Package Selections try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;= sum({$&amp;lt;&lt;STRONG&gt;Package=&lt;/STRONG&gt;, ActivityDate={"&amp;gt;=$(Date(vMinPackageDate))&amp;lt;=$(Date(vMaxPackageDate))"}&amp;gt;} ActivityAmount)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sample data and desired result would be very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604248#M223266</guid>
      <dc:creator />
      <dc:date>2014-04-04T15:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604249#M223267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish - what you see here is a simplistic view of a fairly complex application so to create data would be quite a task (I think &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604249#M223267</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2014-04-04T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604250#M223268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Package" is a table name not a field so not sure how "Package=," will work.&lt;/P&gt;&lt;P&gt;Package table IS joined to the Activity table and that is the very reason that my results are not what I want.&lt;/P&gt;&lt;P&gt;I basically want to return the records that are defined by the date range in the calendar (as stated before) independent of Package...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604250#M223268</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2014-04-04T15:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604251#M223269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would have thought that:&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'courier new', courier; color: #3d3d3d;"&gt;= sum({1&amp;lt;ActivityDate={"&amp;gt;=$(Date(vMinPackageDate))&amp;lt;=$(Date(vMaxPackageDate))"}&amp;gt;} ActivityAmount)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'courier new', courier; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;(i.e. replacing the "&lt;STRONG&gt;$&lt;/STRONG&gt;" with a &lt;STRONG&gt;"1"&lt;/STRONG&gt; to consider the entire set but this one always returns that entire record set ignoring my date range selection...&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'courier new', courier; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 16:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604251#M223269</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2014-04-04T16:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604252#M223270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not following you. You want to select a date range in the PackageDate field. That selection will determine the min and max values in your variables..... which are values you say are the wrong values since they relate to a limited set of Packages (the possible values resulting from your selecting in PackageDate). I don't understand why or what you feel the correct values should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you want to create an additional calendar for the ActivityDate and select the date range in that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 16:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604252#M223270</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-04T16:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604253#M223271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like your easiest way would be to create a Summary table. (No need for variables!) Kindly see attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or a simpler Summarytable (depends on the your granularity) would be-&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SummaryTable:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ActivityDate as Calendar_Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; sum(ActivityAmount) as _ActivityAmount,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 'ActivityAmount' as SummaryType&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;resident Activity&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;group by &lt;EM&gt;ActivityDate &lt;/EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this Summary Table for other Summaries, just create a different 'SummaryType'. HTH!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 16:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604253#M223271</guid>
      <dc:creator />
      <dc:date>2014-04-04T16:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604254#M223272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Certainly creating an additional calendar would definitely solve the problem but I am avoiding it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to what I am trying to do I hope the following illustration helps!&lt;BR /&gt;&lt;IMG alt="Island2.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56642_Island2.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 16:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604254#M223272</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2014-04-04T16:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604255#M223273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Patrick&amp;nbsp; - that was a very elegant solution and I will bear it in mind.&lt;/P&gt;&lt;P&gt;Because of the complexity of the "real" application, it looks like it warrants its own dedicated calendar (I think!)&lt;/P&gt;&lt;P&gt;What "theme" did you use in the example application - it looks very clean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now I have awarded you "helpful" but will award "Correct" if I end up using your approach (which I must say is growing on me) !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 17:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604255#M223273</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2014-04-04T17:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604256#M223274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alexis. This approach actually creates a better data model that utilizes the functionalities of Qlikview. Using multiple Calendars makes you end up with something like a Snowflake schema and ultimately more stuff to maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a different theme though, just have Styling mode set to Advanced. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 18:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604256#M223274</guid>
      <dc:creator />
      <dc:date>2014-04-04T18:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604257#M223275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, I understand the result you're looking for.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Certainly creating an additional calendar would definitely solve the problem but I am avoiding it.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Why? It is the obvious solution imho. See this blog post: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/08/30/master-table-with-multiple-roles" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;Why You sometimes should Load a Master Table several times&lt;/A&gt;. And perhaps this discussion has some useful bits too: &lt;A href="https://community.qlik.com/thread/66717"&gt;Tutorial - Using Common Date Dimensions and Shared Calendars&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try using variables and calendar objects without actually making selections in the date fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 18:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604257#M223275</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-04T18:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604258#M223276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went for a separate calendar in the end and it works fine - kind of &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select a particular year (say) from the new calendar it comes back with all the correct numbers as I expect it - let's suppose though, that for the selected year I wish to display the data in a chart (by month) how do I achieve the "point in time" for each month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 19:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604258#M223276</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2014-04-04T19:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604259#M223277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain what you mean by "point in time" for each month. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 19:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604259#M223277</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-04T19:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604260#M223278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached application example should explain what I mean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 20:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604260#M223278</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2014-04-04T20:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604261#M223279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I think I understand the problem. Set analysis creates one set per chart. You want a set per dimension value, for each month for example. Technically that's &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1335"&gt;possible with a pick-match combination&lt;/A&gt;, but using an AsOf table solution is a lot easier. See this document for more information about AsOf tables: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 14:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604261#M223279</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-05T14:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date range Set Analysis question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604262#M223280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responding Gysbert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have both of the posts that you have suggested and downloaded the examples listed; I am not sure that AsOfTables is the answer here (or at least I don't think it is).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feeling that there is a very simple answer to my problem here because I am convinced it is a common requirement.... for the period selected (say the quarter Q1) my calculations use the max(date) and min(date) for the result; the application uses these 2 variables to calculate SUMS based on these boundaries - all of that works fine for the SINGLE result for the period selected using . min(date) is 01/01/2014 and max(date) is 31/03/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the dimension being plotted is months, or weeks then I need to split this period chosen in &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;monthly (or weekly) segments and calculate this value using the pairs 01/01 to 31/01 for min/max of January, 01/02 ... 30/02 for February and so on. It's not a "rolling" kind of issue here. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem is really troubling me not so much for its complexity but purely out of frustration because I am sure the answer would be simple... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 17:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-Set-Analysis-question/m-p/604262#M223280</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2014-04-05T17:02:10Z</dc:date>
    </item>
  </channel>
</rss>

