<?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: Cumulated Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264241#M517461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the database there is only one row for each Client so is it different use Sum or it maybe changes something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2017 16:51:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-17T16:51:07Z</dc:date>
    <item>
      <title>Cumulated Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264239#M517459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask how to solve this issue. In the first graph there is a normal Pareto Chart with cumulated line (percentage value).&lt;/P&gt;&lt;P&gt;In the second one i would like to create the same graph but with the indication only in the tooltip (label calculated field). I tried to calc the cumulated % value&amp;nbsp; but I did not succeed. Anyone can help me?&lt;/P&gt;&lt;P&gt;Thank in advanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264239#M517459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T16:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulated Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264240#M517460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have QV12? If you do, this can work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= 'Name: ' &amp;amp; Name &amp;amp; chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Purchased (€): ' &amp;amp; num(Purchased,'€ #.###,') &amp;amp; chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Purchased % Cumulated: ' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;Num(Aggr(RangeSum(Above(Sum(Purchased), 0, RowNo()))/Sum(TOTAL Purchased), (Purchased, (NUMERIC, DESC))), '##,0%')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you want to this pareto by just Purchased or Sum(Purchased)? It seems that the order of client might change if you do Sum(Purchased)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264240#M517460</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-17T16:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulated Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264241#M517461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the database there is only one row for each Client so is it different use Sum or it maybe changes something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264241#M517461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T16:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulated Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264242#M517462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what was causing it before, but it seems that it has been resolved now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264242#M517462</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-17T16:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulated Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264243#M517463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goood &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; i would like to ask to you some clarification about this sentence that you used in the previous calc:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt; (Purchased, (NUMERIC, DESC))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&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;This is used in order to complete the AGGR function? how is this work? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264243#M517463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T16:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulated Value</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264244#M517464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4673"&gt;The sortable Aggr function is finally here!&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 17:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulated-Value/m-p/1264244#M517464</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-17T17:04:26Z</dc:date>
    </item>
  </channel>
</rss>

