<?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: Line graph with Cumulative figures in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276084#M26434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;Try this syntax if you have problem in Range sum function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;RangeSum(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; color: #0f0f0f;"&gt;first_expr[, Expression]&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold; color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2017 03:49:31 GMT</pubDate>
    <dc:creator>sarvesh</dc:creator>
    <dc:date>2017-02-16T03:49:31Z</dc:date>
    <item>
      <title>Line graph with Cumulative figures</title>
      <link>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276079#M26429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have developed a line graph where I plot the Running Sales &amp;amp; Target for the month for each day. So as u progress the month; the chart shows an increasing sales vs target lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula for sales is as below:&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum(Sales)),0, RowNo(TOTAL)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The graph was perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user comes with a requirement that he need to show sales with green color and the target with blue color. So I tried to develop the graph using value list. Value list dont bring the right graph. I observe that the RangeSum function in not working properly in the value list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SalesVSTarget.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153135_SalesVSTarget.jpg" style="width: 620px; height: 264px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 07:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276079#M26429</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2017-02-15T07:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph with Cumulative figures</title>
      <link>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276080#M26430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..Adnan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write this type "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Year='2014',Red(),Green())&lt;/SPAN&gt;" of syntax in expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Sarvesh Srivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276080#M26430</guid>
      <dc:creator>sarvesh</dc:creator>
      <dc:date>2017-02-15T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph with Cumulative figures</title>
      <link>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276081#M26431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;sum(Sales) / Sum(TOTAL &amp;lt;$(=GetCurrentField(Dimension))&amp;gt; sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276081#M26431</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-02-15T10:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph with Cumulative figures</title>
      <link>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276082#M26432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to look at what you had initially and what you have now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276082#M26432</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph with Cumulative figures</title>
      <link>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276083#M26433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;issue is not coloring. Issue is that the RangeSum function returns wrong values. The graph is not cumulative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 15:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276083#M26433</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2017-02-15T15:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph with Cumulative figures</title>
      <link>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276084#M26434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;Try this syntax if you have problem in Range sum function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;RangeSum(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; color: #0f0f0f;"&gt;first_expr[, Expression]&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold; color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 03:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276084#M26434</guid>
      <dc:creator>sarvesh</dc:creator>
      <dc:date>2017-02-16T03:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph with Cumulative figures</title>
      <link>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276085#M26435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to copy the App here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2017 12:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276085#M26435</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2017-02-18T12:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph with Cumulative figures</title>
      <link>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276086#M26436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Feb 2017 14:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276086#M26436</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-18T14:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph with Cumulative figures</title>
      <link>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276087#M26437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont have the option to attach a file here. I have openned another discussion where I am able to attach the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 12:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-graph-with-Cumulative-figures/m-p/1276087#M26437</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2017-02-19T12:01:28Z</dc:date>
    </item>
  </channel>
</rss>

