<?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: Grand Total and custom sub total not changed by app filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505045#M103884</link>
    <description>&lt;P&gt;Hi! &lt;BR /&gt;You can create a Pivot with the hierarchy Region → State → Store.&lt;BR /&gt;Then modify the Sales Expression:&lt;BR /&gt;Use Sum({1} Sales) for Grand Total. ({1} ensures that the total sales value is not affected by any filters)&lt;BR /&gt;Use Sum({&amp;lt;State=&amp;gt;} Sales) for Region-level subtotal. (&amp;lt;State=&amp;gt; removes filtering at the State level while allowing other filters (like Store) to work)&lt;BR /&gt;Use Sum({&amp;lt;Store=&amp;gt;} Sales) for State-level subtotal. (same above)&lt;/P&gt;
&lt;P&gt;Then you can test the filters:&lt;BR /&gt;When selecting a State, check if the Region subtotal remains the same.&lt;BR /&gt;When selecting a Store, check if the State subtotal remains the same.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Feb 2025 15:24:48 GMT</pubDate>
    <dc:creator>diegozecchini</dc:creator>
    <dc:date>2025-02-08T15:24:48Z</dc:date>
    <item>
      <title>Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2504896#M103864</link>
      <description>&lt;P&gt;Hi Qlik Community,&lt;/P&gt;
&lt;P&gt;We have a requirement where we need to design an app in such a way that&amp;nbsp;Grand Total and custom sub total not changed by app filters. For example,&amp;nbsp; I have below hierarchy,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Region-----&amp;gt;State-----&amp;gt;Store&lt;/P&gt;
&lt;P&gt;By Default this is how app would look like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manish_gupta_1-1738888089515.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177306i62AA19B865169813/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manish_gupta_1-1738888089515.png" alt="manish_gupta_1-1738888089515.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now when someone select a state from State filter, it would change the data in table including subtotal and grand total, like below&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manish_gupta_2-1738888259109.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177307iD13874723A9633F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manish_gupta_2-1738888259109.png" alt="manish_gupta_2-1738888259109.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But we have requirement that subtotal for level above the selected filter shouldn't change and show the data as below&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manish_gupta_3-1738888337982.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177308i811F3398F5F96A25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manish_gupta_3-1738888337982.png" alt="manish_gupta_3-1738888337982.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking for ideas to implement this solution. Also we have more then 20+ KPIs so any solution which is easy to implement, flexible and extendable would be great for m&lt;SPAN&gt;aintenance&lt;/SPAN&gt; purpose.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 00:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2504896#M103864</guid>
      <dc:creator>manish_gupta</dc:creator>
      <dc:date>2025-02-07T00:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2504922#M103869</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149377"&gt;@manish_gupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would use the dimensionality() function to accomplish this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/dimensionality.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/dimensionality.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My whole table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JandreKillianRIC_0-1738915460412.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177312iEB190A9DD88F6966/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JandreKillianRIC_0-1738915460412.png" alt="JandreKillianRIC_0-1738915460412.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Applying a filter only on "One State"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JandreKillianRIC_1-1738915479551.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177313iDE6FAFF8C85EA767/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JandreKillianRIC_1-1738915479551.png" alt="JandreKillianRIC_1-1738915479551.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my measure&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IF(Dimensionality() = 0, Sum(Total {&amp;lt;State = &amp;gt;} Sales), 
	IF(Dimensionality() = 1, Sum(Total &amp;lt;Region&amp;gt; {&amp;lt;State = , Region = P(Region)&amp;gt;} Sales), 
    	IF(Dimensionality() = 2, Sum(Total &amp;lt;Region, State&amp;gt; Sales))))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know&lt;BR /&gt;Regards Jandre&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 08:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2504922#M103869</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-02-07T08:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2504986#M103875</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/174995"&gt;@JandreKillianRIC&lt;/a&gt;&amp;nbsp;. Let me try this and see if it works for all the scenarios.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 17:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2504986#M103875</guid>
      <dc:creator>manish_gupta</dc:creator>
      <dc:date>2025-02-07T17:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505005#M103877</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/174995"&gt;@JandreKillianRIC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to replicate what you have but running into 2 issues&lt;/P&gt;
