<?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 Delete Rows dynamically from excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240470#M394007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one excel attached , and i dont want to load Yellow lines , but these yellow lines not static , these may be vary.&lt;/P&gt;&lt;P&gt;Is there way to do this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Dec 2016 08:20:00 GMT</pubDate>
    <dc:creator>agni_gold</dc:creator>
    <dc:date>2016-12-10T08:20:00Z</dc:date>
    <item>
      <title>Delete Rows dynamically from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240470#M394007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one excel attached , and i dont want to load Yellow lines , but these yellow lines not static , these may be vary.&lt;/P&gt;&lt;P&gt;Is there way to do this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 08:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240470#M394007</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-12-10T08:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Rows dynamically from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240471#M394008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In load script, it seems you can filter the Information values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where Len(Information) = 1&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 08:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240471#M394008</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-12-10T08:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Rows dynamically from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240472#M394009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but information column values are dummy , they might other values also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 08:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240472#M394009</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-12-10T08:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Rows dynamically from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240473#M394010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview load process does not have access to Excel formats (like yellow).&lt;/P&gt;&lt;P&gt;You should choose another criteria to not retrieve a line (a value, an empty column, etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 12:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240473#M394010</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-12-10T12:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Rows dynamically from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240474#M394011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use folter where &amp;lt;&amp;gt;&amp;nbsp; condition in load statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 13:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240474#M394011</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2016-12-10T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Rows dynamically from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240475#M394012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;In Script editor,&lt;/P&gt;&lt;P&gt;Table files-&amp;gt;open-&amp;gt;next-&amp;gt;&lt;STRONG&gt;Enable Transformation Step&lt;/STRONG&gt;-&amp;gt;Garbage-&amp;gt;Conditional delete-&amp;gt;Specify column as 2 is empty-&amp;gt;add-&amp;gt;ok.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="capt.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213996_capt.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;o/p:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capt2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213997_Capt2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 06:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Rows-dynamically-from-excel/m-p/1240475#M394012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T06:20:15Z</dc:date>
    </item>
  </channel>
</rss>

