<?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 Macro for supressing zeros in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308270#M113820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, You have Suppress Zero option available in Presentation Tab or you can use aggr() function in Dimension like =if(aggr(sum(something), dimension) &amp;lt;&amp;gt; 0, dimension) then use Suppress when value is null in dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 13:01:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-22T13:01:59Z</dc:date>
    <item>
      <title>Macro for supressing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308268#M113818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody know the macro syntax for suppressing zeros in a table ? I need to be able to toggle between showing zeros and not showing them. I tried the code&lt;BR /&gt; &lt;BR /&gt;sub Suppress_Zero_Values&amp;nbsp;&amp;nbsp; &lt;BR /&gt; set obj = ActiveDocument.GetSheetObject("CH109")&lt;BR /&gt; set fprop = obj.GetProperties&lt;BR /&gt; fprop.ZeroSuppression = True&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but something is wrong with fprop.ZeroSuppression &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 12:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308268#M113818</guid>
      <dc:creator>devans_1</dc:creator>
      <dc:date>2012-02-22T12:39:04Z</dc:date>
    </item>
    <item>
      <title>Macro for supressing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308269#M113819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It should be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fprop.SuppressZero = True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 12:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308269#M113819</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-22T12:42:56Z</dc:date>
    </item>
    <item>
      <title>Macro for supressing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308270#M113820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, You have Suppress Zero option available in Presentation Tab or you can use aggr() function in Dimension like =if(aggr(sum(something), dimension) &amp;lt;&amp;gt; 0, dimension) then use Suppress when value is null in dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 13:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308270#M113820</guid>
      <dc:creator />
      <dc:date>2012-02-22T13:01:59Z</dc:date>
    </item>
    <item>
      <title>Macro for supressing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308271#M113821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to call &lt;EM&gt;&lt;CODE&gt;obj.SetProperties fprop &lt;/CODE&gt;&lt;/EM&gt;&lt;CODE&gt;after having changed the properties object.&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 13:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308271#M113821</guid>
      <dc:creator />
      <dc:date>2012-02-22T13:16:05Z</dc:date>
    </item>
    <item>
      <title>Macro for supressing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308272#M113822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. This was exactly what I needed. And I do need to call obj.SetProperties afterwards. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if there is a document anywhere that links all the Qlikview descriptions (like Suppress Zero Values' to 'SupressZero') to the macro calls ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 13:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-supressing-zeros/m-p/308272#M113822</guid>
      <dc:creator>devans_1</dc:creator>
      <dc:date>2012-02-22T13:42:26Z</dc:date>
    </item>
  </channel>
</rss>

