<?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: Need to import blank lines from Excel Workbooks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692366#M250507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy, Here's a recent example of how to detect completely blank rows in a spreadsheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see a blank spreadsheet row loaded via ODBC will be assigned a RecNo() and Null() values across all fields.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A blank spreadsheet row via Table Files is ignored and there does not seem to be a way to reference its position in the spreadsheet by RecNo().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you're doing a data grid and you want to ensure a lookup in cell A100 matches across QlikView and Excel, then ODBC will preserve whitespace&amp;nbsp; &lt;EM&gt;(for instance when multiple sections of a table repeating on a single spreadsheet are broken up by cosmetic spacer rows, or the data or header contain blanks for some reason)&lt;/EM&gt;&lt;BR /&gt;&lt;IMG alt="20140829_Spreadsheet_recno_blank_handling_via_ODBC_vs_Wizard.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/65777_20140829_Spreadsheet_recno_blank_handling_via_ODBC_vs_Wizard.png" style="width: 620px; height: 393px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 04:45:08 GMT</pubDate>
    <dc:creator>evan_kurowski</dc:creator>
    <dc:date>2014-09-03T04:45:08Z</dc:date>
    <item>
      <title>Need to import blank lines from Excel Workbooks</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692360#M250501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Vendor who uses Excel to deliver their data.&amp;nbsp; The challenge is they use the row number in Excel as the day of the month and where there was zero business that row is blank.&amp;nbsp; QlikView removes blanks when importing from Excel which creates the challenge since non-business days are not consistent month-to-month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a bug? Or is there a switch to tell QlikView to fetch all rows from the Excel file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 16:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692360#M250501</guid>
      <dc:creator>athompsonhp</dc:creator>
      <dc:date>2014-09-02T16:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to import blank lines from Excel Workbooks</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692361#M250502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you save it as .csv file you'll be fine. Seems to me that QlikView removes the blank rows to have the most optimal load. I guess this is something that is communicated via the .xlsx metadata which in itself probably doesn't seem to see much sense &amp;amp; value to keep the empty rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 16:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692361#M250502</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-09-02T16:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need to import blank lines from Excel Workbooks</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692362#M250503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual download process is I am going to their site and saving the file as a download. Actually I am using QlikView to do this process.&amp;nbsp; Remember blank lines do mean something they represent the days where zero business has occurred. Further the Excel workbook contains 12 sheets one for each month of the year. So a direct save to CSV would not work since the workbook contains multiple sheets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 16:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692362#M250503</guid>
      <dc:creator>athompsonhp</dc:creator>
      <dc:date>2014-09-02T16:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need to import blank lines from Excel Workbooks</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692363#M250504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saw the same thing. However using ODBC connection to the same excel spreadsheet worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the ODBC connection:&lt;/P&gt;&lt;P&gt;1. first open the excel document and highlight the rows/columns in the set and right click -&amp;gt; define name&lt;/P&gt;&lt;P&gt;2. Then open odbc administrator and create a new system DSN using the excel odbc driver&lt;/P&gt;&lt;P&gt;3. select the workbook you are using with the defined name range&lt;/P&gt;&lt;P&gt;4. in qlik, use the odbc connection to create the load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may also want to add a new field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; recno() as RecordNumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....to create a unique identifier for the field. You can do that as part of the load statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 17:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692363#M250504</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-02T17:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to import blank lines from Excel Workbooks</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692364#M250505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Learned something new!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 17:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692364#M250505</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-09-02T17:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need to import blank lines from Excel Workbooks</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692365#M250506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't we use a mapping load and replace null with any string.such as 'No sales' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;Null(),&lt;/P&gt;&lt;P&gt;[No Sale],&lt;/P&gt;&lt;P&gt;Autogenerate 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 03:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692365#M250506</guid>
      <dc:creator>senarath</dc:creator>
      <dc:date>2014-09-03T03:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need to import blank lines from Excel Workbooks</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692366#M250507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy, Here's a recent example of how to detect completely blank rows in a spreadsheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see a blank spreadsheet row loaded via ODBC will be assigned a RecNo() and Null() values across all fields.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A blank spreadsheet row via Table Files is ignored and there does not seem to be a way to reference its position in the spreadsheet by RecNo().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you're doing a data grid and you want to ensure a lookup in cell A100 matches across QlikView and Excel, then ODBC will preserve whitespace&amp;nbsp; &lt;EM&gt;(for instance when multiple sections of a table repeating on a single spreadsheet are broken up by cosmetic spacer rows, or the data or header contain blanks for some reason)&lt;/EM&gt;&lt;BR /&gt;&lt;IMG alt="20140829_Spreadsheet_recno_blank_handling_via_ODBC_vs_Wizard.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/65777_20140829_Spreadsheet_recno_blank_handling_via_ODBC_vs_Wizard.png" style="width: 620px; height: 393px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 04:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-import-blank-lines-from-Excel-Workbooks/m-p/692366#M250507</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-09-03T04:45:08Z</dc:date>
    </item>
  </channel>
</rss>

