<?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 Totals Issues in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-Totals-Issues/m-p/1765990#M59252</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;thank you for your answer!&lt;/P&gt;&lt;P&gt;I've tried with the Aggr function many times but the real issue was with some data in the table that I removed because it was not supposed to be in that analysis.&lt;/P&gt;&lt;P&gt;Anyway, the aggr function was perfect for another issue I had in another measure.&lt;/P&gt;&lt;P&gt;Thank you man!&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 13:03:29 GMT</pubDate>
    <dc:creator>RighettiAndrea</dc:creator>
    <dc:date>2020-12-03T13:03:29Z</dc:date>
    <item>
      <title>Pivot Totals Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Totals-Issues/m-p/1765729#M59238</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have some issues with the total row in a pivot table.&lt;BR /&gt;The screenshots I will show, will be taken from an Excel file that I made as an example.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RighettiAndrea_4-1606916092362.png" style="width: 499px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45112i44D2D4DFF38C1D37/image-dimensions/499x348?v=v2" width="499" height="348" role="button" title="RighettiAndrea_4-1606916092362.png" alt="RighettiAndrea_4-1606916092362.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the total row, I have two weighted averages.&lt;BR /&gt;The "€ case 2" is correct because the measure is more simple I think.&lt;BR /&gt;The "€ case 1" total result, which is red (0.120 €), is what I get instead of the green one (0.585 €).&lt;/P&gt;&lt;P&gt;Here's my measure (it works fine in the table rows)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RighettiAndrea_2-1606915058699.png" style="width: 896px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45110iD75E9BE8BE0F9842/image-dimensions/896x56?v=v2" width="896" height="56" role="button" title="RighettiAndrea_2-1606915058699.png" alt="RighettiAndrea_2-1606915058699.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I fix the measure in order to get the result I want, without affecting the rows of the table?&lt;/P&gt;&lt;P&gt;I hope you understand,&lt;/P&gt;&lt;P&gt;Thank you all!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Totals-Issues/m-p/1765729#M59238</guid>
      <dc:creator>RighettiAndrea</dc:creator>
      <dc:date>2024-11-16T01:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Totals Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Totals-Issues/m-p/1765976#M59251</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;RighettiAndrea,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you try aggr and see if it works ? Something like this: or can you share raw sample data instead of snapshot ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Aggr(Sum(DOC_VEN_Trans),&amp;lt;Your Dimension&amp;gt;)/1000*Aggr(Sum(DOC_VEN_QTA),&amp;lt;Your Dimension&amp;gt;)/Aggr(Sum(DOC_VEN_Trans),&amp;lt;Your Dimension&amp;gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 12:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Totals-Issues/m-p/1765976#M59251</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2020-12-03T12:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Totals Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Totals-Issues/m-p/1765990#M59252</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;thank you for your answer!&lt;/P&gt;&lt;P&gt;I've tried with the Aggr function many times but the real issue was with some data in the table that I removed because it was not supposed to be in that analysis.&lt;/P&gt;&lt;P&gt;Anyway, the aggr function was perfect for another issue I had in another measure.&lt;/P&gt;&lt;P&gt;Thank you man!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 13:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Totals-Issues/m-p/1765990#M59252</guid>
      <dc:creator>RighettiAndrea</dc:creator>
      <dc:date>2020-12-03T13:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Totals Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Totals-Issues/m-p/1765995#M59253</link>
      <description>&lt;P&gt;You are welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 13:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Totals-Issues/m-p/1765995#M59253</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2020-12-03T13:10:34Z</dc:date>
    </item>
  </channel>
</rss>

