<?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 problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706527#M254604</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 this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table like this &lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;city&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;blore&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2300000&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;chennai&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;5600000&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;hyd&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1000000&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=CONCAT({&amp;lt;city={'blore'}&amp;gt;} AGGR(SUM({&amp;lt;city={'blore'}&amp;gt;} sales),city),',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression is working, can you attach some sample file.&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>Tue, 28 Oct 2014 03:39:50 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-10-28T03:39:50Z</dc:date>
    <item>
      <title>Aggr problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706526#M254603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=CONCAT({$&amp;lt;Stage.YrMthID={'297'}&amp;gt;} AGGR(SUM({$&amp;lt;Stage.YrMthId={'297'}&amp;gt;} [Project Stage Duration]),[Project Id],[Project Stage]),',') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this statement to return the results linked to YrMthId 297 irrespective of the actual selected value of YrMthId. But the behaviour I am getting is when I select a YrMthId other than 297 the result is NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have other filters that I need to include so I need to use the $.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 00:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706526#M254603</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-10-28T00:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706527#M254604</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 this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table like this &lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;city&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;blore&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2300000&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;chennai&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;5600000&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;hyd&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1000000&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=CONCAT({&amp;lt;city={'blore'}&amp;gt;} AGGR(SUM({&amp;lt;city={'blore'}&amp;gt;} sales),city),',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression is working, can you attach some sample file.&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>Tue, 28 Oct 2014 03:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706527#M254604</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-28T03:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706528#M254605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works with $ sign as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=CONCAT({$&amp;lt;city={'hyd'}&amp;gt;} AGGR(SUM({$&amp;lt;city={'hyd'}&amp;gt;} sales),city),',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have to check your other selections, that might not match the result set of YrMthId = 297, so either have to deselect it, or ignore them in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706528#M254605</guid>
      <dc:creator />
      <dc:date>2014-10-28T06:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706529#M254606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it work if you make a different selection in the city field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706529#M254606</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-10-28T06:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706530#M254607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it does David. It works even If I clear selections for the City field. Try selecting any ID other than 297 and deselect all selections. Then one by one add your other selections and see where it is failing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706530#M254607</guid>
      <dc:creator />
      <dc:date>2014-10-28T06:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706531#M254608</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;It works even for a different selection in the city field, can you attach sample file.&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>Tue, 28 Oct 2014 06:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706531#M254608</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-28T06:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr problem</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706532#M254609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for testing for me. I must be doing so etching stupid in the app&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 07:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-problem/m-p/706532#M254609</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-10-28T07:49:22Z</dc:date>
    </item>
  </channel>
</rss>

