<?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: How to keep Total constant in dashboard irrespective of dimension selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849483#M70211</link>
    <description>&lt;P&gt;Thanks for your Help..&lt;/P&gt;
&lt;P&gt;But I not only have channel, Sub-channel, Hierarchy also in selection. Then how I should write a expression.&lt;/P&gt;
&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Oct 2021 13:18:38 GMT</pubDate>
    <dc:creator>pra_kale</dc:creator>
    <dc:date>2021-10-20T13:18:38Z</dc:date>
    <item>
      <title>How to keep Total constant in dashboard irrespective of dimension selection</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849472#M70209</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I am developing a dashboard in which there are 5 KPI's. I am displaying a company level total at a top followed by channel level total.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem which I am facing is whenever I am selecting a any channel the company level total is also replaced with the channel total. For e.g.&amp;nbsp; Company level SALES = Rs. 1000&amp;nbsp; and Online Channel Total = Rs. 800 and Agent Total is = Rs.200. If I select any channel then Company level total is also becomes the same as per the channel which I am selecting. I don't want this to happen. Irrespective of my channel selection my Company level total should not change. It should reflect total of all the channels put together.&lt;/P&gt;
&lt;P&gt;Can you pl help to achieve this.&lt;/P&gt;
&lt;P&gt;Thanks in Advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 13:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849472#M70209</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2021-10-20T13:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep Total constant in dashboard irrespective of dimension selection</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849474#M70210</link>
      <description>&lt;P&gt;For your company level, if your formula was previously e.g. Sum(Sales), instead use Sum({&amp;lt; Channel = &amp;gt;} Sales). This set analysis will tell the formula to ignore any selections made on the Channel field.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 13:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849474#M70210</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-10-20T13:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep Total constant in dashboard irrespective of dimension selection</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849483#M70211</link>
      <description>&lt;P&gt;Thanks for your Help..&lt;/P&gt;
&lt;P&gt;But I not only have channel, Sub-channel, Hierarchy also in selection. Then how I should write a expression.&lt;/P&gt;
&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 13:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849483#M70211</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2021-10-20T13:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep Total constant in dashboard irrespective of dimension selection</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849487#M70212</link>
      <description>&lt;P&gt;Just tag on more set analysis...&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt; Channel = , [Sub-Channel] = , Hierarchy = &amp;gt;} Sales)&lt;/P&gt;
&lt;P&gt;You can also ignore selections on &lt;STRONG&gt;all&lt;/STRONG&gt; fields by using Sum({1} Sales)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 13:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849487#M70212</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-10-20T13:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep Total constant in dashboard irrespective of dimension selection</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849500#M70216</link>
      <description>&lt;P&gt;Ok. But in certain KPI's I am calculating % also. for e.g. Total Incoming calls / Total Calls Received. In that case where i should mention that condition.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 13:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849500#M70216</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2021-10-20T13:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep Total constant in dashboard irrespective of dimension selection</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849506#M70218</link>
      <description>&lt;P&gt;You should insert the appropriate set analysis into each aggregation function e.g. Sum, Count, etc. If there's more than one, you should insert the set analysis into each one (assuming you want them all to ignore selections)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 13:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-keep-Total-constant-in-dashboard-irrespective-of/m-p/1849506#M70218</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-10-20T13:38:01Z</dc:date>
    </item>
  </channel>
</rss>

