<?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 IF (FROM TO) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SUM-IF-FROM-TO/m-p/1163857#M892167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;CustomerNumber = {'&amp;gt;=15&amp;lt;=26'}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2016 08:14:01 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-10T08:14:01Z</dc:date>
    <item>
      <title>SUM IF (FROM TO)</title>
      <link>https://community.qlik.com/t5/QlikView/SUM-IF-FROM-TO/m-p/1163856#M892166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have lets say 100 customers under the Field name "Customer Number" in excel sheet.&lt;/P&gt;&lt;P&gt;I want to see &lt;SPAN style="color: #ff00ff;"&gt;sum in chart&lt;/SPAN&gt; of only customers from 15 to 26.&lt;/P&gt;&lt;P&gt;What will be the expression If I want to use &lt;SPAN style="color: #ff0000;"&gt;"Sum (If([Customer Number].........................."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or If I use &lt;SPAN style="color: #ff0000;"&gt;PICK Function&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&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-IF-FROM-TO/m-p/1163856#M892166</guid>
      <dc:creator>300sss300</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: SUM IF (FROM TO)</title>
      <link>https://community.qlik.com/t5/QlikView/SUM-IF-FROM-TO/m-p/1163857#M892167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;CustomerNumber = {'&amp;gt;=15&amp;lt;=26'}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUM-IF-FROM-TO/m-p/1163857#M892167</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T08:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: SUM IF (FROM TO)</title>
      <link>https://community.qlik.com/t5/QlikView/SUM-IF-FROM-TO/m-p/1163858#M892168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use set analysis&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;[Customer Number&lt;/SPAN&gt;]={'&amp;gt;=15&amp;lt;=26'}&amp;gt;} ...&lt;/P&gt;&lt;P&gt;pls try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUM-IF-FROM-TO/m-p/1163858#M892168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T08:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: SUM IF (FROM TO)</title>
      <link>https://community.qlik.com/t5/QlikView/SUM-IF-FROM-TO/m-p/1163859#M892169</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;you can try with set analysis provide&amp;nbsp; '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer Number' contains&amp;nbsp; numbers 1...........15.....26 and assuming aggregation on&amp;nbsp; 'sales'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum (&amp;nbsp; { &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer Number={"&amp;gt;=15&amp;lt;=26"}&amp;gt;&lt;/SPAN&gt;&amp;nbsp; }&lt;SPAN style="color: #ff0000;"&gt;sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUM-IF-FROM-TO/m-p/1163859#M892169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T08:14:40Z</dc:date>
    </item>
  </channel>
</rss>

