<?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: Replacing '-' with '0' in pivot table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Replacing-with-0-in-pivot-table/m-p/1708455#M54353</link>
    <description>&lt;P&gt;Hey Abhi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IF(ISNULL(count(order))='-', 0,count(order))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the order field having multiple null values(-) then count of order produce the count is does not gives the (-) . so automatically it provides the count of order as a output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So Try this simple if condition,&lt;/P&gt;&lt;P&gt;=if(Order = '-', 0 , count(Order))&amp;nbsp; // if the order field has - it replace those value with 0 or else give the count of order&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2020 05:52:04 GMT</pubDate>
    <dc:creator>Durgadevikumar</dc:creator>
    <dc:date>2020-06-05T05:52:04Z</dc:date>
    <item>
      <title>Replacing '-' with '0' in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Replacing-with-0-in-pivot-table/m-p/1708335#M54347</link>
      <description>&lt;P&gt;I Used below expression but still it is showing '-'.&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;IF(ISNULL(count(order))='-', 0,count(order))&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 19:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replacing-with-0-in-pivot-table/m-p/1708335#M54347</guid>
      <dc:creator>Abhi999</dc:creator>
      <dc:date>2020-06-04T19:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing '-' with '0' in pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Replacing-with-0-in-pivot-table/m-p/1708455#M54353</link>
      <description>&lt;P&gt;Hey Abhi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IF(ISNULL(count(order))='-', 0,count(order))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the order field having multiple null values(-) then count of order produce the count is does not gives the (-) . so automatically it provides the count of order as a output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So Try this simple if condition,&lt;/P&gt;&lt;P&gt;=if(Order = '-', 0 , count(Order))&amp;nbsp; // if the order field has - it replace those value with 0 or else give the count of order&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 05:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replacing-with-0-in-pivot-table/m-p/1708455#M54353</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-06-05T05:52:04Z</dc:date>
    </item>
  </channel>
</rss>

