<?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: % of total expression -- need to keep static after filtering in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/of-total-expression-need-to-keep-static-after-filtering/m-p/2437385#M97062</link>
    <description>&lt;P&gt;You could add those fields within the set analysis, like:&lt;/P&gt;
&lt;P&gt;sum({&amp;lt; F1, F2, F3 = {'x'}&amp;gt;} Value)&lt;/P&gt;
&lt;P&gt;which means the selections of F3 are overwritten and those from F1 and F2 are ignored and everything else would be considered.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 12:43:12 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2024-04-03T12:43:12Z</dc:date>
    <item>
      <title>% of total expression -- need to keep static after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/of-total-expression-need-to-keep-static-after-filtering/m-p/2437092#M97058</link>
      <description>&lt;P&gt;I have a measure in a table calculating Year To Date sales, and I want to make a measure that shows the % of each dimension row compared to the total YTD sales.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my expression that gets the correct % is this :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[YTD CURRENT YEAR] / Sum(all {&amp;lt;INVOICE_DATE={"&amp;gt;=$(=Date(YearStart(Max(INVOICE_DATE))))&amp;lt;=$(=Date(Max(INVOICE_DATE)))"}&amp;gt;} NET_AMOUNT)&lt;/P&gt;
&lt;P&gt;the % numbers turn out correctly, but if i select one customer for example, the value changes to 100%. I need it to stay the % of all total, not just filtered.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I fix this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 22:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/of-total-expression-need-to-keep-static-after-filtering/m-p/2437092#M97058</guid>
      <dc:creator>jalanhart</dc:creator>
      <dc:date>2024-04-02T22:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: % of total expression -- need to keep static after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/of-total-expression-need-to-keep-static-after-filtering/m-p/2437385#M97062</link>
      <description>&lt;P&gt;You could add those fields within the set analysis, like:&lt;/P&gt;
&lt;P&gt;sum({&amp;lt; F1, F2, F3 = {'x'}&amp;gt;} Value)&lt;/P&gt;
&lt;P&gt;which means the selections of F3 are overwritten and those from F1 and F2 are ignored and everything else would be considered.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 12:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/of-total-expression-need-to-keep-static-after-filtering/m-p/2437385#M97062</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-03T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: % of total expression -- need to keep static after filtering</title>
      <link>https://community.qlik.com/t5/App-Development/of-total-expression-need-to-keep-static-after-filtering/m-p/2437646#M97075</link>
      <description>&lt;P&gt;Hi Marcus, thanks for your help,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that wouldn't quite get to me to where I wanted to go, but I think I was able to tentatively get it by using this here:&lt;/P&gt;
&lt;P&gt;[YTD CURRENT YEAR] / Sum( all {1&amp;lt;INVOICE_DATE={"&amp;gt;=$(=Date(YearStart(Max(today()))))&amp;lt;=$(=Date(Max(today())))"}&amp;gt;} NET_AMOUNT)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 00:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/of-total-expression-need-to-keep-static-after-filtering/m-p/2437646#M97075</guid>
      <dc:creator>jalanhart</dc:creator>
      <dc:date>2024-04-04T00:28:46Z</dc:date>
    </item>
  </channel>
</rss>

