<?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: calculation - range sum in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978779#M14121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it to work with a slight change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Orders) - rangesum( Above(Sum(Orders)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a number of weeks to show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g week 1, week 2, week, 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't wish to show week 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so chart with show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5, 12, ect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;30, 5, 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can this be achieved please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2015 10:16:21 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2015-10-28T10:16:21Z</dc:date>
    <item>
      <title>calculation - range sum</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978774#M14116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show difference for each department - per week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this calculation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum( above( sum(ORDERS),0,rowno()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its adding up the rows...I wish to show difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;week 1 = 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;week 2 = 35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;difference is 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 09:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978774#M14116</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-28T09:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: calculation - range sum</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978775#M14117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For difference you just need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(ORDERS) - Above(Sum(ORDERS)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 09:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978775#M14117</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-28T09:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: calculation - range sum</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978776#M14118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the table has multiple dimensions, you will need&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;=Sum(ORDERS) - Above(TOTAL Sum(ORDERS)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 09:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978776#M14118</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-28T09:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: calculation - range sum</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978777#M14119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming Department is the first dimension and date is the second:&lt;/P&gt;&lt;P&gt;=If(Department = Above(TOTAL Department), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(ORDERS) - Above(TOTAL Sum(ORDERS), 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 09:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978777#M14119</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-28T09:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: calculation - range sum</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978778#M14120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get expression error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 10:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978778#M14120</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-28T10:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: calculation - range sum</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978779#M14121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it to work with a slight change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Orders) - rangesum( Above(Sum(Orders)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a number of weeks to show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g week 1, week 2, week, 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't wish to show week 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so chart with show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5, 12, ect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;30, 5, 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can this be achieved please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 10:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978779#M14121</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-28T10:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: calculation - range sum</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978780#M14122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Alt(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(Orders) - Above(Sum(Orders)), 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 11:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978780#M14122</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-28T11:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: calculation - range sum</title>
      <link>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978781#M14123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is great&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a customer, that has the value of e. 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on my line chart he appears as -20, but as soon as you click on customer individually ... he appears as 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas why please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 12:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculation-range-sum/m-p/978781#M14123</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-28T12:59:18Z</dc:date>
    </item>
  </channel>
</rss>

