<?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 Aggregation problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702436#M253468</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 have a table structure like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="316"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="78"&gt;PrimaryKey&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="55"&gt;TradeID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="68"&gt;Electronic&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="51"&gt;Voice&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Volume&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;123&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;(blank)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;124&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;(blank)&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;125&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;(blank)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want do is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;For each unique TradeID&lt;/STRONG&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if Electronic contains X in any row AND if Voice contains X in any row, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;count(distinct TradeID) and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;sum(Volume)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I know this involves some sort of aggregation and I tried this in a textbox:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;count(distinct if(len(Electronic)&amp;gt;0 and len(Voice)&amp;gt;0, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;TradeID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;But this returns an error.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 12:20:34 GMT</pubDate>
    <dc:creator>sifatnabil</dc:creator>
    <dc:date>2014-10-10T12:20:34Z</dc:date>
    <item>
      <title>Aggregation problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702436#M253468</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 have a table structure like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="316"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="78"&gt;PrimaryKey&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="55"&gt;TradeID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="68"&gt;Electronic&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="51"&gt;Voice&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Volume&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;123&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;(blank)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;124&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;(blank)&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;125&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;(blank)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want do is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;For each unique TradeID&lt;/STRONG&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if Electronic contains X in any row AND if Voice contains X in any row, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;count(distinct TradeID) and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;sum(Volume)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I know this involves some sort of aggregation and I tried this in a textbox:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;count(distinct if(len(Electronic)&amp;gt;0 and len(Voice)&amp;gt;0, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;TradeID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;But this returns an error.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702436#M253468</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-10-10T12:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702437#M253469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({&amp;lt;TradeID=p({&amp;lt;Electronic={'X'}&amp;gt;}TradeID)*p({&amp;lt;Voice={'X'}&amp;gt;}TradeID)&amp;gt;} DISTINCT TradeID)&lt;/P&gt;&lt;P&gt;sum({&amp;lt;TradeID=p({&amp;lt;Electronic={'X'}&amp;gt;}TradeID)*p({&amp;lt;Voice={'X'}&amp;gt;}TradeID)&amp;gt;} Volume)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702437#M253469</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-10T12:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702438#M253470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It checks if 'X' is in any row of Electronic and any row of Voice for each TradeID.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its in both at least one time, then count the tradeID otherwise don't count the tradeId&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count( DISTINCT&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; if( &lt;/P&gt;&lt;P&gt;&amp;nbsp; aggr(SubStringCount(Concat(DISTINCT Electronic),'X'),TradeID)&lt;/P&gt;&lt;P&gt;&amp;nbsp; and&lt;/P&gt;&lt;P&gt;&amp;nbsp; aggr(SubStringCount(Concat(DISTINCT Voice),'X'),TradeID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; , TradeID)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68684_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702438#M253470</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-10T12:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702439#M253471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert, sorry I should actually correct this line in my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if Electronic contains X in any row AND if Voice contains X in any row,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;to &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if Electronic &lt;STRONG&gt;is not blank in some rows&lt;/STRONG&gt; AND if Voice &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;is not blank in some rows&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;That's why I used concat(&lt;STRONG&gt;len&lt;/STRONG&gt;(Electronic)&amp;gt;0 ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Could you incorporate len into your solution?&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702439#M253471</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-10-10T12:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702440#M253472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, that's a lot easier. count(&lt;STRONG&gt;{&amp;lt;Electronic={'X'},Voice={'X'}&amp;gt;} &lt;/STRONG&gt;distinct TradeID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 13:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702440#M253472</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-10T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702441#M253473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, the reason I can't select X is because X can be any string, like ABC or DVD, how can I amend it like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count(&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;Electronic={'Any value except blank'},Voice={'&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Any value except blank&lt;/STRONG&gt;'}&amp;gt;} &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;distinct TradeID)&lt;/SPAN&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 13:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702441#M253473</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-10-10T13:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702442#M253474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use '*' instead of 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 13:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702442#M253474</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-10T13:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702443#M253475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, actually your original answer worked but with '*'. Thanks! And what if I wanted the inverse? i.e. can I use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({&amp;lt;TradeID=p({&amp;lt;Electronic&lt;STRONG&gt;-=&lt;/STRONG&gt;{'*'}&amp;gt;}TradeID)*p({&amp;lt;Voice&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-=&lt;/STRONG&gt;{'*'}&amp;gt;}TradeID)&amp;gt;} DISTINCT TradeID) ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Set analysis doesn't seem to allow -=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Also, what's the best way to display this in chart format if I want the dimension to be date or any other field? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 13:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702443#M253475</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-10-10T13:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702444#M253476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 13:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-problem/m-p/702444#M253476</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-10-10T13:49:57Z</dc:date>
    </item>
  </channel>
</rss>

