<?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 Cumulative percentage chart issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-percentage-chart-issue/m-p/1024168#M346254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;new day, new issue.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today I'm trying to do a particular line chart with 2 dimension:&lt;/P&gt;&lt;P&gt;- &lt;SPAN style="font-size: 13.3333px;"&gt;DimensionA: &lt;/SPAN&gt;Year &lt;/P&gt;&lt;P&gt;- DimensionB: vSellerRange = Floor(SellerAge,5)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression is just Count(Order).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, my goal is to have a chart where it's shown cumulative value for each SellerRange. So, basically, all curves will arrive to 100% with different time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this, I'm using "extended progressive" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm not able to understand what I have to do to have 100% for all lines.&lt;/P&gt;&lt;P&gt;In fact, if I use Relative option, only the best performance will reach 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to do something like: Count(DISTINCT Order)/Count(Total&amp;lt;DimensionB&amp;gt;DISTINCT Order).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can put inside &amp;lt;&amp;gt; a variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Salvo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2016 15:43:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-12T15:43:04Z</dc:date>
    <item>
      <title>Cumulative percentage chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-percentage-chart-issue/m-p/1024168#M346254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;new day, new issue.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today I'm trying to do a particular line chart with 2 dimension:&lt;/P&gt;&lt;P&gt;- &lt;SPAN style="font-size: 13.3333px;"&gt;DimensionA: &lt;/SPAN&gt;Year &lt;/P&gt;&lt;P&gt;- DimensionB: vSellerRange = Floor(SellerAge,5)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression is just Count(Order).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, my goal is to have a chart where it's shown cumulative value for each SellerRange. So, basically, all curves will arrive to 100% with different time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this, I'm using "extended progressive" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm not able to understand what I have to do to have 100% for all lines.&lt;/P&gt;&lt;P&gt;In fact, if I use Relative option, only the best performance will reach 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to do something like: Count(DISTINCT Order)/Count(Total&amp;lt;DimensionB&amp;gt;DISTINCT Order).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can put inside &amp;lt;&amp;gt; a variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Salvo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 15:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-percentage-chart-issue/m-p/1024168#M346254</guid>
      <dc:creator />
      <dc:date>2016-02-12T15:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative percentage chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-percentage-chart-issue/m-p/1024169#M346255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't have the sample to test it, but can you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count(DISTINCT Order)/Count(Total&amp;lt;DimensionB&amp;gt;DISTINCT Order), 0, RowNo()))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-percentage-chart-issue/m-p/1024169#M346255</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-12T17:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative percentage chart issue</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-percentage-chart-issue/m-p/1024170#M346256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't. The Total operator only works with real fields. You'll have to create DimensionB in the script as a field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-percentage-chart-issue/m-p/1024170#M346256</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-12T17:56:56Z</dc:date>
    </item>
  </channel>
</rss>

