<?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: remove 0 values row from table box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46852#M7809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In stead of Table box, use straight table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2018 07:38:23 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2018-03-19T07:38:23Z</dc:date>
    <item>
      <title>remove 0 values row from table box</title>
      <link>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46850#M7807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD head,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subhead,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IsNull(amount) = 0 as amount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IsNull(month) = 0 as month&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;test.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this shows like this&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="196686" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196686_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;now here i want to remove these 0 values data from table beacuse i want when&amp;nbsp; i export this table i dont want to these 0 values row data in excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i add last line through button .. on button i choose dynamic updated and write insert query so when i fill text boxes and click on add then record has been added&amp;nbsp; and first two rows is coming from script beacuse test.xlsx is like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;head&lt;/TD&gt;&lt;TD width="64"&gt;subhead&lt;/TD&gt;&lt;TD width="64"&gt;amount&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;month&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;abc&lt;/TD&gt;&lt;TD&gt;abc1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;def&lt;/TD&gt;&lt;TD&gt;def1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to export from actions--external--export &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46850#M7807</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2018-03-19T07:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: remove 0 values row from table box</title>
      <link>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46851#M7808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(PurgeChar(Replace(Ltrim(replace(Month,0,' ')),' ',0),'+')) as Month1;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;num(PurgeChar(Replace(Ltrim(replace(Amount,0,' ')),' ',0),'+')) as Amount1;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46851#M7808</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-19T07:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: remove 0 values row from table box</title>
      <link>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46852#M7809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In stead of Table box, use straight table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46852#M7809</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-19T07:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: remove 0 values row from table box</title>
      <link>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46853#M7810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using straight table and in straight table data looks fine but when i export the table value with 0 rows are also applied in excel sheet where as i dont want this in excel sheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46853#M7810</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2018-03-19T07:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: remove 0 values row from table box</title>
      <link>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46854#M7811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46854#M7811</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2018-03-19T07:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: remove 0 values row from table box</title>
      <link>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46855#M7812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-0-values-row-from-table-box/m-p/46855#M7812</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-19T07:43:17Z</dc:date>
    </item>
  </channel>
</rss>

