<?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: getting cumulative values in graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/getting-cumulative-values-in-graph/m-p/520701#M194542</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;With full accumulation, if you want to add a text color, what will be the code used?&lt;/P&gt;&lt;P&gt;If you use IF(SUM(SALES)&amp;gt;0, Green(),Red()) , it does not work because it retrieves the Non-Accumulated value.&lt;/P&gt;&lt;P&gt;If you use IF(Column(2)&amp;gt;0,Green(), Red()) , it still does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to account for the Accumulation for Text Color Coding when Visual Cues does not exists. (ie for Combo Charts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 18:24:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-05T18:24:33Z</dc:date>
    <item>
      <title>getting cumulative values in graph</title>
      <link>https://community.qlik.com/t5/QlikView/getting-cumulative-values-in-graph/m-p/520698#M194539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi is there any way to add up on week by week values for example &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;330&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 8/2&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;330+450&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =8/9&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;330+450+600&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =8/16&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;330+450+600+570&amp;nbsp; = 8/23&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;in a line chart &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 16:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-cumulative-values-in-graph/m-p/520698#M194539</guid>
      <dc:creator />
      <dc:date>2013-09-13T16:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: getting cumulative values in graph</title>
      <link>https://community.qlik.com/t5/QlikView/getting-cumulative-values-in-graph/m-p/520699#M194540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. The easiest way is to enable the option Full Accumulation for the expression. In a line chart you'd use Week as dimension, sum(Value) as expression and enable full accumulation for the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 16:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-cumulative-values-in-graph/m-p/520699#M194540</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-13T16:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: getting cumulative values in graph</title>
      <link>https://community.qlik.com/t5/QlikView/getting-cumulative-values-in-graph/m-p/520700#M194541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apache,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to use the "Accumulation" setting on the Expressions tab. Highlight the the expression you wish to accumulate and select Full Accumulation.&lt;IMG alt="ScreenClip[5].png" class="jive-image" src="/legacyfs/online/46537_ScreenClip[5].png" style="width: 620px; height: 543px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 16:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-cumulative-values-in-graph/m-p/520700#M194541</guid>
      <dc:creator />
      <dc:date>2013-09-13T16:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: getting cumulative values in graph</title>
      <link>https://community.qlik.com/t5/QlikView/getting-cumulative-values-in-graph/m-p/520701#M194542</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;With full accumulation, if you want to add a text color, what will be the code used?&lt;/P&gt;&lt;P&gt;If you use IF(SUM(SALES)&amp;gt;0, Green(),Red()) , it does not work because it retrieves the Non-Accumulated value.&lt;/P&gt;&lt;P&gt;If you use IF(Column(2)&amp;gt;0,Green(), Red()) , it still does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to account for the Accumulation for Text Color Coding when Visual Cues does not exists. (ie for Combo Charts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 18:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-cumulative-values-in-graph/m-p/520701#M194542</guid>
      <dc:creator />
      <dc:date>2013-11-05T18:24:33Z</dc:date>
    </item>
  </channel>
</rss>

