<?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 Aggregation Function in charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregation-Function-in-charts/m-p/294099#M499335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we use aggregation function once we have while making charts and tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. I want to aggregate data with respect to month. but don't want to include month as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2011 14:12:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-12T14:12:44Z</dc:date>
    <item>
      <title>Aggregation Function in charts</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Function-in-charts/m-p/294099#M499335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we use aggregation function once we have while making charts and tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. I want to aggregate data with respect to month. but don't want to include month as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 14:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Function-in-charts/m-p/294099#M499335</guid>
      <dc:creator />
      <dc:date>2011-05-12T14:12:44Z</dc:date>
    </item>
    <item>
      <title>Aggregation Function in charts</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Function-in-charts/m-p/294100#M499336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not 100% sure I understand exactly what you want but here are some examples of what you can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analysis:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[Month]={'January'}&amp;gt;}[Sales])&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[Month]={'February'}&amp;gt;}[Sales])&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr Function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you want to sum the invoices for customers that have been with the company less than 180 days (let's also assume you don't have a [Length with Company] field or anything like that) but you only want to show the dimension [City].&amp;nbsp; You could use the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(today()-[Join Date]&amp;lt;180,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum([Invoice Total])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,[Account Number]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above example you can't use set analysis because the [Join Date] of every customer is going to be different and the set analysis is calculated once per chart, not once per row.&amp;nbsp; Also use the dimension [City] for the example above.&amp;nbsp; You're quesiton was pretty vague but hopefully that helped a little bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 14:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Function-in-charts/m-p/294100#M499336</guid>
      <dc:creator />
      <dc:date>2011-05-12T14:27:18Z</dc:date>
    </item>
  </channel>
</rss>

