<?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 value based on + and - values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-value-based-on-and-values/m-p/571875#M1107523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 11:52:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-13T11:52:27Z</dc:date>
    <item>
      <title>Sum value based on + and - values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-value-based-on-and-values/m-p/571873#M1107521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me out in building logic/ writing exoression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sum the value from one field having positive and negative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data in field is like this&lt;/P&gt;&lt;P&gt;Fieldname&lt;/P&gt;&lt;P&gt;500&lt;/P&gt;&lt;P&gt;550&lt;/P&gt;&lt;P&gt;-44&lt;/P&gt;&lt;P&gt;89&lt;/P&gt;&lt;P&gt;-456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to classify positive and negative values into two expressions.&lt;/P&gt;&lt;P&gt;can i use set analysis..like operator? what couls best way to represent?&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;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-value-based-on-and-values/m-p/571873#M1107521</guid>
      <dc:creator />
      <dc:date>2014-03-13T11:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sum value based on + and - values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-value-based-on-and-values/m-p/571874#M1107522</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 do something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Fieldname&lt;/SPAN&gt;={"&amp;gt;0"}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Fieldname&lt;/SPAN&gt;) for positives&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Fieldname&lt;/SPAN&gt;={"&amp;lt;0"}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Fieldname&lt;/SPAN&gt;) for negatives&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-value-based-on-and-values/m-p/571874#M1107522</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2014-03-13T11:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sum value based on + and - values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-value-based-on-and-values/m-p/571875#M1107523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-value-based-on-and-values/m-p/571875#M1107523</guid>
      <dc:creator />
      <dc:date>2014-03-13T11:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sum value based on + and - values</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-value-based-on-and-values/m-p/571876#M1107524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-value-based-on-and-values/m-p/571876#M1107524</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-03-13T11:54:33Z</dc:date>
    </item>
  </channel>
</rss>

