<?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: set analysis aggr function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-aggr-function/m-p/836344#M294185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't look beautiful to me ... but it works!&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 09:47:10 GMT</pubDate>
    <dc:creator>thierrytt1102</dc:creator>
    <dc:date>2015-04-02T09:47:10Z</dc:date>
    <item>
      <title>set analysis aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-aggr-function/m-p/836342#M294183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developping an application concerning the sales of the 3 first months of a car.&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Model&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;release date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Sales of the first 3 months&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;car 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/03/2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000 € (from 01/03/2014 to 01/06/2014)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;car 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02/03/2013&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000€&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;car 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/01/2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3000€&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a straight table.&lt;/P&gt;&lt;P&gt;I'm using the expression:&lt;/P&gt;&lt;P&gt;sum({&amp;lt; [Period]=,[Day]=,[Weekday]=,[Year]=,[Month]=,[Quarter]=,[_MonthSerial]=,[_QuarterSerial]=,[_WeekSerial]=,[Year-Month]=,&lt;/P&gt;&lt;P&gt;Period={"&amp;gt;=$(=only(ReleaseDate))"}*{"&amp;lt;=$(=addmonths(only(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ReleaseDate&lt;/SPAN&gt;),2))"}&lt;/P&gt;&lt;P&gt;&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working fine when I select 1 car in my list box but not when I want to see all my vehicles.&lt;/P&gt;&lt;P&gt;I tried with an aggr function in my set analysis but no results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 13:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-aggr-function/m-p/836342#M294183</guid>
      <dc:creator>thierrytt1102</dc:creator>
      <dc:date>2015-04-01T13:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-aggr-function/m-p/836343#M294184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just replace you conditions with Period in somthing like this&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;...&amp;gt;} if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Period&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReleaseDate and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Period&amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;addmonths(only(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ReleaseDate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;),2), Sales&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 13:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-aggr-function/m-p/836343#M294184</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-04-01T13:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis aggr function</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-aggr-function/m-p/836344#M294185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't look beautiful to me ... but it works!&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 09:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-aggr-function/m-p/836344#M294185</guid>
      <dc:creator>thierrytt1102</dc:creator>
      <dc:date>2015-04-02T09:47:10Z</dc:date>
    </item>
  </channel>
</rss>

