<?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: 2 different results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/2-different-results/m-p/87091#M14236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe because a sum of nulls returns a null. (or a sum of numbers and nulls returns null)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using rangesum instead (will return 0 in case of null values) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/ChartFunctions/RangeFunctions/rangesum.htm" title="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/ChartFunctions/RangeFunctions/rangesum.htm"&gt;https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/ChartFunctions/RangeFunctions/rangesum.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2018 18:03:33 GMT</pubDate>
    <dc:creator>mikaelsc</dc:creator>
    <dc:date>2018-09-19T18:03:33Z</dc:date>
    <item>
      <title>2 different results</title>
      <link>https://community.qlik.com/t5/QlikView/2-different-results/m-p/87089#M14234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why this 2 formulas are giving 2 different results even though they using same source columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Old&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;ForecastItemMatchInd={"Yes"} &amp;gt;}((SHIPPED_QUANTITY*OVERHEAD_COST) + (SHIPPED_QUANTITY*RESOURCE_COST)&lt;/P&gt;&lt;P&gt;+ (SHIPPED_QUANTITY*ITEMCOST_OPENPO_NOOH) + (SHIPPED_QUANTITY*ITEMCOST_OPENPO_OH)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;ForecastItemMatchInd={"Yes"} &amp;gt;}((SHIPPED_QUANTITY*RESOURCE_COST) )) +&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;ForecastItemMatchInd={"Yes"} &amp;gt;}((SHIPPED_QUANTITY*OVERHEAD_COST) ))+&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;ForecastItemMatchInd={"Yes"} &amp;gt;} (SHIPPED_QUANTITY*ITEMCOST_OPENPO_NOOH) )+&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;ForecastItemMatchInd={"Yes"} &amp;gt;}((SHIPPED_QUANTITY*ITEMCOST_OPENPO_OH)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 14:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-different-results/m-p/87089#M14234</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2018-09-19T14:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: 2 different results</title>
      <link>https://community.qlik.com/t5/QlikView/2-different-results/m-p/87090#M14235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you provide details about your data model?&lt;/P&gt;&lt;P&gt;maybe a screenshot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 15:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-different-results/m-p/87090#M14235</guid>
      <dc:creator>kfoudhaily</dc:creator>
      <dc:date>2018-09-19T15:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: 2 different results</title>
      <link>https://community.qlik.com/t5/QlikView/2-different-results/m-p/87091#M14236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe because a sum of nulls returns a null. (or a sum of numbers and nulls returns null)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using rangesum instead (will return 0 in case of null values) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/ChartFunctions/RangeFunctions/rangesum.htm" title="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/ChartFunctions/RangeFunctions/rangesum.htm"&gt;https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/ChartFunctions/RangeFunctions/rangesum.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 18:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-different-results/m-p/87091#M14236</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2018-09-19T18:03:33Z</dc:date>
    </item>
  </channel>
</rss>

