<?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 exclude Rows from table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443993#M567018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw. Is that what you need? I use a calculated dimension, suppress null values for that column and hide it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Nov 2012 14:50:06 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2012-11-18T14:50:06Z</dc:date>
    <item>
      <title>How exclude Rows from table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443989#M567014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have next script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INV, QTYINV, DATAINV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N1, 100, 01.01.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N2, 1000, 01.02.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N3, 6000, 01.03.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N4, 1500, 01.04.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N5, 900, 01.05.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N6, 1200, 01.06.2012&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHI, INV, QTYSHI, DATASHI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P1, N1, 100, 15.01.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P2, N2, 800, 15.02.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P3, N2, 100, 16.02.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P4, N3, 5000, 15.03.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P5, N3, 1000, 16.03.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P6, N4, 1400, 15.04.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P7, N5, 700, 15.05.2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P8, N6, 1200, 15.06.2012&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have in diagramm Table:&lt;/P&gt;&lt;P&gt;Colomn1 Dimension:&lt;/P&gt;&lt;P&gt;INV&lt;/P&gt;&lt;P&gt;Colomn 2 Expression:&lt;/P&gt;&lt;P&gt;QTYINV-Sum({1}QTYSHI)&lt;/P&gt;&lt;P&gt;Colomn 3 Expression:&lt;/P&gt;&lt;P&gt;DATASHI-DATAINV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need, that in the table will be the rows, where Colomn 2 &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nowday I have this:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 294px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="98"&gt;INV&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;COLOMN 2&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;DATASHI-DATAINV&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;N1&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;N2&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;N4&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;N5&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;N6&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 294px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="98"&gt;INV&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;COLOMN 2&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;DATASHI-DATAINV&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;N2&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;N4&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;N5&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please, help me, how I can exclude Rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 14:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443989#M567014</guid>
      <dc:creator />
      <dc:date>2012-11-18T14:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: How exclude Rows from table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443990#M567015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Supress When Value is null&lt;/P&gt;&lt;P&gt;In the Chart property in Dimensions tab select -&amp;gt;Supress When Value is Null&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 14:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443990#M567015</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2012-11-18T14:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: How exclude Rows from table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443991#M567016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under dimension tab, check "Supress When Value is Null" &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 14:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443991#M567016</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-11-18T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: How exclude Rows from table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443992#M567017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It work if I have Colomn 2 only. When I add Colomn 3 (DATASHI-DATAINV), "0" from Colomn 2 comeback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 14:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443992#M567017</guid>
      <dc:creator />
      <dc:date>2012-11-18T14:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: How exclude Rows from table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443993#M567018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw. Is that what you need? I use a calculated dimension, suppress null values for that column and hide it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 14:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443993#M567018</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-18T14:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: How exclude Rows from table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443994#M567019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 14:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-exclude-Rows-from-table/m-p/443994#M567019</guid>
      <dc:creator />
      <dc:date>2012-11-18T14:54:19Z</dc:date>
    </item>
  </channel>
</rss>

