<?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: Sum and show only values greater than # in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062722#M17161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to apply the same condition to the Total Horas measure too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jan 2016 16:29:29 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-01-24T16:29:29Z</dc:date>
    <item>
      <title>Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062719#M17158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this sum right now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Sum({&amp;lt;Facturable={Y}&amp;gt;} Cantidad)/sum(Cantidad)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sum is giving numbers like, 30%, 40%, 45%, etc.&lt;/P&gt;&lt;P&gt;What do I have to do to it to only show values that are greater or equal than 90%?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 08:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062719#M17158</guid>
      <dc:creator>patriciousa</dc:creator>
      <dc:date>2016-01-24T08:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062720#M17159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=If(Sum({&amp;lt;Facturable={Y}&amp;gt;} Cantidad)/sum(Cantidad)&amp;gt;=0.9,Sum({&amp;lt;Facturable={Y}&amp;gt;} Cantidad)/sum(Cantidad))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Facturable={Y}, &lt;STRONG&gt;MyDimension&lt;/STRONG&gt;={"=&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-decoration: underline;"&gt;Sum({&amp;lt;Facturable={Y}&amp;gt;} Cantidad)/sum(Cantidad)&amp;gt;=0.9"&lt;/STRONG&gt;}&amp;gt;} Cantidad)/sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;STRONG&gt;MyDimension&lt;/STRONG&gt;={"=&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-decoration: underline;"&gt;Sum({&amp;lt;Facturable={Y}&amp;gt;} Cantidad)/sum(Cantidad)&amp;gt;=0.9"&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;}&lt;/SPAN&gt;&amp;gt;}Cantidad)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 11:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062720#M17159</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-24T11:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062721#M17160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert. The first one worked like a charm. (The second one was doing nothing, keeping the same results).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I still have one little issue, &lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112390_Untitled.png" style="height: 319px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;How do I delete the grey part where it has no numbers when put in a Table? I ticked to Show Nulls off but it still does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 15:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062721#M17160</guid>
      <dc:creator>patriciousa</dc:creator>
      <dc:date>2016-01-24T15:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062722#M17161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to apply the same condition to the Total Horas measure too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 16:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062722#M17161</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-24T16:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062723#M17162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry but what do you mean? Please, check the screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112406_Untitled.png" style="height: 503px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 23:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062723#M17162</guid>
      <dc:creator>patriciousa</dc:creator>
      <dc:date>2016-01-24T23:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062724#M17163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I apply the same syntaxis you gave for Total Horas I also get the grey pane. I want to make it dissapear, is it possible?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 23:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062724#M17163</guid>
      <dc:creator>patriciousa</dc:creator>
      <dc:date>2016-01-24T23:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062725#M17164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to apply the same condition &lt;EM&gt;and &lt;/EM&gt;you need to disable 'Show NULL values' on &lt;EM&gt;Add-Ons - Data processing &lt;/EM&gt;tab of your chart properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 11:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062725#M17164</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-25T11:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062726#M17165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried that swuehl.&lt;/P&gt;&lt;P&gt;It does nothing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 12:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062726#M17165</guid>
      <dc:creator>patriciousa</dc:creator>
      <dc:date>2016-01-25T12:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062727#M17166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a Qlik Sense app that demonstrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062727#M17166</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-25T17:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062728#M17167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what I was doing wrong but applying the same expression to Total Horas fixed it after all.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 17:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1062728#M17167</guid>
      <dc:creator>patriciousa</dc:creator>
      <dc:date>2016-01-26T17:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and show only values greater than #</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1872097#M71963</link>
      <description>&lt;P&gt;Thank you Swuehl for this important hint.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 14:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-and-show-only-values-greater-than/m-p/1872097#M71963</guid>
      <dc:creator>berndjaegle</dc:creator>
      <dc:date>2021-12-16T14:42:56Z</dc:date>
    </item>
  </channel>
</rss>

