<?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: Aggregation in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53299#M3558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try aggr function like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum(XYZ),Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2018 06:46:20 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2018-05-18T06:46:20Z</dc:date>
    <item>
      <title>Aggregation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53298#M3557</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 date and 3 measure&lt;/P&gt;&lt;P&gt;by default total of qlik sense is giving me wrong numbers .&lt;/P&gt;&lt;P&gt;i have attached image please check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 06:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53298#M3557</guid>
      <dc:creator>poojashribanger</dc:creator>
      <dc:date>2018-05-18T06:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53299#M3558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try aggr function like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum(XYZ),Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 06:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53299#M3558</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-05-18T06:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53300#M3559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same thing if i want to do in bar chart .&lt;/P&gt;&lt;P&gt;where i have dimension quarter(inline loaded) and measure is like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(dim='M1',exp,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(dim='M2',exp,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(dim='M3',exp,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(dim='M4',exp))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;how to implement here&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 06:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53300#M3559</guid>
      <dc:creator>poojashribanger</dc:creator>
      <dc:date>2018-05-18T06:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53301#M3560</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;Then your if statement will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(dim='M1',Sum(Aggr(exp),Dim),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(dim='M2',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(Aggr(exp),Dim)&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(dim='M3',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(Aggr(exp),Dim)&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(dim='M4',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(Aggr(exp),Dim)&lt;/SPAN&gt;))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 06:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53301#M3560</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-05-18T06:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53302#M3561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working for me&lt;/P&gt;&lt;P&gt;because even dimension i am calculating&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;if(timeline='M1','FY'&amp;amp;right(YearStart(AddYears(max([Date]),-1),0,4),2),&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(timeline='M2','FY'&amp;amp;right(YearStart(AddYears(max([Date]),-1),-1,4),2)))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 07:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53302#M3561</guid>
      <dc:creator>poojashribanger</dc:creator>
      <dc:date>2018-05-18T07:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53303#M3562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Measure with ratios or the DISTINCT keyword are usually not additive, so the sum of rows is not equivalent to the expression calculated at the total level (which is what Qlik does by default). To get a column sum, use and Aggr() function with all the pivot table dimensions with this pattern:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Aggr(.... your expression ...., dim1, dim2, ...))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert your expression in the placeholder above and include all the chart dimemension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 07:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-in-Qlik-Sense/m-p/53303#M3562</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-05-18T07:10:07Z</dc:date>
    </item>
  </channel>
</rss>

