<?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: How can we use Having clause (SQL Equivalent) along with Groupby in QlikView? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992278#M974766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should be able to use &lt;STRONG&gt;Where&lt;/STRONG&gt; Statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2015 08:07:42 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-09-08T08:07:42Z</dc:date>
    <item>
      <title>How can we use Having clause (SQL Equivalent) along with Groupby in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992277#M974765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we use Having clause (SQL Equivalent) along with Groupby in QlikView? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 08:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992277#M974765</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-09-08T08:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can we use Having clause (SQL Equivalent) along with Groupby in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992278#M974766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should be able to use &lt;STRONG&gt;Where&lt;/STRONG&gt; Statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 08:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992278#M974766</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-08T08:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can we use Having clause (SQL Equivalent) along with Groupby in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992279#M974767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Y&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ou may need a preceding load or a two step load to perform a HAVING equivalent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: SQL&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SELECT ID, Sum(Amount) As SumAmount&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM Table1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;GROUP BY ID&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Having Sum(Amount) &amp;gt; 0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Qlikview&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD ID, SumAmount&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Where SumAmount &amp;gt; 0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD ID, Sum(Amount) As SumAmount&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM Table1.xlsx&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;GROUP BY ID;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 08:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992279#M974767</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-08T08:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can we use Having clause (SQL Equivalent) along with Groupby in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992280#M974768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;but where isn't equivalent to having because we can use where groupby having in sql. So, is it exists() ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 08:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992280#M974768</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-09-08T08:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can we use Having clause (SQL Equivalent) along with Groupby in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992281#M974769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess not entirely sure how it works in SQL. So go with &lt;A _jive_internal="true" href="https://community.qlik.com/people/jontydkpi"&gt;jonathan&lt;/A&gt;‌ suggestion &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 08:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-use-Having-clause-SQL-Equivalent-along-with-Groupby/m-p/992281#M974769</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-08T08:14:14Z</dc:date>
    </item>
  </channel>
</rss>

