<?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 Loading null rows from the excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246530#M93964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD if(isnull(fieldname1), 'Null'&amp;amp;rowno(),fieldname1) as fieldname1,&lt;/P&gt;&lt;P&gt; if(isnull(fieldname2), 'Null'&amp;amp;rowno(),fieldname2) as fieldname2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jan 2012 08:07:28 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2012-01-03T08:07:28Z</dc:date>
    <item>
      <title>Loading null rows from the excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246528#M93962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you have any idea on how can i load null rows from excel files. for example this is my excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 96pt;" width="128"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 48pt;" width="64"&gt;w&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;r&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;w&lt;/TD&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;r&lt;/TD&gt;&lt;TD&gt;t&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview interpret it as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="22" width="64"&gt;w&lt;/TD&gt;&lt;TD class="xl66" width="64"&gt;r&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="22"&gt;w&lt;/TD&gt;&lt;TD class="xl68"&gt;x&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="22"&gt;r&lt;/TD&gt;&lt;TD class="xl68"&gt;t&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....so, can I load it just as it is in excel, with 7 rows rather than 3 rows ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 07:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246528#M93962</guid>
      <dc:creator />
      <dc:date>2012-01-03T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Loading null rows from the excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246529#M93963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems that using ODBC/OLEDB is the only way. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is there any other way...??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 07:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246529#M93963</guid>
      <dc:creator />
      <dc:date>2012-01-03T07:29:52Z</dc:date>
    </item>
    <item>
      <title>Loading null rows from the excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246530#M93964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD if(isnull(fieldname1), 'Null'&amp;amp;rowno(),fieldname1) as fieldname1,&lt;/P&gt;&lt;P&gt; if(isnull(fieldname2), 'Null'&amp;amp;rowno(),fieldname2) as fieldname2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 08:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246530#M93964</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-01-03T08:07:28Z</dc:date>
    </item>
    <item>
      <title>Loading null rows from the excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246531#M93965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It does not work. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 08:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246531#M93965</guid>
      <dc:creator />
      <dc:date>2012-01-03T08:42:08Z</dc:date>
    </item>
    <item>
      <title>Loading null rows from the excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246532#M93966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&amp;nbsp; rowno() as field1,&lt;/P&gt;&lt;P&gt; Col1,&lt;/P&gt;&lt;P&gt;Col2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Xxxxx.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 12:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246532#M93966</guid>
      <dc:creator />
      <dc:date>2012-01-03T12:52:57Z</dc:date>
    </item>
    <item>
      <title>Loading null rows from the excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246533#M93967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It does not work, neither RecNo() works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 14:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246533#M93967</guid>
      <dc:creator />
      <dc:date>2012-01-03T14:18:27Z</dc:date>
    </item>
    <item>
      <title>Loading null rows from the excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246534#M93968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you save tour excel files à CSV file, you should be able to do the load &lt;/P&gt;&lt;P&gt;Using the rowno() function as I wrote in my last answer.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 19:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246534#M93968</guid>
      <dc:creator />
      <dc:date>2012-01-03T19:21:31Z</dc:date>
    </item>
    <item>
      <title>Loading null rows from the excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246535#M93969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a better English&lt;/P&gt;&lt;P&gt;If you save your excel file as a CSV you should be able to load the nulls&lt;/P&gt;&lt;P&gt;Using the rowno() as I wrote before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 19:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246535#M93969</guid>
      <dc:creator />
      <dc:date>2012-01-03T19:23:20Z</dc:date>
    </item>
    <item>
      <title>Loading null rows from the excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246536#M93970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe,&lt;/P&gt;&lt;P&gt;I don't think it is a good idea to save an excel file having 50-60 sheets asa csv. We will need separate csv for every sheet.&lt;/P&gt;&lt;P&gt;One thing we can do is just can put full border in excel sheet and it will loadnull rows also. But this again involves manipulating with source, which I don'twant.&lt;/P&gt;&lt;P&gt;Rather, I feel the best solution in this case will be load data from excelusing ODBC which will give null rows as well without manipulating source data.&lt;/P&gt;&lt;P&gt;But, As we know one problem has many possible solutions, so I just fulfilledmy requirement with some more script rather than using ODBC.&lt;/P&gt;&lt;P&gt;Anyways, thanks for your suggestions. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 14:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/246536#M93970</guid>
      <dc:creator />
      <dc:date>2012-01-05T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading null rows from the excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/1612748#M445264</link>
      <description>&lt;P&gt;hi, can advise what solution you used ? I am also facing the same issue.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 08:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-null-rows-from-the-excel/m-p/1612748#M445264</guid>
      <dc:creator>prachisangewar1</dc:creator>
      <dc:date>2019-08-15T08:31:17Z</dc:date>
    </item>
  </channel>
</rss>

