<?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 remove rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-remove-rows/m-p/89083#M14535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Where function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Len(Trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;product&lt;/SPAN&gt;)) &amp;gt; 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2018 15:16:58 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-31T15:16:58Z</dc:date>
    <item>
      <title>how to remove rows</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-rows/m-p/89082#M14534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all i have a field name product&lt;/P&gt;&lt;P&gt;data like &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;baby&lt;/P&gt;&lt;P&gt;200&lt;/P&gt;&lt;P&gt;350&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;how to remove empty rows &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 13:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-rows/m-p/89082#M14534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove rows</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-rows/m-p/89083#M14535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Where function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Len(Trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;product&lt;/SPAN&gt;)) &amp;gt; 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-rows/m-p/89083#M14535</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-31T15:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove rows</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-remove-rows/m-p/89084#M14536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Product:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ProductID,&lt;/P&gt;&lt;P&gt;Len(Trim(Product)) &amp;gt; 0 as Product,&lt;/P&gt;&lt;P&gt;ProductGroup&lt;/P&gt;&lt;P&gt;from Product&lt;/P&gt;&lt;P&gt;group by ProductID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Product,&lt;/P&gt;&lt;P&gt;ProductGroup&lt;/P&gt;&lt;P&gt;From Product where Len(Trim(Product)) &amp;gt; 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 16:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-remove-rows/m-p/89084#M14536</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-31T16:09:12Z</dc:date>
    </item>
  </channel>
</rss>

