<?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 end rows in excel without data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135448#M20273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to first empty row.&lt;/P&gt;&lt;P&gt;Do Shift + Ctrl + down arrow to select all the empty rows.&lt;/P&gt;&lt;P&gt;Do Home|Cells|Delete Sheets Rows&lt;/P&gt;&lt;P&gt;Save the file.&lt;/P&gt;&lt;P&gt;When you re-open the file, the previously empty rows will be forgotten by Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2018 16:24:56 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2018-07-27T16:24:56Z</dc:date>
    <item>
      <title>remove end rows in excel without data</title>
      <link>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135447#M20272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an excel file with 5 fields, In this excel file end row count is 1307 but the problem is while loading excel file to QlikView it is loading 1048576 rows and the same time I have a data with blank values also. when I try to remove empty rows while loading its effect on my original data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me here I have attached excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 15:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135447#M20272</guid>
      <dc:creator>Gopi_E</dc:creator>
      <dc:date>2018-07-27T15:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: remove end rows in excel without data</title>
      <link>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135448#M20273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to first empty row.&lt;/P&gt;&lt;P&gt;Do Shift + Ctrl + down arrow to select all the empty rows.&lt;/P&gt;&lt;P&gt;Do Home|Cells|Delete Sheets Rows&lt;/P&gt;&lt;P&gt;Save the file.&lt;/P&gt;&lt;P&gt;When you re-open the file, the previously empty rows will be forgotten by Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 16:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135448#M20273</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-07-27T16:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: remove end rows in excel without data</title>
      <link>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135449#M20274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be:&lt;/P&gt;&lt;P&gt;There are some special characters available in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid that use: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;where len(Trim(First Field)&amp;gt;0); condition.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Then it'll remove all the Empty rows those are not required in loading.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2018 15:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135449#M20274</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-28T15:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: remove end rows in excel without data</title>
      <link>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135450#M20275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where isnull(Column)=0 and not Column ='';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;ABC:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;from ABC.xlsx where isnull(A)=0 and not A ='';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2018 15:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135450#M20275</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-28T15:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: remove end rows in excel without data</title>
      <link>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135451#M20276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the inputs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2018 04:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-end-rows-in-excel-without-data/m-p/135451#M20276</guid>
      <dc:creator>Gopi_E</dc:creator>
      <dc:date>2018-07-29T04:53:59Z</dc:date>
    </item>
  </channel>
</rss>

