<?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: aggr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478483#M178739</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Considering the first table as your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create a chart with dimension as Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expressions as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&amp;nbsp; Sum(Number_of_people)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Sum(Number_of_people * Vacation_Stay_in_Days)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If not kindly provide your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Jul 2013 09:39:14 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2013-07-14T09:39:14Z</dc:date>
    <item>
      <title>aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478482#M178738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the only solution to solve my problem is to use aggr, but I have not use aggr before and have no idea on how to make it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Number of People&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Vacation Stay in Days&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Total Days(Column(2) * Column(3))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;60&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;The sum of Total Day will be &lt;STRONG&gt;107 &lt;/STRONG&gt;after adding up the total days. This figure of 107 is the desired output for me for a specific column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my desired table layout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Total Number of People&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Total Days&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;4+4+5+3+7 = 23&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;107&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Female&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Others&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe I need to use aggr but anybody can help me out on the expression that I should use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 09:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478482#M178738</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-07-14T09:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478483#M178739</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Considering the first table as your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create a chart with dimension as Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expressions as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&amp;nbsp; Sum(Number_of_people)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Sum(Number_of_people * Vacation_Stay_in_Days)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If not kindly provide your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 09:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478483#M178739</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-14T09:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478484#M178740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right on the first table with the expreession. With the value on the second expression, I will then use subtotal to get the total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, my dersire output is the second table, the figure are derived after i subtotal on the second expression. (see 107 figure in bold)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 09:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478484#M178740</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-07-14T09:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478485#M178741</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kindly send your sample qvw file for more understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 09:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478485#M178741</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-14T09:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478486#M178742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for now I can't send a sample file yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically the first table is like a virtual table to total up the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to upload later&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 10:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478486#M178742</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-07-14T10:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478487#M178743</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It will be helpful if you can create the same situation on test data and upload here, that will give us a better view of your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 10:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478487#M178743</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-14T10:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478488#M178744</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;1 - Create a straight table chart, add 'Type' as dimension.&lt;/P&gt;&lt;P&gt;2 - Add an expression AGGR( SUM(NumberofPeople), Type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MultiView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 12:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478488#M178744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-14T12:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478489#M178745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a video on using aggr function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.youtube.com/watch?v=Hmjm3vQX9HE&amp;amp;amp;sns=em"&gt;http://www.youtube.com/watch?v=Hmjm3vQX9HE&amp;amp;sns=em&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 13:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478489#M178745</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-07-14T13:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478490#M178746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unable to provide sample data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure if I have stated the problem clearly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopefully someone can help in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I want the virtual table A to derive the total number of days to be 107&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and create a expression(which i believe is AGGR), to state 107 without any additional column or table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 14:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478490#M178746</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-07-14T14:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478491#M178747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached file as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the qlikview file, there is two table call desire table and Total Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I having problem putting a value on Total Box Dwell Days in Desire Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to achieve the value if I can create a table call Total Box,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value for Over Type,Month 10, will be (3*2) + (6*4) = 30,&lt;/P&gt;&lt;P&gt;Value fo Important Type, Month 10, will be (4*1) + (8*5) = 44&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, the value of 30 and 44 should be in Desire table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe is aggr but I have no clue on how to do it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 15:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478491#M178747</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-07-14T15:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478492#M178748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( aggr( Days*sum(Box), Month,Type,Days ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 15:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478492#M178748</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-14T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478493#M178749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about the duplicate post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression diden give me the result that I want, did you manage to get the value using the example file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 15:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478493#M178749</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-07-14T15:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478494#M178750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I got 30, 44, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check attached. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 16:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478494#M178750</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-14T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478495#M178751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you got it correct. gosh but not me, I will try to find the logic behind these in 9 hours time, got to sleep now. thanks alot for ur help. basically aggr expression, you have to list out the expression follow by the dimension of the virtual table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 16:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478495#M178751</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-07-14T16:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: aggr</title>
      <link>https://community.qlik.com/t5/QlikView/aggr/m-p/478496#M178752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this is bug or something, I managed to solve this problem thanks to swuehl, he attached a working file for reference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering is aggr a realiable code to use? As I copied the table to another file, the value changed with the same database, i did not change any script too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i upload the report to the server, the figure of the aggr column changed too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is this so? is it a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 02:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr/m-p/478496#M178752</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-08-06T02:32:42Z</dc:date>
    </item>
  </channel>
</rss>

