<?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 load top 454 rows from excel in QlikView? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3369#M492</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to change something in the spreadsheet - add column or cell values - or is that fixed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are able to get the spreadsheet changed you just have to fill in an extra column that has a value for all the rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2018 08:45:29 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2018-01-19T08:45:29Z</dc:date>
    <item>
      <title>How to load top 454 rows from excel in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3365#M488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to load only top 454 rows from excel sheet and I used the code as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;First 454&lt;/P&gt;&lt;P&gt;Load *...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but seems like the code is not working. Because when I call the field "Product", it has data in it from row 465 as shown in the screenshot and I have limited the data to be loaded only until row 454.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Excel Data.PNG" class="jive-image image-1" src="/legacyfs/online/190608_Excel Data.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Product.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/190609_Product.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I can try or check to load only top 454 rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 07:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3365#M488</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2018-01-19T07:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to load top 454 rows from excel in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3366#M489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When QlikView read an Excel sheet it will not read empty rows. So what you consider row 454 when you look at the data in Excel is really a much lower row number since there are so many blank lines in your Excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to find the number of non-blank lines in your Excel and use that number instead. You can do that easily in Excel by using the formula =&lt;STRONG&gt;COUNTA(D5:D454)&lt;/STRONG&gt; function to count the number of non-empty cells in your range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 07:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3366#M489</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-01-19T07:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to load top 454 rows from excel in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3367#M490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you the function&amp;nbsp; Rank() ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 07:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3367#M490</guid>
      <dc:creator>gerry_hdm</dc:creator>
      <dc:date>2018-01-19T07:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to load top 454 rows from excel in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3368#M491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm...okay got it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The empty rows will be filled later, but the total number of rows will not exceed more than 454. So is there a way where I can code it in such a way that even blank rows have to be counted and load data until row 454?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 08:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3368#M491</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2018-01-19T08:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to load top 454 rows from excel in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3369#M492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to change something in the spreadsheet - add column or cell values - or is that fixed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are able to get the spreadsheet changed you just have to fill in an extra column that has a value for all the rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 08:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3369#M492</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-01-19T08:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to load top 454 rows from excel in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3370#M493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now number of non empty rows may be say, 100. But later when data is entered in the excel sheet the number of non empty rows will increase. So I cannot say what will be the exact number of non empty rows! And I am loading multiple tabs in the excel sheet with same number of rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a quick question, is it okay if just one column has data for all rows (in all 454 rows)? Can I apply condition on that to get total number of rows to be loaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 08:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3370#M493</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2018-01-19T08:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to load top 454 rows from excel in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3371#M494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add a hidden column called ProductRow and fill all the ProductRow cells with a period in each of the sheets in the workbook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can have a simple script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15163534389644580" jivemacro_uid="_15163534389644580"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ProductData.xlsx] (ooxml, embedded labels, table is Sheet1)&lt;/P&gt;
&lt;P&gt;WHERE&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ProductRow = '.' AND Not(IsNull(Product)) AND Len(Trim(Product))&amp;gt;0;&lt;/P&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 09:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3371#M494</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-01-19T09:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to load top 454 rows from excel in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3372#M495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mentioned in your first response, I counted non-empty rows based on a column which had entries in all the rows. So, the actual count reduced to 450 from 454. Now the code works and I'm getting desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 11:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3372#M495</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2018-01-19T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to load top 454 rows from excel in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3373#M496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerold,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response too! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 11:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-top-454-rows-from-excel-in-QlikView/m-p/3373#M496</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2018-01-19T11:06:35Z</dc:date>
    </item>
  </channel>
</rss>

