<?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 with set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518063#M193440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sibin Jacob.C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2013 10:17:58 GMT</pubDate>
    <dc:creator>sibin_jacob</dc:creator>
    <dc:date>2013-11-13T10:17:58Z</dc:date>
    <item>
      <title>aggr with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518062#M193439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;How i can write aggr funcation with set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is--&amp;nbsp; count(aggr(if(count(index_id)&amp;gt;1,ID,emp_name,Sup_Name)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me urget basic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 10:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518062#M193439</guid>
      <dc:creator />
      <dc:date>2013-11-13T10:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: aggr with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518063#M193440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sibin Jacob.C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 10:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518063#M193440</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2013-11-13T10:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: aggr with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518064#M193441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure this is the right expression you are using? I guess there is some parenthesis issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 10:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518064#M193441</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-13T10:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: aggr with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518065#M193442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want count(distinct id) where count(distinct index_id)&amp;gt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 10:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518065#M193442</guid>
      <dc:creator />
      <dc:date>2013-11-13T10:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: aggr with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518066#M193443</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 missed on parenthesis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(aggr(if(count(index_id)&amp;gt;1,ID,emp_name),Sup_Name)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand what you are doing with this, you are getting the count of SupName, you can also get the same by using below expression.&amp;nbsp; No need of Aggr().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(DISTINCT Sup_Name)&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, 13 Nov 2013 10:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518066#M193443</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-11-13T10:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: aggr with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518067#M193444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(If(count(distinct index_id)&amp;gt;1, 1, 0), id))&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, 13 Nov 2013 10:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518067#M193444</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-11-13T10:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: aggr with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518068#M193445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Count(&lt;/SPAN&gt; {$&amp;lt;id = P({1&amp;lt;index_id={"=count(Distinct inex_id)&amp;gt;1"}&amp;gt;} id)&amp;gt;} Distinct id &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;If not this, please share your sample app.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 10:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-with-set-analysis/m-p/518068#M193445</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-13T10:37:08Z</dc:date>
    </item>
  </channel>
</rss>

