<?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: How to create an aggregated column in QlikView ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932448#M958759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(MyField) is an aggregation. Count(MyField) is another. What kind of aggregation do you need? And where do you need it? As a value in a textbox? Or as an expression in a chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 10:58:29 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-11-04T10:58:29Z</dc:date>
    <item>
      <title>How to create an aggregated column in QlikView ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932445#M958754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need a aggrgated calculation for a single column in qlikview . Can anyone tell me how do i do that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 08:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932445#M958754</guid>
      <dc:creator />
      <dc:date>2015-11-04T08:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an aggregated column in QlikView ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932446#M958756</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;You would need to Use the AGGR() function in the frontend &lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;AGGR(SUM(Sales), SalesPerson)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can make Aggregation tables in the script&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sales)&lt;/P&gt;&lt;P&gt;Resident 'SalesTable'&lt;/P&gt;&lt;P&gt;Group By SalesPerson;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932446#M958756</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-04T10:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an aggregated column in QlikView ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932447#M958757</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;Try like this using Sum(), Count(), Avg()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Sales)&lt;/P&gt;&lt;P&gt;=Count(TransactionID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932447#M958757</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-04T10:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an aggregated column in QlikView ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932448#M958759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(MyField) is an aggregation. Count(MyField) is another. What kind of aggregation do you need? And where do you need it? As a value in a textbox? Or as an expression in a chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932448#M958759</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-11-04T10:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an aggregated column in QlikView ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932449#M958761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Mr. &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ have asked, what is the agregation you need to make? I kindly advise you to ask a clear question and/or specify better your problem, it will help you in the future &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;. So... Can you please elaborate your question with an Excel file with your needs or a QVW sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 11:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-an-aggregated-column-in-QlikView/m-p/932449#M958761</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-11-04T11:20:00Z</dc:date>
    </item>
  </channel>
</rss>

