<?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 Aggregated Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322039#M118640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So why can't you use the Accumulation setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2012 15:23:07 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-01-31T15:23:07Z</dc:date>
    <item>
      <title>Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322033#M118634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a output like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Aggregated Data.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/10837_Aggregated+Data.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Column C if you note it is having a aggregate Data of Column B. Can any one help me regarding this issue&lt;/P&gt;&lt;P&gt;﻿﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 14:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322033#M118634</guid>
      <dc:creator />
      <dc:date>2012-01-31T14:19:35Z</dc:date>
    </item>
    <item>
      <title>Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322034#M118635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;IMG alt="Accumulation.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/10840_Accumulation.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 14:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322034#M118635</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-01-31T14:46:03Z</dc:date>
    </item>
    <item>
      <title>Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322035#M118636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jayson is there any other way? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 14:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322035#M118636</guid>
      <dc:creator />
      <dc:date>2012-01-31T14:49:19Z</dc:date>
    </item>
    <item>
      <title>Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322036#M118637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure there is, but why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 14:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322036#M118637</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-01-31T14:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322037#M118638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this in the load script. Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Month, Value&lt;/P&gt;&lt;P&gt;Apr, 10&lt;/P&gt;&lt;P&gt;May, 20&lt;/P&gt;&lt;P&gt;Jun, 30&lt;/P&gt;&lt;P&gt;Jul, 40&lt;/P&gt;&lt;P&gt;Aug, 50&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(isnull(peek('Sum')),0,peek('Sum'))+Value AS Sum&lt;/P&gt;&lt;P&gt;Resident Temp1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Temp1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 14:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322037#M118638</guid>
      <dc:creator />
      <dc:date>2012-01-31T14:51:18Z</dc:date>
    </item>
    <item>
      <title>Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322038#M118639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Przemek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks i have tried that but it will give me a total aggregade data. i need to catagorise that for particular year Month Selection..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean i need if i select a year it should start from that month of Year... but this will give me a overall Aggregade data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 15:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322038#M118639</guid>
      <dc:creator />
      <dc:date>2012-01-31T15:01:58Z</dc:date>
    </item>
    <item>
      <title>Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322039#M118640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So why can't you use the Accumulation setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 15:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322039#M118640</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-01-31T15:23:07Z</dc:date>
    </item>
    <item>
      <title>Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322040#M118641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what i exactly want..... last column which shud get divided by respective Month.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Aggregated Data.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/10845_Aggregated+Data.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 15:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322040#M118641</guid>
      <dc:creator />
      <dc:date>2012-01-31T15:58:03Z</dc:date>
    </item>
    <item>
      <title>Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322041#M118642</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;I don't know how you get the number in the yellow column. If the calcaultions are done as is stated in the header than the numbers are wrong. Your output look fine to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 08:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322041#M118642</guid>
      <dc:creator />
      <dc:date>2012-02-01T08:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322042#M118643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its just Column (4) divided by Column (1) that is in short i need to divide [Acc Data] by its respective Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in Qlikview its not taking Column (4) data which is selected as&amp;nbsp; Accumulated in Front end.. Rather its taking the real values which are in Column (3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the QVW file Which Might help you to understand my Problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322042#M118643</guid>
      <dc:creator />
      <dc:date>2012-02-01T13:22:47Z</dc:date>
    </item>
    <item>
      <title>Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322043#M118644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well Column4 div Column 1 would give the results you put in MyOutput.&lt;/P&gt;&lt;P&gt;60/1=60&lt;/P&gt;&lt;P&gt;100/2=50&lt;/P&gt;&lt;P&gt;170/3=56.6&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know where the results in the yellow column come frome and what is wrong with the above output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322043#M118644</guid>
      <dc:creator />
      <dc:date>2012-02-01T13:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322044#M118645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That what i need to but i am not able to do that ... as Data in column Acc Data is Accumulated ... when i do any division it willnot take a accumulated data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look on my QVW attached above you will come to know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Concern ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322044#M118645</guid>
      <dc:creator />
      <dc:date>2012-02-01T13:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322045#M118646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the moment I can think of one possible workaround. See attachment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this forces you to keep the data sorted by Date (ascending or descending).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 14:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322045#M118646</guid>
      <dc:creator />
      <dc:date>2012-02-01T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322046#M118647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Przemek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Dude, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well i am new to Qlik view and was not aware of these functions can you share some document regarding the functions if you haveany? &lt;/P&gt;&lt;P&gt;Like this Rangesum how it works? even in qlikview&amp;nbsp; Help i am getting some Bouncers ......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 04:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322046#M118647</guid>
      <dc:creator />
      <dc:date>2012-02-02T04:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322047#M118648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Hi Przemek,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Sorry for the trouble can you help me with same but this time i need a Count rather then Sum....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;I have attached the Qvw please have a look on that ... i tried with the Logic you implimented for Sumbut its not working ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 05:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322047#M118648</guid>
      <dc:creator />
      <dc:date>2012-02-02T05:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322048#M118649</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;Check the attached document. I added a counter field to the load script and used it in the chart.&lt;/P&gt;&lt;P&gt;As for the functions - check the QlikView Reference Manual&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1794"&gt;http://community.qlik.com/docs/DOC-1794&lt;/A&gt;&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>Thu, 02 Feb 2012 09:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322048#M118649</guid>
      <dc:creator />
      <dc:date>2012-02-02T09:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322049#M118650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohitkoul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay - been out of town.&amp;nbsp; I think the attached does what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 (Sum) = &lt;STRONG&gt;Sum(Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression 2 (Accum) = &lt;STRONG&gt;Aggr(RangeSum(Above(Sum(Value),0,RowNo())),Year,Month)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression 3 (Div) = &lt;STRONG&gt;Accum/MonthNum&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 09:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregated-Data/m-p/322049#M118650</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-02-02T09:21:03Z</dc:date>
    </item>
  </channel>
</rss>

