<?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: dynamic vs non-dymanic set analysis: making something not change with filters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/dynamic-vs-non-dymanic-set-analysis-making-something-not-change/m-p/1720070#M54754</link>
    <description>&lt;P&gt;hmm yes i tried that before and it didnt work... i do not know why&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 16:26:18 GMT</pubDate>
    <dc:creator>kailafisher</dc:creator>
    <dc:date>2020-06-18T16:26:18Z</dc:date>
    <item>
      <title>dynamic vs non-dymanic set analysis: making something not change with filters</title>
      <link>https://community.qlik.com/t5/App-Development/dynamic-vs-non-dymanic-set-analysis-making-something-not-change/m-p/1719825#M54711</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;i have the following expression:&lt;/P&gt;&lt;P&gt;round(((SUM({&amp;lt;Product={"=sum(TotalCost)&amp;gt;=$(=max(aggr(sum(TotalCost),Product),3))"}&amp;gt;}TotalCost)) / sum(TotalCost))*100, .01) &amp;amp; '% of Total Cost'&lt;/P&gt;&lt;P&gt;right now what its doing is taking the top 3 highest cost products and finding what percentage of total cost that they collectivley occupy. I need to make the sum(TotalCost) at the end "not dynamic" so when the filters are in place my function will still divide by the whole total cost of every product in my database.&lt;/P&gt;&lt;P&gt;i have tried a combination of ALL, TOTAL, {1} but nothing is working please help!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/dynamic-vs-non-dymanic-set-analysis-making-something-not-change/m-p/1719825#M54711</guid>
      <dc:creator>kailafisher</dc:creator>
      <dc:date>2024-11-16T02:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic vs non-dymanic set analysis: making something not change with filters</title>
      <link>https://community.qlik.com/t5/App-Development/dynamic-vs-non-dymanic-set-analysis-making-something-not-change/m-p/1719882#M54732</link>
      <description>&lt;P&gt;The expression&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({1}TotalCost) should give you the total you are looking for. If you are using it in a object with dimensions you might want to puy in a total as well. Like this : sum({1}TOTAL TotalCost)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 04:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/dynamic-vs-non-dymanic-set-analysis-making-something-not-change/m-p/1719882#M54732</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-06-18T04:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic vs non-dymanic set analysis: making something not change with filters</title>
      <link>https://community.qlik.com/t5/App-Development/dynamic-vs-non-dymanic-set-analysis-making-something-not-change/m-p/1720070#M54754</link>
      <description>&lt;P&gt;hmm yes i tried that before and it didnt work... i do not know why&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 16:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/dynamic-vs-non-dymanic-set-analysis-making-something-not-change/m-p/1720070#M54754</guid>
      <dc:creator>kailafisher</dc:creator>
      <dc:date>2020-06-18T16:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic vs non-dymanic set analysis: making something not change with filters</title>
      <link>https://community.qlik.com/t5/App-Development/dynamic-vs-non-dymanic-set-analysis-making-something-not-change/m-p/1720071#M54755</link>
      <description>&lt;P&gt;So, to be clear, you are getting the right number from your numerator expression?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;Product ={"=Sum(TotalCost) &amp;gt;= $(=Max(Aggr(Sum(TotalCost), Product), 3))"}&amp;gt;} TotalCost)&lt;/LI-CODE&gt;&lt;P&gt;you only have issues with your denominator only?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(TotalCost)&lt;/LI-CODE&gt;&lt;P&gt;Or do you really want this for numerator&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;Product ={"=Sum(TotalCost) &amp;gt;= $(=Max({1} Aggr(Sum({1} TotalCost), Product), 3))"}&amp;gt;} TotalCost)&lt;/LI-CODE&gt;&lt;P&gt;and this for denominator&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({1} TotalCost)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 16:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/dynamic-vs-non-dymanic-set-analysis-making-something-not-change/m-p/1720071#M54755</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-06-18T16:38:41Z</dc:date>
    </item>
  </channel>
</rss>

