<?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 Problems using the accumulated in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698016#M252080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have a trouble using cumulative function:&lt;/P&gt;&lt;P&gt;I have months (Month field) and a value for each month (Index),and I need to create one chart showing the points accumulated by months.&lt;/P&gt;&lt;P&gt;The problem I have is that the values ​​for each month are percentages(value index is percentage),&lt;/P&gt;&lt;P&gt;so i can not simply use the cumulative function cause it is use for natural numbers(sum), and i have percentages.&lt;/P&gt;&lt;P&gt;One example:&lt;/P&gt;&lt;P&gt;What I need is for March show the point:&lt;/P&gt;&lt;P&gt;Point = (avg(values for Index in January) + avg(values for index in February )+ avg(values for index in March) / 3&lt;/P&gt;&lt;P&gt;and so on for April ... etc&lt;/P&gt;&lt;P&gt;Can anyone tell me how to get it?&lt;/P&gt;&lt;P&gt;Activating the cumulative tab does not work properly because they are PERCENTAGES what I have, not natural numbers.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 08:54:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-03T08:54:46Z</dc:date>
    <item>
      <title>Problems using the accumulated</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698016#M252080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have a trouble using cumulative function:&lt;/P&gt;&lt;P&gt;I have months (Month field) and a value for each month (Index),and I need to create one chart showing the points accumulated by months.&lt;/P&gt;&lt;P&gt;The problem I have is that the values ​​for each month are percentages(value index is percentage),&lt;/P&gt;&lt;P&gt;so i can not simply use the cumulative function cause it is use for natural numbers(sum), and i have percentages.&lt;/P&gt;&lt;P&gt;One example:&lt;/P&gt;&lt;P&gt;What I need is for March show the point:&lt;/P&gt;&lt;P&gt;Point = (avg(values for Index in January) + avg(values for index in February )+ avg(values for index in March) / 3&lt;/P&gt;&lt;P&gt;and so on for April ... etc&lt;/P&gt;&lt;P&gt;Can anyone tell me how to get it?&lt;/P&gt;&lt;P&gt;Activating the cumulative tab does not work properly because they are PERCENTAGES what I have, not natural numbers.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698016#M252080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T08:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using the accumulated</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698017#M252081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;íf it does not work on the GUI, try to solve it in the script.&lt;/P&gt;&lt;P&gt;The basis of your percentages that you display are some numbers in the table, right?&lt;/P&gt;&lt;P&gt;So you'll have to build a cumulative total of that value, using the PREVIOUS() function - one per month.&lt;/P&gt;&lt;P&gt; - First you'll have to sort your table by month or by date if you have any.&lt;/P&gt;&lt;P&gt; - Then you can sum up all the records where the month is the same.&lt;/P&gt;&lt;P&gt;=&amp;gt; Voila. You have a cumulative total per month that you can use to calculate a percentage.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698017#M252081</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-09-03T09:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using the accumulated</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698018#M252082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for cumulative calculation plz refer "RangeAvg" function .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698018#M252082</guid>
      <dc:creator>munna1317</dc:creator>
      <dc:date>2014-09-03T09:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using the accumulated</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698019#M252083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for cumulative calculation plz refer "RangeAvg" function .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698019#M252083</guid>
      <dc:creator>munna1317</dc:creator>
      <dc:date>2014-09-03T09:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using the accumulated</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698020#M252084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;thanks for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me explain again the problem ! &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;I have this fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month               Provider     Index&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01_2012          Pepe           100&lt;/P&gt;&lt;P&gt;01_2012          Jose            100&lt;/P&gt;&lt;P&gt;01_2012          Ramon        98&lt;/P&gt;&lt;P&gt;01_2012          Juan              100&lt;/P&gt;&lt;P&gt;02_2012          Pepe             65&lt;/P&gt;&lt;P&gt;02_2012          Jose              100&lt;/P&gt;&lt;P&gt;02_2012          Ramon            72&lt;/P&gt;&lt;P&gt;03_2012           Pepe             100&lt;/P&gt;&lt;P&gt;03_2012          Juan               100&lt;/P&gt;&lt;P&gt;04_2012          Pepe               89&lt;/P&gt;&lt;P&gt;04_2014          Ramon           92&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a  mixed chart (bar chart with lines) like the photo i&lt;/P&gt;&lt;P&gt;attached(photo1).&lt;/P&gt;&lt;P&gt;I have achieved the expression fot the bar chart: avg(), and if i want&lt;/P&gt;&lt;P&gt;the accumulated , i will active "acumular" (pantallazo1), but i have percentage&lt;/P&gt;&lt;P&gt;values (100, 100, 98... etc)&lt;/P&gt;&lt;P&gt;and i don't know how to achieve the chart i have to create. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for yout time &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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;El 3 de septiembre de 2014 a las 11:03 DataNibbler &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;P&gt;escribió:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Qlik Community &amp;lt;http://community.qlik.com/&amp;gt;&lt;/P&gt;&lt;P&gt; Problems using the accumulated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; reply from DataNibbler&lt;/P&gt;&lt;P&gt;&amp;lt;http://community.qlik.com/people/DataNibbler?et=watches.email.thread&amp;gt; in App&lt;/P&gt;&lt;P&gt;Development - View the full discussion&lt;/P&gt;&lt;P&gt;&amp;lt;http://community.qlik.com/message/600416?et=watches.email.thread#600416&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698020#M252084</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T09:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using the accumulated</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698021#M252085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 10:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-the-accumulated/m-p/698021#M252085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T10:45:10Z</dc:date>
    </item>
  </channel>
</rss>

