<?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 to hide row when Total debt amount = 0 ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232365#M626303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using this script:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If([Total Debt] = 0, 0, YOUR_EXPRESSION)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to work fine:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144927_Screenshot_1.jpg" style="height: 118px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Nov 2016 14:30:29 GMT</pubDate>
    <dc:creator>MindaugasBacius</dc:creator>
    <dc:date>2016-11-27T14:30:29Z</dc:date>
    <item>
      <title>How to hide row when Total debt amount = 0 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232363#M626301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi All&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Table 1 , i like to hide&amp;nbsp; those row , when column = Total Debt amount equal zero. Hope some one can advise how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have already set the diamension all field to hide row when null value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 13:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232363#M626301</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-11-27T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide row when Total debt amount = 0 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232364#M626302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 13:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232364#M626302</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-11-27T13:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide row when Total debt amount = 0 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232365#M626303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using this script:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If([Total Debt] = 0, 0, YOUR_EXPRESSION)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to work fine:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144927_Screenshot_1.jpg" style="height: 118px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 14:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232365#M626303</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-11-27T14:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide row when Total debt amount = 0 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232366#M626304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;haven't seen the app&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but add a calculated dimension something as below&lt;/P&gt;&lt;P&gt;AGGR(if( ExpressionforDEBT &amp;gt; 0 , Field ), Field)&lt;/P&gt;&lt;P&gt;Then check Supress when value is null on this dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 14:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232366#M626304</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-11-27T14:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide row when Total debt amount = 0 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232367#M626305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 14:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232367#M626305</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-27T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide row when Total debt amount = 0 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232368#M626306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ref to your Table 1 it only display 3 Row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Ref to Table 2 , Top 5 Row have value. Can you advise me how to make Table 1&amp;nbsp; display those 5 Row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 14:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232368#M626306</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-11-27T14:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide row when Total debt amount = 0 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232369#M626307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if i met your requirement but perhaps like attached sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 15:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232369#M626307</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-27T15:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide row when Total debt amount = 0 ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232370#M626308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much it work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 15:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-row-when-Total-debt-amount-0/m-p/1232370#M626308</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-11-27T15:31:21Z</dc:date>
    </item>
  </channel>
</rss>

