<?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: Double aggregation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303625#M405992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep!&lt;/P&gt;&lt;P&gt;Thanks Sunny! That works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 15:00:13 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2017-07-27T15:00:13Z</dc:date>
    <item>
      <title>Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303623#M405990</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;I have a slider_object to control the Display of values in my Chart:&lt;/P&gt;&lt;P&gt;The Chart has several time-related dimensions (month, calweek, date, hour) and by using the slider, the user can choose to look at only the time_intervals where the Expression in the Chart is over a certain treshold.&lt;/P&gt;&lt;P&gt;The slider_object has a variable max_value: The max value is, dependent on the currently active Dimension (month, cw, day or hour), the max value there is to Display. The steps are automatic, always starting at 0.&lt;/P&gt;&lt;P&gt;Just to check the results, I would like to know now which is the Dimension_point (time_interval) where that max_value was found - how can I do that?&lt;/P&gt;&lt;P&gt;My formula for the max_value is &amp;gt;&amp;gt; max(aggr(sum(Counterfield), Month)) &amp;lt;&amp;lt; -&amp;gt; This works and Returns me the max value of the Expression within the Limits of my Dimension "Month" - now I'd like to know the month where the formula found this max_value - how to do that? I'm at a loss here.&lt;/P&gt;&lt;P&gt;Can someone help me with that?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 10:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303623#M405990</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-07-27T10:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303624#M405991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(DISTINCT Month, -A&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;ggr(Sum(Counterfield), Month))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303624#M405991</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-27T11:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303625#M405992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep!&lt;/P&gt;&lt;P&gt;Thanks Sunny! That works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 15:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303625#M405992</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-07-27T15:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303626#M405993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, I just don't understand just what this function does - I Need some real Training eventually. So what would I do if I'm looking not for the Maximum, but for the Minimum value?&lt;/P&gt;&lt;P&gt;Is there something like &amp;gt;&amp;gt; LastSortedValue &amp;lt;&amp;lt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 07:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303626#M405993</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-07-28T07:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303627#M405994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friedrich,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;remove &lt;SPAN style="color: #ff0000;"&gt;'-'&lt;/SPAN&gt; from &lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;Aggr(.......&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 08:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303627#M405994</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-28T08:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303628#M405995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Antonio is right, the expression I gave you initially was picking the firstSortedValue when the Sum(Counterfield) was sorted in descending order (negative sign before the Aggr() function)&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FirstSortedValue(DISTINCT Month, -A&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ggr(Sum(Counterfield), Month))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to get the minimum, you just need to remove the negative sign, so that the sort is done in ascending order of Sum(Counterfield)&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FirstSortedValue(DISTINCT Month, A&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ggr(Sum(Counterfield), Month))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 11:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303628#M405995</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-28T11:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303629#M405996</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;this works - or rather, I assume that it does - but I have the following issue now: Apparently, I have records in my underlying table where there is a username, but there is no session_timestamp, thus I cannot calculate a month - I used to filter those out in the script - or I tried - but apparently that did not quite work out:&lt;/P&gt;&lt;P&gt;The min(aggr()) construct Returns a min value of 0 - which I don't see in the Chart - and the other function does not return a month - which is probably because there is no month connected with These records - but this does not make sense: If a COUNT(DISTINCT(User)) Returns 0, then there is nothing to Count (or just no user_entry) - but there isn't a session_timestamp, either - so what is there in the data?&lt;/P&gt;&lt;P&gt;I will&amp;nbsp; look into this question using a tablebox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: I have no idea - just after that table has been loaded, both functions work correctly. Then Comes a series of aggregations - and after that, I get those queer results. So now I'll Experiment with an EXIT at different Points in the script ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 10:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303629#M405996</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-07-31T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303630#M405997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample? I am not entirely sure I understand what issue you are having.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 11:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303630#M405997</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-31T11:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303631#M405998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind. I understand now.&lt;/P&gt;&lt;P&gt;It was because&lt;EM&gt; &lt;/EM&gt;I have two tables which are actually separate, but I have linked them via the calendar. So now there are records in one of those tables with a timestamp which is not even in my calendar - my calendar as yet is not Independent of the tables - I have taken it via a BINARY from the GovernanceDashboard and I assume it ultimately depends on the SessionTaskAuditMaster. These records which cannot be linked to my calendar and to the STAM itself, fuck up the function ...&lt;/P&gt;&lt;P&gt;=&amp;gt; So I have two Options here - either modify that function to search for the second-lowest value and thus to ignore those records from the "Performance" table - or introduce a new calendar which can hold all records.&lt;/P&gt;&lt;P&gt;I guess I'll go for the second Option, I would have to eventually do that anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 11:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303631#M405998</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-07-31T11:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303632#M405999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, I Keep coming back here &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; I'm going to create a new calendar here which shall also be a step towards a central calendar to be used everywhere which we don't have yet. I will take out the min and max Dates from the two tables which are of interest for this and autogenerate all the Dates between and fill in hour-intervals, too.&lt;/P&gt;&lt;P&gt;I think it will be better to open a new thread then - then I'll have to try again to calculate the min and max values for my slider_objects - I had some difficulties with that which were to do with the fact that I have data in one of my tables with a timestamp from days which are not in the other table - 'll have to think about ways to generate some dummy_data in one or both of the tables so that the timespans covered by each of those match the calendar.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Next time I'll open a new thread so this doesn't get too much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 08:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303632#M405999</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-08-01T08:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Double aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303633#M406000</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;I don't get it - I have done some work on Scripting_level in the meantime and just now I'm back to the GUI.&lt;/P&gt;&lt;P&gt;I can calculate the max value in my Chart and set it for my slider and I can identify which month it has been found in using your formula. But I cannot do the same for the min value - I can calculate that, too, but I cannot identify the month that was found in.&lt;/P&gt;&lt;P&gt;My code is as follows:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Authenticated_User&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;BR /&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(10) &amp;amp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month_Session&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, -&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Authenticated_User&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month_Session&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[this works well]&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Authenticated_User&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;BR /&gt;[this works, too] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(10) &amp;amp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month_Session&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Authenticated_User&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month_Session&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;[this does not work]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The field "Month" is in my calendar while "Month_Session" is directly in the table where I also have the "Authenticated_User".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Can you make out why this does not work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;DataNibbler&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 12:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-aggregation/m-p/1303633#M406000</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-08-03T12:59:45Z</dc:date>
    </item>
  </channel>
</rss>

