<?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: Pivot Table Collapsed Totals Incorrect in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1570177#M41584</link>
    <description>&lt;P&gt;Is there a way to use lower level entities as criteria in high-level entities? I will ideally still need to use a calculated dimension, but it seems Qlik cannot handle using lower-level entity criteria when only the high-level entity is shown. I don't think Dimensionality() will help because I still need to reference the lower-level entity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm essentially trying to simulate is filtering based on measure.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2019 21:09:30 GMT</pubDate>
    <dc:creator>newuser</dc:creator>
    <dc:date>2019-04-16T21:09:30Z</dc:date>
    <item>
      <title>Pivot Table Collapsed Totals Incorrect</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1569081#M41506</link>
      <description>&lt;P&gt;In the attached QVF, the pivot table totals are correct when the dimensions are fully expanded. When collapsed, the totals are incorrect. How can this be fixed?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2019 19:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1569081#M41506</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2019-04-14T19:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Collapsed Totals Incorrect</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1569082#M41507</link>
      <description>&lt;P&gt;Attaching QVF&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2019 19:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1569082#M41507</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2019-04-14T19:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Collapsed Totals Incorrect</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1569092#M41508</link>
      <description>It is your calculated dimension that is causing you trouble. When you start to expand it you make adjustments to which Entity is to be calculated, but before expanding the calculation seem to include all Entities. It disregard your calculated dimension expression.&lt;BR /&gt;&lt;BR /&gt;My guess would be that you need to calculate the higher level dimensions as well OR figure a way to avoid all calculated dimensions in the pivot.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Apr 2019 21:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1569092#M41508</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-04-14T21:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Collapsed Totals Incorrect</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1570177#M41584</link>
      <description>&lt;P&gt;Is there a way to use lower level entities as criteria in high-level entities? I will ideally still need to use a calculated dimension, but it seems Qlik cannot handle using lower-level entity criteria when only the high-level entity is shown. I don't think Dimensionality() will help because I still need to reference the lower-level entity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm essentially trying to simulate is filtering based on measure.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 21:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1570177#M41584</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2019-04-16T21:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Collapsed Totals Incorrect</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1570307#M41590</link>
      <description>you can use aggr in the expression to make the total work as sum of all rows</description>
      <pubDate>Wed, 17 Apr 2019 07:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1570307#M41590</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-04-17T07:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Collapsed Totals Incorrect</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1570526#M41599</link>
      <description>&lt;P&gt;Hi - could you elaborate or show an example of what you mean? I'm already using AGGR in the calculated dimension. Do you mean using AGGR in the measure? If so, how would that look like? Currently the measure labeled %Park shows this:&lt;/P&gt;&lt;P&gt;num(sum({&amp;lt;pay_method2={'Park'}&amp;gt;}totalpmt) / sum(total&amp;lt;Region,Branch,mainagt&amp;gt; totalpmt), '#,##0.00%')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So would the measure with AGGR look something like this below, surrounding the expression with AGGR? That doesn't yield a correct result, so I must be doing something wrong &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AGGR(num(sum({&amp;lt;pay_method2={'Park'}&amp;gt;}totalpmt) / sum(total&amp;lt;Region,Branch,mainagt&amp;gt; totalpmt), '#,##0.00%'), region, branch, mainagt)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 12:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1570526#M41599</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2019-04-17T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Collapsed Totals Incorrect</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1570797#M41616</link>
      <description>Can you please put up a sample app</description>
      <pubDate>Thu, 18 Apr 2019 05:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1570797#M41616</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-04-18T05:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Collapsed Totals Incorrect</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1571012#M41623</link>
      <description>The earlier part of the thread should have it.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Apr 2019 12:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1571012#M41623</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2019-04-18T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Collapsed Totals Incorrect</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1571522#M41649</link>
      <description>&lt;P&gt;I figured it out changing how I used AGGR. That seemed to fix it. But now I cannot seem to drag-and-drop any object into my sheet. Has anyone run into this?&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2019 18:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Collapsed-Totals-Incorrect/m-p/1571522#M41649</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2019-04-20T18:28:04Z</dc:date>
    </item>
  </channel>
</rss>

