<?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 Removing unnecessary sub totals? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Removing-unnecessary-sub-totals/m-p/2535101#M108497</link>
    <description>&lt;P&gt;This is something that crops up regularly.&lt;/P&gt;&lt;P&gt;I have a pivot that has row totals set-up. But a lot of the Dimensions result in a single row. No real need to show the subtotal here. Has anyone got an idea of how to do this?&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;Customer B21I shows only one row of detail so a subtotal is superfluous. It would save space and improve readability if it was omitted.&lt;/P&gt;&lt;P&gt;Customer B22 has multiple rows so showing a sub total makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndyC_0-1762186702439.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184664iF846A90C88DB77DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndyC_0-1762186702439.png" alt="AndyC_0-1762186702439.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Nov 2025 16:21:37 GMT</pubDate>
    <dc:creator>AndyC</dc:creator>
    <dc:date>2025-11-03T16:21:37Z</dc:date>
    <item>
      <title>Removing unnecessary sub totals?</title>
      <link>https://community.qlik.com/t5/App-Development/Removing-unnecessary-sub-totals/m-p/2535101#M108497</link>
      <description>&lt;P&gt;This is something that crops up regularly.&lt;/P&gt;&lt;P&gt;I have a pivot that has row totals set-up. But a lot of the Dimensions result in a single row. No real need to show the subtotal here. Has anyone got an idea of how to do this?&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;Customer B21I shows only one row of detail so a subtotal is superfluous. It would save space and improve readability if it was omitted.&lt;/P&gt;&lt;P&gt;Customer B22 has multiple rows so showing a sub total makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndyC_0-1762186702439.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184664iF846A90C88DB77DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndyC_0-1762186702439.png" alt="AndyC_0-1762186702439.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 16:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removing-unnecessary-sub-totals/m-p/2535101#M108497</guid>
      <dc:creator>AndyC</dc:creator>
      <dc:date>2025-11-03T16:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Removing unnecessary sub totals?</title>
      <link>https://community.qlik.com/t5/App-Development/Removing-unnecessary-sub-totals/m-p/2535253#M108506</link>
      <description>&lt;P&gt;You may query dimensionality() + secondarydimensionality() and/or further expression-results to return a ZERO or NULL which could be hidden within the chart-properties, maybe like:&lt;/P&gt;&lt;P&gt;if(match(dimensionality(), 0, 2, 4), null(), MyExpression)&lt;/P&gt;&lt;P&gt;Just add&amp;nbsp;dimensionality() + secondarydimensionality() as separate expressions to see their results and then you could start playing.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 14:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removing-unnecessary-sub-totals/m-p/2535253#M108506</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-11-04T14:20:48Z</dc:date>
    </item>
  </channel>
</rss>

