<?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: Avoiding Aggregation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580862#M1117967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to avoid aggregate&amp;nbsp; function for increasing performance during like un nessary use of aggregate function used in optimization like that&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2014 20:31:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-28T20:31:30Z</dc:date>
    <item>
      <title>Avoiding Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580859#M1117964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;can any body tell me how to avoid aggregate and increase the performance for regular faced scenarious.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 20:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580859#M1117964</guid>
      <dc:creator />
      <dc:date>2014-01-28T20:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580860#M1117965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Mahesh,&lt;/P&gt;&lt;P&gt;Can you post a sample file explaining where you wanna avoid using aggregation. Aggregation is one of the most useful tools and some calculations simply can't be done without aggregating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 20:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580860#M1117965</guid>
      <dc:creator />
      <dc:date>2014-01-28T20:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580861#M1117966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All calculations are aggregations. See &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/08/06/it-s-all-aggregations" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/08/06/it-s-all-aggregations"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/08/06/it-s-all-aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 20:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580861#M1117966</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-28T20:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580862#M1117967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to avoid aggregate&amp;nbsp; function for increasing performance during like un nessary use of aggregate function used in optimization like that&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 20:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580862#M1117967</guid>
      <dc:creator />
      <dc:date>2014-01-28T20:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580863#M1117968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An Eternal "It Depends" - Removing the aggregations may or may not increase performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can try things such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Using Set based functions where possible (Depends on what you are doing, sometimes Set performance is better)&lt;/LI&gt;&lt;LI&gt;Pre-aggregation in the load, possibly through construction of "Summary" or other helper tables (e.g. rather than working off a Fact type table, construct a "summarized by Month(day/week/customer/minute/whatever" type table)&lt;/LI&gt;&lt;LI&gt;Moving things into individual charts, and minimizing the number displayed at one time (QV is smart enough to not calculate what you can't see)&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 21:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580863#M1117968</guid>
      <dc:creator />
      <dc:date>2014-01-28T21:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580864#M1117969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again - &lt;EM style="text-decoration: underline;"&gt;all calculations are aggregations&lt;/EM&gt;. It doesn't matter if you write an aggregation function or not, QlikView still needs to aggregate. Read the blog post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to increase performance, there are several things you can do, but avoiding using an aggregation function does not help. The three bullets in &lt;A href="https://community.qlik.com/qlik-users/73664"&gt;Jim Schepflin&lt;/A&gt;'s answer are all things that potentially can improve performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 21:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Aggregation/m-p/580864#M1117969</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-28T21:44:28Z</dc:date>
    </item>
  </channel>
</rss>

