<?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 Total in Table chart do not compute all the measures in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Total-in-Table-chart-do-not-compute-all-the-measures/m-p/1659255#M49403</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Im having problem in computing all values defined in my measure. As you can see the 3rd column tells the number of&amp;nbsp; total bed capacity for each floor. If you add all the values in the 3rd column it will sum up to 520 but the total always shows 249. Attached is the If condition script I used in data load editor. The formula in my measure is just SUM(DISTINCT(flr_count)).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone can help me. thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TableCompute.PNG" style="width: 475px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25773i3D02F88EFC260298/image-size/large?v=v2&amp;amp;px=999" role="button" title="TableCompute.PNG" alt="TableCompute.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:46:38 GMT</pubDate>
    <dc:creator>jsjavier</dc:creator>
    <dc:date>2024-11-16T03:46:38Z</dc:date>
    <item>
      <title>Total in Table chart do not compute all the measures</title>
      <link>https://community.qlik.com/t5/App-Development/Total-in-Table-chart-do-not-compute-all-the-measures/m-p/1659255#M49403</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Im having problem in computing all values defined in my measure. As you can see the 3rd column tells the number of&amp;nbsp; total bed capacity for each floor. If you add all the values in the 3rd column it will sum up to 520 but the total always shows 249. Attached is the If condition script I used in data load editor. The formula in my measure is just SUM(DISTINCT(flr_count)).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone can help me. thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TableCompute.PNG" style="width: 475px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25773i3D02F88EFC260298/image-size/large?v=v2&amp;amp;px=999" role="button" title="TableCompute.PNG" alt="TableCompute.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Total-in-Table-chart-do-not-compute-all-the-measures/m-p/1659255#M49403</guid>
      <dc:creator>jsjavier</dc:creator>
      <dc:date>2024-11-16T03:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Total in Table chart do not compute all the measures</title>
      <link>https://community.qlik.com/t5/App-Development/Total-in-Table-chart-do-not-compute-all-the-measures/m-p/1659264#M49405</link>
      <description>&lt;P&gt;The problem is that you are using distinct at different levels of granularity. The total looks at the distinct flr_count values regardless of the floor, so it will discount the duplicates even if they are on another floor. You will need and Aggr() to fix this. Assuming that&amp;nbsp; the only dimension in this table is&amp;nbsp;flr_name, then try:&lt;/P&gt;&lt;P&gt;=&lt;EM&gt;Sum(Aggr(Sum(Distinct flr_count), flr_name))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 07:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Total-in-Table-chart-do-not-compute-all-the-measures/m-p/1659264#M49405</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-12-19T07:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Total in Table chart do not compute all the measures</title>
      <link>https://community.qlik.com/t5/App-Development/Total-in-Table-chart-do-not-compute-all-the-measures/m-p/1659269#M49406</link>
      <description>&lt;P&gt;Thank you very much sir!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 08:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Total-in-Table-chart-do-not-compute-all-the-measures/m-p/1659269#M49406</guid>
      <dc:creator>jsjavier</dc:creator>
      <dc:date>2019-12-19T08:04:26Z</dc:date>
    </item>
  </channel>
</rss>

