<?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: Average set analysis text box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553015#M481744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/TJETJETJE"&gt;TJETJETJE&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt; &lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must say you have done a very complex mapping &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyways here is the solution for Avg you need to aggregate the result as in Straight table it automatically done as per dimension so in Text Box you need to aggregate the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your exp will be Avg(agg(&amp;lt;Expersion&amp;gt;),Dimension))&lt;/P&gt;&lt;P&gt;try this in Text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Avg(aggr(sum(TotalSessions) / (count({&amp;lt;DimRaptorCustomer.CustomerID={'$(vCustomer)'},Date_CleanDato={"&amp;gt;=$(=Date(Min(Date_CleanDato))) &amp;lt;= $(=Date(Max(Date_CleanDato)))"}&amp;gt;} DateKey) /&lt;/P&gt;&lt;P&gt;(Monthend(Max(Date_CleanDato)) - MonthStart(min(Date_CleanDato)))) / Count({1&amp;lt;DimRaptorCustomer.CustomerID={'$(vCustomer)'}&amp;gt;}distinct&amp;nbsp; MonthFact),MonthYear))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 08:45:34 GMT</pubDate>
    <dc:creator>qlikpahadi07</dc:creator>
    <dc:date>2013-09-23T08:45:34Z</dc:date>
    <item>
      <title>Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553008#M481737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp; average problem. I have attached a screenshot and a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to select customer bbtkljaorrx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the big straight table you get a TOTAL of 260.293 sessions which is based on all 3 months (jul,aug,sep)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To calculate Monthly Average i need a weighted average, due to september is not completed. Therefore i take this calculation to determine average on a month which is not done TotalSession /&amp;nbsp; (Total days with data / with total days in month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as you can see on my textbox my set analysis expressions calculates my weigthed average on all months which means it takes&lt;/P&gt;&lt;P&gt;260.293 / (83/92) which = 288.518&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Divivde 288.518 with total months to find Monthly average = 288.518 / 3 = 96173 - But this is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My total should be as in my TEST straight table (82771+101200+109028) = 292.999 / 3months = 97.667.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what if have done wrong in my set analysis? Cause it only calculates correctly when i choose a month /but then i cannot calculate the average in another textbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screenshot:&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46794_Capture.PNG.png" style="width: 620px; height: 253px;" /&gt;&lt;/P&gt;&lt;P&gt;Test straight table is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Sep 2013 14:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553008#M481737</guid>
      <dc:creator />
      <dc:date>2013-09-22T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553009#M481738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression in one text box and what happens:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Avg(Aggr(sum(TotalSessions)&lt;/P&gt;&lt;P&gt; / &lt;/P&gt;&lt;P&gt;(count({&amp;lt;DimRaptorCustomer.CustomerID={'$(vCustomer)'},Date_CleanDato={"&amp;gt;=$(=Date(Min(Date_CleanDato))) &amp;lt;= $(=Date(Max(Date_CleanDato)))"}&amp;gt;} DateKey) / &lt;/P&gt;&lt;P&gt;(Monthend(Max(Date_CleanDato)) - MonthStart(min(Date_CleanDato)))),DimRaptorCustomer.CustomerID,MonthYear)),'#.##0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 02:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553009#M481738</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2013-09-23T02:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553010#M481739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding Avg ( Aggr ( ....."your expression"....), MonthYear)) - For Monthly Avg&lt;/P&gt;&lt;P&gt;and add Sum ( Aggr ( ......."your expression"...), MonthYear)) - For Total of months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lester&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 03:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553010#M481739</guid>
      <dc:creator />
      <dc:date>2013-09-23T03:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553011#M481740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hi.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Use aggr() to calculate the average of monthly sums explicitly:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&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;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TotalSessions&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;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DimRaptorCustomer.CustomerID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(vCustomer)'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date_CleanDato&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=Date(Min(Date_CleanDato))) &amp;lt;= $(=Date(Max(Date_CleanDato)))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateKey&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) / &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Monthend&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&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: #800000; font-size: 8pt;"&gt;Date_CleanDato&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthStart&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: #800000; font-size: 8pt;"&gt;Date_CleanDato&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;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DimRaptorCustomer.CustomerID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(vCustomer)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthFact&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 06:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553011#M481740</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2013-09-23T06:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553012#M481741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to know what happens when you use MonthEnd():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first, the following might seem strange. e.g. for August:&lt;/P&gt;&lt;P&gt;Min(Date_CleanDato) = 2013-08-01&lt;/P&gt;&lt;P&gt;Max(Date_CleanDato) = 2013-08-31&lt;/P&gt;&lt;P&gt;MonthStart(Max(Date_CleanDato)) = 2013-08-01&lt;/P&gt;&lt;P&gt;MonthEnd(Max(Date_CleanDato)) = 2013-08-31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max(Date_CleanDato)-Min(Date_CleanDato)+1 = 31&lt;/P&gt;&lt;P&gt;MonthEnd(Max(Date_CleanDato))-MonthStart(Max(Date_CleanDato))+1 = 32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because MonthEnd() will return a timestamp:&lt;/P&gt;&lt;P&gt;MonthEnd(Max(DateCleanDato)) = 2013-09-30 23:59:59&lt;/P&gt;&lt;P&gt;This is a problem when you evaluate it as a number:&lt;/P&gt;&lt;P&gt;MonthEnd(Max(DateCleanDato)) = 41547,9999999&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To properly evaluate it as a date, first you need to Floor() it:&lt;/P&gt;&lt;P&gt;Floor(MonthEnd(Max(DateCleanDato))) = 41547&lt;/P&gt;&lt;P&gt;Date(Floor(MonthEnd(Max(DateCleanDato)))) = 2013-08-31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Finally, don't forget the +1 or you will miss 1 day of the month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 07:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553012#M481741</guid>
      <dc:creator />
      <dc:date>2013-09-23T07:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553013#M481742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with using Aggr&lt;/P&gt;&lt;P&gt;=Sum(Aggr(sum(TotalSessions) / (count({&amp;lt;DimRaptorCustomer.CustomerID={'$(vCustomer)'},Date_CleanDato={"&amp;gt;=$(=Date(Min(Date_CleanDato))) &amp;lt;= $(=Date(Max(Date_CleanDato)))"}&amp;gt;} DateKey) / &lt;/P&gt;&lt;P&gt;(Monthend(Max(Date_CleanDato)) - MonthStart(min(Date_CleanDato)))) / Count({1&amp;lt;DimRaptorCustomer.CustomerID={'$(vCustomer)'}&amp;gt;}distinct&amp;nbsp; MonthFact), MonthYear)) / 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 08:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553013#M481742</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-09-23T08:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553014#M481743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At a quick glance (I couldn'd get the numbers working to replicate what you have above), but I believe the issue lies in the end of the formula.&amp;nbsp; If you look at the formula it is applying the division by MonthFact last - check the position of your brackets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WIthout getting the model to work it's difficult to fix, but you could try;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum(TotalSessions) / (count({&amp;lt;DimRaptorCustomer.CustomerID={'$(vCustomer)'},Date_CleanDato={"&amp;gt;=$(=Date(Min(Date_CleanDato))) &amp;lt;= $(=Date(Max(Date_CleanDato)))"}&amp;gt;} DateKey) / &lt;/P&gt;&lt;P&gt;sum((Monthend(Max(Date_CleanDato)) - MonthStart(min(Date_CleanDato)))) / Count({1&amp;lt;DimRaptorCustomer.CustomerID={'$(vCustomer)'}&amp;gt;}distinct&amp;nbsp; MonthFact)),'#.##0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how you get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 08:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553014#M481743</guid>
      <dc:creator />
      <dc:date>2013-09-23T08:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553015#M481744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/TJETJETJE"&gt;TJETJETJE&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt; &lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must say you have done a very complex mapping &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyways here is the solution for Avg you need to aggregate the result as in Straight table it automatically done as per dimension so in Text Box you need to aggregate the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your exp will be Avg(agg(&amp;lt;Expersion&amp;gt;),Dimension))&lt;/P&gt;&lt;P&gt;try this in Text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Avg(aggr(sum(TotalSessions) / (count({&amp;lt;DimRaptorCustomer.CustomerID={'$(vCustomer)'},Date_CleanDato={"&amp;gt;=$(=Date(Min(Date_CleanDato))) &amp;lt;= $(=Date(Max(Date_CleanDato)))"}&amp;gt;} DateKey) /&lt;/P&gt;&lt;P&gt;(Monthend(Max(Date_CleanDato)) - MonthStart(min(Date_CleanDato)))) / Count({1&amp;lt;DimRaptorCustomer.CustomerID={'$(vCustomer)'}&amp;gt;}distinct&amp;nbsp; MonthFact),MonthYear))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 08:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553015#M481744</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2013-09-23T08:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553016#M481745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why divide by 3 at the end? It cannot be static. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553016#M481745</guid>
      <dc:creator />
      <dc:date>2013-09-23T09:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553017#M481746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Damn, thank you! I was close to rip my head off! However i did think of aggr today, but you were faster than me! Great work, and many thanks for the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate it! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a nice day &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553017#M481746</guid>
      <dc:creator />
      <dc:date>2013-09-23T09:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Average set analysis text box</title>
      <link>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553018#M481747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What?? im not missing any days?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-set-analysis-text-box/m-p/553018#M481747</guid>
      <dc:creator />
      <dc:date>2013-09-23T09:12:33Z</dc:date>
    </item>
  </channel>
</rss>