&lt;P&gt;1. When I select a state, totals are correct but I can see other state in same region also displayed.&lt;/P&gt;
&lt;P&gt;2. When I select a region, subtotals are changed to only that region. I need solution to work across different selection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manish_gupta_0-1738960309086.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177335i490D9336B85075CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manish_gupta_0-1738960309086.png" alt="manish_gupta_0-1738960309086.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manish_gupta_1-1738960325923.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177336i861302F3D2F17445/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manish_gupta_1-1738960325923.png" alt="manish_gupta_1-1738960325923.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know your thoughts. I attached qvf file for your reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 20:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505005#M103877</guid>
      <dc:creator>manish_gupta</dc:creator>
      <dc:date>2025-02-07T20:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505045#M103884</link>
      <description>&lt;P&gt;Hi! &lt;BR /&gt;You can create a Pivot with the hierarchy Region → State → Store.&lt;BR /&gt;Then modify the Sales Expression:&lt;BR /&gt;Use Sum({1} Sales) for Grand Total. ({1} ensures that the total sales value is not affected by any filters)&lt;BR /&gt;Use Sum({&amp;lt;State=&amp;gt;} Sales) for Region-level subtotal. (&amp;lt;State=&amp;gt; removes filtering at the State level while allowing other filters (like Store) to work)&lt;BR /&gt;Use Sum({&amp;lt;Store=&amp;gt;} Sales) for State-level subtotal. (same above)&lt;/P&gt;
&lt;P&gt;Then you can test the filters:&lt;BR /&gt;When selecting a State, check if the Region subtotal remains the same.&lt;BR /&gt;When selecting a Store, check if the State subtotal remains the same.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2025 15:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505045#M103884</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-02-08T15:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505063#M103889</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/82758"&gt;@diegozecchini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried your solution but its not working the way I wanted. As you can see below, I don't want to see the highlighted part below&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="manish_gupta_0-1739066689833.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177361iF826361AEF5169E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manish_gupta_0-1739066689833.png" alt="manish_gupta_0-1739066689833.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Let me know if any other solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 02:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505063#M103889</guid>
      <dc:creator>manish_gupta</dc:creator>
      <dc:date>2025-02-09T02:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505097#M103895</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149377"&gt;@manish_gupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Number 1. Just remove showing zero values&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JandreKillianRIC_0-1739166777159.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177366i4F3A131663B946F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JandreKillianRIC_0-1739166777159.png" alt="JandreKillianRIC_0-1739166777159.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For number 2, Just change the measure to this&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IF(Dimensionality() = 0, Sum(Total {&amp;lt;State = , Region = &amp;gt;} [Sales $]), 
	IF(Dimensionality() = 1, Sum(Total &amp;lt;Region&amp;gt; {&amp;lt;State = , Region = P(Region)&amp;gt;} [Sales $]), 
    	IF(Dimensionality() = 2, Sum(Total &amp;lt;Region, State&amp;gt; [Sales $]))))&lt;/LI-CODE&gt;
&lt;P&gt;Regards Jandre&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 05:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505097#M103895</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-02-10T05:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505185#M103909</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/174995"&gt;@JandreKillianRIC&lt;/a&gt;&amp;nbsp;should have answered you I find it solution perfect&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 13:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505185#M103909</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-02-10T13:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505262#M103928</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/174995"&gt;@JandreKillianRIC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works almost for all cases &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;but we have some case where 0 is expected for some KPIs so is there a way to achieve the solution without checking 'remove 0 values' .&lt;/P&gt;
&lt;P&gt;Also , is there any way to convert this into a variable so that I can use this into multiple KPIs without rewriting the same thing again and again.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 02:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505262#M103928</guid>
      <dc:creator>manish_gupta</dc:creator>
      <dc:date>2025-02-11T02:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505275#M103930</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149377"&gt;@manish_gupta&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Regarding the "some" cases where the 0 should show, I would flag these in the back end and give it a value of 0.000001 - This way it will show 0 in the front end even when checking Remove 0 Values (As this is technically not 0)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If all the KPI's that you are showing is pivot tables then the only issue I can see is the levels. Currently you have Region and State - If the others have more / less the Dimensionality might need to be adjust per pivot table. Hope this answers your question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Jandre&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 06:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505275#M103930</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-02-11T06:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505662#M103992</link>
      <description>&lt;P&gt;sample data please?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 19:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505662#M103992</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2025-02-12T19:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505786#M104042</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/174995"&gt;@JandreKillianRIC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the same levels but multiple KPIs so wanted to check if there is a way to convert your expression into a variable and re use instead of writing the same things again and again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt;  &lt;!-- Toolbar --&gt;  &lt;!--
        Site Menu
    --&gt;  &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;    &lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;</description>
      <pubDate>Thu, 13 Feb 2025 15:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505786#M104042</guid>
      <dc:creator>manish_gupta</dc:creator>
      <dc:date>2025-02-13T15:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Grand Total and custom sub total not changed by app filter</title>
      <link>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505787#M104043</link>
      <description>&lt;P&gt;PFA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt;  &lt;!-- Toolbar --&gt;  &lt;!--
        Site Menu
    --&gt;  &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;    &lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;</description>
      <pubDate>Thu, 13 Feb 2025 15:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grand-Total-and-custom-sub-total-not-changed-by-app-filter/m-p/2505787#M104043</guid>
      <dc:creator>manish_gupta</dc:creator>
      <dc:date>2025-02-13T15:54:36Z</dc:date>
    </item>
  </channel>
</rss>

