<?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: what is exact diffence between only() and aggr() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644183#M236043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/23994"&gt;Use of ONLY Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2014 11:51:25 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2014-06-09T11:51:25Z</dc:date>
    <item>
      <title>what is exact diffence between only() and aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644181#M236041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me what is exact difference between only() and aggr().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 11:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644181#M236041</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-06-09T11:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: what is exact diffence between only() and aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644182#M236042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ONLY:&lt;/P&gt;&lt;P&gt;If &lt;SPAN class="italic;"&gt;expression&lt;/SPAN&gt; over a number of records, as defined by a &lt;SPAN class="Bold"&gt;group by&lt;/SPAN&gt; clause, contains only one numeric value, that value is returned. Else, NULL is returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGGR:&lt;/P&gt;&lt;P&gt;Returns a set of values of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; calculated over &lt;SPAN style="font-style: italic;"&gt;dimensions&lt;/SPAN&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 11:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644182#M236042</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-09T11:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: what is exact diffence between only() and aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644183#M236043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/23994"&gt;Use of ONLY Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 11:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644183#M236043</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-06-09T11:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: what is exact diffence between only() and aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644184#M236044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;only returns a value only if there is one distinct value in the filed we check &lt;/P&gt;&lt;P&gt;example :&lt;/P&gt;&lt;P&gt;only(EmployeeName) will return a value only if in the field EmployeeName will have 1 value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr returns a set of result according to the dimensions we defined in the function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(if(sum(sales)&amp;gt;100,EmplyoeeName),EmployeeName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will return a list of all emplyoees where thier sales are more than 100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 11:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644184#M236044</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-06-09T11:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: what is exact diffence between only() and aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644185#M236045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I don't think the two functions have much in common, so maybe it's easier if you tell what you think they share?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 11:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644185#M236045</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-09T11:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: what is exact diffence between only() and aggr()</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644186#M236046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only() is an aggregation function.&lt;/P&gt;&lt;P&gt;Aggr() is &lt;STRONG style="text-decoration: underline;"&gt;not&lt;/STRONG&gt; an aggregation function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/05/19/function-classes" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/05/19/function-classes"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/05/19/function-classes&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>Mon, 09 Jun 2014 11:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-exact-diffence-between-only-and-aggr/m-p/644186#M236046</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-06-09T11:58:06Z</dc:date>
    </item>
  </channel>
</rss>

