<?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 between values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363011#M841113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another possible way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: sum(aggr(sum({&amp;lt;Price={"&amp;gt;=20000&amp;lt;=50000"}&amp;gt;}Price),ReferredTo))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2: sum(aggr(if(price&amp;gt;=20000 and price &amp;lt;=50000,price),ReferredTo))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 08:44:31 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2017-05-04T08:44:31Z</dc:date>
    <item>
      <title>Sum between values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363008#M841110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hi all&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Please can you help change the following expression to include values between 20000 and 50000 - I just cannot get it to work!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Price]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;SPAN style="color: #ffff00; text-decoration: underline;"&gt; &lt;SPAN style="color: #000000; text-decoration: underline;"&gt;&amp;lt;=50000&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Credit_code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='A', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Price]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ReferredTo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363008#M841110</guid>
      <dc:creator>yvonne-c</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum between values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363009#M841111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(If(Sum(Price) &amp;gt;= 20000 and Sum(Price) &amp;lt;= 50000, Sum(Price)), ReferredTo))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 08:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363009#M841111</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-04T08:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sum between values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363010#M841112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple as that!!&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 08:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363010#M841112</guid>
      <dc:creator>yvonne-c</dc:creator>
      <dc:date>2017-05-04T08:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sum between values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363011#M841113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another possible way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: sum(aggr(sum({&amp;lt;Price={"&amp;gt;=20000&amp;lt;=50000"}&amp;gt;}Price),ReferredTo))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2: sum(aggr(if(price&amp;gt;=20000 and price &amp;lt;=50000,price),ReferredTo))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 08:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363011#M841113</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-05-04T08:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sum between values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363012#M841114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({&amp;lt;Price= {"&amp;gt;=20000&amp;lt;=50000"},Credit_code={'A'}&amp;gt; } Price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 08:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-between-values/m-p/1363012#M841114</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-05-04T08:46:17Z</dc:date>
    </item>
  </channel>
</rss>

