<?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: Force sum on higher level in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289607#M27183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you unchecked 'Show Zero Values' or is this checked? Uncheck it for me and see if that solves your issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155052_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2017 16:20:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-03-02T16:20:13Z</dc:date>
    <item>
      <title>Force sum on higher level</title>
      <link>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289603#M27179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to force a sum on a certain level independant of the selections in a lower level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 337px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;" width="105"&gt;Group&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;" width="105"&gt;Detail&lt;/TD&gt;&lt;TD class="xl67" style="text-align: center;" width="43"&gt;Value&lt;/TD&gt;&lt;TD class="xl67" style="text-align: center;" width="84"&gt;Value forced&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;"&gt;A-1&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;"&gt;A-2&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;"&gt;A-3&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;"&gt;A-4&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;"&gt;A-5&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;"&gt;A-6&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;28&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can show the forced value for group A via the TOTAL function : sum(TOTAL&amp;lt;Group&amp;gt; value).&lt;/P&gt;&lt;P&gt;But if I do a selection within the group (select A-1 and A-2 for example), I would like to keep the 28, with the above formule it wil give the total of the selection (see below).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 518px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;" width="105"&gt;Group&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;" width="105"&gt;Detail&lt;/TD&gt;&lt;TD class="xl67" style="text-align: center;" width="43"&gt;Value&lt;/TD&gt;&lt;TD class="xl67" style="text-align: center;" width="84"&gt;Value forced&lt;/TD&gt;&lt;TD style="text-align: center;" width="181"&gt;Value with current function&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;"&gt;A-1&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;28&lt;/TD&gt;&lt;TD align="right" style="text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;"&gt;A-2&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl68" style="text-align: center;"&gt;28&lt;/TD&gt;&lt;TD align="right" style="text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a dashboard i'd like to show the total value of A even if i only selected A-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for the help.&lt;/P&gt;&lt;P&gt;Jonah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 16:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289603#M27179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-01T16:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Force sum on higher level</title>
      <link>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289604#M27180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum(TOTAL&amp;lt;Group&amp;gt; {&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; text-align: center;"&gt;Detail&lt;/SPAN&gt;&amp;gt;} value) * Avg(1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 17:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289604#M27180</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-01T17:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Force sum on higher level</title>
      <link>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289605#M27181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({1}TOTAL Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 01:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289605#M27181</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2017-03-02T01:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Force sum on higher level</title>
      <link>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289606#M27182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks Sunny for the answer, this partly gives me a solution but also creates another problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;(@ Saran, your solution only applies if A is the only group, which isn't the case.)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;middle&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;middle&amp;quot;}" style="font-size: 13.3333px;"&gt;&lt;TBODY&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl66" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;Group&lt;/TD&gt;&lt;TD class="xl66" style="font-style: inherit; text-align: center;" width="100"&gt;Detail&lt;/TD&gt;&lt;TD class="xl66" style="font-style: inherit; text-align: center;" width="100"&gt;Value&lt;/TD&gt;&lt;TD class="xl66" style="font-style: inherit; text-align: center;" width="100"&gt;Value Group&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl65" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;A-1&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl65" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;A-2&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl66" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="font-style: inherit; text-align: center;" width="100"&gt;A-3&lt;/TD&gt;&lt;TD class="xl66" style="font-style: inherit; text-align: center;" width="100"&gt;5&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center;" width="100"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl65" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;B-1&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;7&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;18&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl65" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;B-2&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;10&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;18&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl65" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;B-3&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="text-align: center;" width="100"&gt;18&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;When only selecting A-1, I would like to only see the blue line below, is there any way to obtain the view?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;But with your formula I also get A-2 and A-3 as well as B-1, B-2 and B-3 with null values (&lt;SPAN&gt;i&lt;/SPAN&gt;.e. it shows all groups without the Value but still shows them in the table).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="font-size: 13.3333px;"&gt;&lt;TBODY&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl66" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;Group&lt;/TD&gt;&lt;TD class="xl66" style="font-style: inherit; text-align: center;" width="100"&gt;Detail&lt;/TD&gt;&lt;TD class="xl66" style="font-style: inherit; text-align: center;" width="100"&gt;Value&lt;/TD&gt;&lt;TD class="xl66" style="font-style: inherit; text-align: center;" width="100"&gt;Value Group&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center;"&gt;A&lt;/TH&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center;"&gt;A-1&lt;/TH&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center;"&gt;2&lt;/TH&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center;"&gt;10&lt;/TH&gt;&lt;/TR&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl65" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;A-2&lt;/TD&gt;&lt;TD style="color: #333333; text-align: center;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center; background-color: #c0c0c0;" width="100"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl66" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="font-style: inherit; text-align: center;" width="100"&gt;A-3&lt;/TD&gt;&lt;TD class="xl66" style="font-style: inherit; text-align: center;" width="100"&gt;0&lt;/TD&gt;&lt;TD class="xl66" style="text-align: center; background-color: #c0c0c0;" width="100"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-weight: inherit; font-style: inherit;"&gt;&lt;TD class="xl65" height="20" style="font-style: inherit; text-align: center;" width="100"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;B-1&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center;" width="100"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="font-style: inherit; text-align: center; background-color: #c0c0c0;" width="100"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;B-2&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;0&lt;/TD&gt;&lt;TD style="text-align: center; background-color: #c0c0c0;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;B-3&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;0&lt;/TD&gt;&lt;TD style="text-align: center; background-color: #c0c0c0;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Jonah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 08:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289606#M27182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-02T08:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Force sum on higher level</title>
      <link>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289607#M27183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you unchecked 'Show Zero Values' or is this checked? Uncheck it for me and see if that solves your issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155052_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 16:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289607#M27183</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-02T16:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Force sum on higher level</title>
      <link>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289608#M27184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;As a (happy) new Qlik User I'm still learning the basics &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; the "Show zero values" &lt;/SPAN&gt;resolved my issue, thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To improve my understanding of the tool Tool I have an additional question : What's the function of the *Avg(1) at the end of your proposed formula?&lt;/P&gt;&lt;P&gt;If I remove the "*Avg(1)" of the formula and uncheck the "Show zero values", I still have the above problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 16:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289608#M27184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-02T16:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Force sum on higher level</title>
      <link>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289609#M27185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since we are ignoring selection in Details field, QlikView will continue to show all rows when you select a single value under details. But to force them to be 0 we multiply it by Avg(1). Avg(1) will be equal to 1 for your selections and will equal to 0 out of your selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 17:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Force-sum-on-higher-level/m-p/1289609#M27185</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-02T17:21:27Z</dc:date>
    </item>
  </channel>
</rss>

