<?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: Excel File with Name Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-File-with-Name-Error/m-p/1016616#M638030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cell does show an error.&amp;nbsp; The cell has the Nabisco corner on the top left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This file is coming from a client and its read-only.&amp;nbsp; We don't care so much about the content of the cell.&amp;nbsp; We only care if there's something in that cell.&amp;nbsp; Even if the cell shows "#NAME?", I want that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 13:20:11 GMT</pubDate>
    <dc:creator>williamlau</dc:creator>
    <dc:date>2016-04-26T13:20:11Z</dc:date>
    <item>
      <title>Excel File with Name Error</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-File-with-Name-Error/m-p/1016614#M638028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an Excel document that's read-only and it has almost 100K records.&amp;nbsp; There's a particular column where on some rows, Name Errors exist.&amp;nbsp; If you hover the mouse over the field, the popup says "unrecognized text' and in the cell, it displays "#NAME?".&amp;nbsp; The underlying cell shows this as the value "=-Fail control ...".&amp;nbsp; I think that having the equal sign as a prefix for the rest of the text is screwing everybody up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I bring this column into Qlikview, the field is blank for these suspect rows. I need to know if there's any data in that field to begin with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 19:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-File-with-Name-Error/m-p/1016614#M638028</guid>
      <dc:creator>williamlau</dc:creator>
      <dc:date>2016-04-25T19:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Excel File with Name Error</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-File-with-Name-Error/m-p/1016615#M638029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are asking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the cell in your excel file already shows an error when you looking at the cell value using Excel, you need to fix this in your excel file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data you are expecting to be there is probably a result of a cell expression, but this expression fails to evaluate.&lt;/P&gt;&lt;P&gt;So you need to check why. But that's an excel domain issue, so you are probably better off with asking your local office guru for help (maybe it's something simple like a missing referenced file).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 21:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-File-with-Name-Error/m-p/1016615#M638029</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-25T21:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Excel File with Name Error</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-File-with-Name-Error/m-p/1016616#M638030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cell does show an error.&amp;nbsp; The cell has the Nabisco corner on the top left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This file is coming from a client and its read-only.&amp;nbsp; We don't care so much about the content of the cell.&amp;nbsp; We only care if there's something in that cell.&amp;nbsp; Even if the cell shows "#NAME?", I want that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-File-with-Name-Error/m-p/1016616#M638030</guid>
      <dc:creator>williamlau</dc:creator>
      <dc:date>2016-04-26T13:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Excel File with Name Error</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-File-with-Name-Error/m-p/1016617#M638031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt; is right and you need to fix it within the excel, like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(iserror(YourExpression());"Error";YourExpression))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the cell will be empty or contain NULL and have therefore no "real" value. That excel showed for such a cell an error like "#NAME?" is an additionally feature like a formatting, for example showing 27.04.2016 for today() but the cell-value is 42487.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 07:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-File-with-Name-Error/m-p/1016617#M638031</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-27T07:44:22Z</dc:date>
    </item>
  </channel>
</rss>

