<?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: Hide repeated values when using accumulation in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-repeated-values-when-using-accumulation-in-chart/m-p/1137288#M908773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about doing the check for value already in the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(&lt;STRONG&gt;Len(trim(Value2))&lt;/STRONG&gt;,Rangesum(Above(Sum(Value2),0,rowno())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 08:58:22 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-17T08:58:22Z</dc:date>
    <item>
      <title>Hide repeated values when using accumulation in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-repeated-values-when-using-accumulation-in-chart/m-p/1137287#M908772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month,Value&lt;/P&gt;&lt;P&gt;&amp;nbsp; Jan, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; Feb, 15&lt;/P&gt;&lt;P&gt;&amp;nbsp; Mar, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; Apr, 30&lt;/P&gt;&lt;P&gt;&amp;nbsp; May, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; Jun, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; Jul, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; Aug, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sep, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; Oct, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; Nov, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dec, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Second:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month,Value2&lt;/P&gt;&lt;P&gt;&amp;nbsp; Jan, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; Feb, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp; Mar, 30&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;I am using line chart with two expression. When I use accumulation(or rangesum), the graph is saturated after March month for second expression(sum(Value2). I want to hide the values in the graph. I tried changing the background color and text color, it didnt work.&amp;nbsp; It was working with Straight Table and Bar chart. I have one problem in Line chart, the graph displays till April Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For second Expression: &lt;IMG alt="hidevalues.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128252_hidevalues.png" style="height: 301px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Background color&amp;nbsp; :&amp;nbsp;&amp;nbsp; if(Column(2) =above(sum(Column(1))),White(),green())&lt;/P&gt;&lt;P&gt;Text color&amp;nbsp; :&amp;nbsp;&amp;nbsp; if(Column(2) =above(sum(Column(1))),White(),green()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to hide the repeated values? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Hide-repeated-values-when-using-accumulation-in-chart/m-p/1137287#M908772</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide repeated values when using accumulation in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-repeated-values-when-using-accumulation-in-chart/m-p/1137288#M908773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about doing the check for value already in the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(&lt;STRONG&gt;Len(trim(Value2))&lt;/STRONG&gt;,Rangesum(Above(Sum(Value2),0,rowno())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 08:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-repeated-values-when-using-accumulation-in-chart/m-p/1137288#M908773</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hide repeated values when using accumulation in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-repeated-values-when-using-accumulation-in-chart/m-p/1137289#M908774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl. Its working now.&amp;nbsp; .&lt;IMG alt="values.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128394_values.png" style="height: 271px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I used rank function in Background color. if(isnum(rank(below(sum(value2))),white(),green())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 07:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-repeated-values-when-using-accumulation-in-chart/m-p/1137289#M908774</guid>
      <dc:creator />
      <dc:date>2016-06-18T07:03:11Z</dc:date>
    </item>
  </channel>
</rss>

