<?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 Summing the total positive values from a column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297401#M404831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi I am looking assistance with getting the sum of all the positive number from a column within a straight table in Qlikview but am running in trouble. I am attaching a spread sheet with the straight table in and you can reference it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically the table has 5 columns (A-E in the spread sheet) the issue I am having is that I want the sum of all the positive numbers of column e in the spread sheet (90.07).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will then create a new column (column h) which divides column 6 / column 7 giving me the new column e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried numerous different things with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the formula that makes up column e (just for background info) is a follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF($(vYoY_Chart) &amp;gt;0,($(vYoY_Chart))/($(vGrossPositiveVolumeYoY_Chart)),($(vYoY))/(FABS($(vGrossNegativeVolumeYoY_Chart))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the variables within this are broken out as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=================================================================&lt;BR /&gt;vYoY_Chart&lt;BR /&gt;=================================================================&lt;BR /&gt;(Sum(&lt;BR /&gt; {$&amp;lt;&lt;BR /&gt; [Month] = ,&lt;BR /&gt; [Year] = {$(vMaxYear)}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt;Volume))&lt;BR /&gt;-&lt;BR /&gt;(Sum(&lt;BR /&gt; {$&amp;lt;&lt;BR /&gt; [Month] = ,&lt;BR /&gt; [Year] = {$(vPreviousYear)}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt;Volume))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=================================================================&lt;BR /&gt;vGrossPositiveVolumeYoY_Chart&lt;BR /&gt;=================================================================&lt;/P&gt;&lt;P&gt;=(SUM(Aggr(IF($(vYoY_Chart)&amp;gt;=0 AND [FO Indicator] = 'O',$(vYoY_Chart),0),[Product Line],[Product Description])))&lt;BR /&gt;+&lt;BR /&gt;(SUM(Aggr(IF($(vYoY_Chart)&amp;gt;=0 AND [FO Indicator] = 'F',$(vYoY_Chart),0),[Product Line],[Product Description])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=================================================================&lt;BR /&gt;vGrossNegativeVolumeYoY_Chart&lt;BR /&gt;=================================================================&lt;/P&gt;&lt;P&gt;=(SUM(Aggr(IF($(vYoY_Chart)&amp;lt;0 AND [FO Indicator] = 'O',$(vYoY_Chart),0),[Product Line],[Product Description])))&lt;BR /&gt;+&lt;BR /&gt;(SUM(Aggr(IF($(vYoY_Chart)&amp;lt;0 AND [FO Indicator] = 'F',$(vYoY_Chart),0),[Product Line],[Product Description])))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2017 20:41:52 GMT</pubDate>
    <dc:creator>ryanfoster84</dc:creator>
    <dc:date>2017-05-18T20:41:52Z</dc:date>
    <item>
      <title>Summing the total positive values from a column</title>
      <link>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297401#M404831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi I am looking assistance with getting the sum of all the positive number from a column within a straight table in Qlikview but am running in trouble. I am attaching a spread sheet with the straight table in and you can reference it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically the table has 5 columns (A-E in the spread sheet) the issue I am having is that I want the sum of all the positive numbers of column e in the spread sheet (90.07).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will then create a new column (column h) which divides column 6 / column 7 giving me the new column e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried numerous different things with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the formula that makes up column e (just for background info) is a follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF($(vYoY_Chart) &amp;gt;0,($(vYoY_Chart))/($(vGrossPositiveVolumeYoY_Chart)),($(vYoY))/(FABS($(vGrossNegativeVolumeYoY_Chart))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the variables within this are broken out as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=================================================================&lt;BR /&gt;vYoY_Chart&lt;BR /&gt;=================================================================&lt;BR /&gt;(Sum(&lt;BR /&gt; {$&amp;lt;&lt;BR /&gt; [Month] = ,&lt;BR /&gt; [Year] = {$(vMaxYear)}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt;Volume))&lt;BR /&gt;-&lt;BR /&gt;(Sum(&lt;BR /&gt; {$&amp;lt;&lt;BR /&gt; [Month] = ,&lt;BR /&gt; [Year] = {$(vPreviousYear)}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt;Volume))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=================================================================&lt;BR /&gt;vGrossPositiveVolumeYoY_Chart&lt;BR /&gt;=================================================================&lt;/P&gt;&lt;P&gt;=(SUM(Aggr(IF($(vYoY_Chart)&amp;gt;=0 AND [FO Indicator] = 'O',$(vYoY_Chart),0),[Product Line],[Product Description])))&lt;BR /&gt;+&lt;BR /&gt;(SUM(Aggr(IF($(vYoY_Chart)&amp;gt;=0 AND [FO Indicator] = 'F',$(vYoY_Chart),0),[Product Line],[Product Description])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=================================================================&lt;BR /&gt;vGrossNegativeVolumeYoY_Chart&lt;BR /&gt;=================================================================&lt;/P&gt;&lt;P&gt;=(SUM(Aggr(IF($(vYoY_Chart)&amp;lt;0 AND [FO Indicator] = 'O',$(vYoY_Chart),0),[Product Line],[Product Description])))&lt;BR /&gt;+&lt;BR /&gt;(SUM(Aggr(IF($(vYoY_Chart)&amp;lt;0 AND [FO Indicator] = 'F',$(vYoY_Chart),0),[Product Line],[Product Description])))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 20:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297401#M404831</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2017-05-18T20:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Summing the total positive values from a column</title>
      <link>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297402#M404832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So is column e not calculating? Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=IF($(vYoY_Chart) &amp;gt;0,($(vYoY_Chart)&lt;STRONG&gt;,0&lt;/STRONG&gt;)/($(vGrossPositiveVolumeYoY_Chart)),($(vYoY))/(FABS($(vGrossNegativeVolumeYoY_Chart))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Or are your variables not calculating correctly?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 21:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297402#M404832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-18T21:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Summing the total positive values from a column</title>
      <link>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297403#M404833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Column E is calculating but I am trying to get the total positive sum from column e in another column. so it should be 90.07&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 21:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297403#M404833</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2017-05-18T21:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Summing the total positive values from a column</title>
      <link>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297404#M404834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(TOTAL rangemax([Weighted % of Gain/Loss YoY],0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 21:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297404#M404834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-18T21:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Summing the total positive values from a column</title>
      <link>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297405#M404835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi no this does not work sadly. so just to make things easier I need to get the total positive volume for column e (90.07) in the spreadsheet. the formula that makes column is listed above. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297405#M404835</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2017-05-19T14:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Summing the total positive values from a column</title>
      <link>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297406#M404836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it&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;Total&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;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vYoY_Chart)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;0,(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vYoY_Chart)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossPositiveVolumeYoY_Chart)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Description]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 15:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Summing-the-total-positive-values-from-a-column/m-p/1297406#M404836</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2017-05-19T15:52:13Z</dc:date>
    </item>
  </channel>
</rss>

