<?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: Create pivot table measure not aggregated across columns in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237578#M24461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;calculated dimensions does allow you to use aggregations&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3676"&gt;Calculated Dimensions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2017 13:08:33 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-12T13:08:33Z</dc:date>
    <item>
      <title>Create pivot table measure not aggregated across columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237575#M24458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a major case that involves creating a measure in a pivot table that is not aggregated across columns.&lt;/P&gt;&lt;P&gt;For example, in the below table I want to add a standalone measure, have it aggregated across category and product but not the Month column.&lt;/P&gt;&lt;P&gt;In other words, just a standalone measure at the start of the table. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="191" src="https://community.qlik.com/legacyfs/online/149259_Capture.PNG" style="height: 191px; width: 749.494px;" width="749" /&gt;&lt;/P&gt;&lt;P&gt;I tried searching for an extension that might help, but couldn't find any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion would be much appreciated,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rawad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 11:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237575#M24458</guid>
      <dc:creator />
      <dc:date>2017-01-12T11:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create pivot table measure not aggregated across columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237576#M24459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use it as a calculated dimension? Would you be able to share your expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 12:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237576#M24459</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T12:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create pivot table measure not aggregated across columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237577#M24460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any kind of aggregation expression, i.e sum(Sales).&lt;/P&gt;&lt;P&gt;A calculated dimension would not help because it doesn't allow aggregation functions, i.e Sum, Avg, etc..&lt;/P&gt;&lt;P&gt;Any thoughts ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 13:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237577#M24460</guid>
      <dc:creator />
      <dc:date>2017-01-12T13:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create pivot table measure not aggregated across columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237578#M24461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;calculated dimensions does allow you to use aggregations&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3676"&gt;Calculated Dimensions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 13:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237578#M24461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T13:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create pivot table measure not aggregated across columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237579#M24462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work unless AGGR function is used, but what's important is that it works.&lt;/P&gt;&lt;P&gt;Thank you for your time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 13:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237579#M24462</guid>
      <dc:creator />
      <dc:date>2017-01-12T13:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create pivot table measure not aggregated across columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237580#M24463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahaha yes!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 13:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1237580#M24463</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T13:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create pivot table measure not aggregated across columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1706478#M54160</link>
      <description>&lt;P&gt;Hey, what was the solution for this issue. I am trying to achieve this in qlik sense.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 11:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-pivot-table-measure-not-aggregated-across-columns/m-p/1706478#M54160</guid>
      <dc:creator>jyoti_accenture</dc:creator>
      <dc:date>2020-05-29T11:59:44Z</dc:date>
    </item>
  </channel>
</rss>

