<?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: Best way to populate null as Zero while using Aggr() and count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320625#M409343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny and Vishwanath .Both solutions work perfect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jul 2017 15:55:53 GMT</pubDate>
    <dc:creator>chaper</dc:creator>
    <dc:date>2017-07-17T15:55:53Z</dc:date>
    <item>
      <title>Best way to populate null as Zero while using Aggr() and count</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320622#M409340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying populate (not just show) null values as Zero while using Aggr().Tried if condition but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr((count({&amp;lt;Fiedl1={'2016'}&amp;gt;}Distinct Field2)),Field3)&lt;/P&gt;&lt;P&gt;&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, 17 Jul 2017 15:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320622#M409340</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2017-07-17T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to populate null as Zero while using Aggr() and count</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320623#M409341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alt(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aggr((count({&amp;lt;Fiedl1={'2016'}&amp;gt;}Distinct Field2)),Field3), 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320623#M409341</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-17T15:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to populate null as Zero while using Aggr() and count</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320624#M409342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or just this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(A&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;ggr((Count({&amp;lt;Fiedl1={'2016'}&amp;gt;}Distinct Field2)), Field3))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320624#M409342</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-17T15:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to populate null as Zero while using Aggr() and count</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320625#M409343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny and Vishwanath .Both solutions work perfect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320625#M409343</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2017-07-17T15:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to populate null as Zero while using Aggr() and count</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320626#M409344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your solution works perfect but Totals not populating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320626#M409344</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2017-07-17T15:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to populate null as Zero while using Aggr() and count</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320627#M409345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny your solution works and also shows right totals on top.Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-populate-null-as-Zero-while-using-Aggr-and-count/m-p/1320627#M409345</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2017-07-17T15:59:38Z</dc:date>
    </item>
  </channel>
</rss>

