<?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: Help with reading Excel #Ref in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405937#M804128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir,sounds like a good solution, let me try this out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Nov 2017 09:37:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-03T09:37:41Z</dc:date>
    <item>
      <title>Help with reading Excel #Ref</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405935#M804126</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;Recently I have a use case from user to see if Qlik can be used to detect excel formula that return #N/A or #REF with the below conditions: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conditions:&lt;/P&gt;&lt;P&gt;1)User do not want to change their formula to like if is #N/A then return "NA" or if is #REF return "#REF"&amp;nbsp; in their excel spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)We also do not want to use is null then assumed is #REF .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worse case is we create another layer between QV and flat files with vba/python to solve the above use case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if Qlikview can be used to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TK &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405935#M804126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with reading Excel #Ref</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405936#M804127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is rather straightforward:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Make a copy of the XLSX-file and change the extension to ZIP&lt;/P&gt;&lt;P&gt;2) Use Windows explorer and extract all the files from the ZIP into a directory&lt;/P&gt;&lt;P&gt;3) Go into Load Script Editor and select [Table Files] button&lt;/P&gt;&lt;P&gt;4) Navigate to the subdirectory of the unzipped directory called "xl" and then into "worksheets" subdirectory&lt;/P&gt;&lt;P&gt;5) Open the xml-file of the worksheet you want to analyse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-11-03 10_04_11-Edit Script [C__Users_Petter_Documents_Test #NA and #REF.qvw_].png" class="jive-image image-1" src="/legacyfs/online/181968_2017-11-03 10_04_11-Edit Script [C__Users_Petter_Documents_Test #NA and #REF.qvw_].png" style="height: 363px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) Press the [Finish]-button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will have a field named "c/v" that you can filter on to find all #N/A and #REF! .... the field "c/r" will give the column reference in the spreadsheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 09:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405936#M804127</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-11-03T09:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help with reading Excel #Ref</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405937#M804128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir,sounds like a good solution, let me try this out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 09:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405937#M804128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-03T09:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with reading Excel #Ref</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405938#M804129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi @Petter Skjolden&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible not to convert the excel to zip file first?&lt;/P&gt;&lt;P&gt;Is it possible to convert to zip in Qlikview?&lt;/P&gt;&lt;P&gt;This is because we do not want user to manually change the file type into zip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do the same for xls file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Tian Kian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 09:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405938#M804129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-03T09:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with reading Excel #Ref</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405939#M804130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) No - QlikView can't directly read zip-files in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Yes it is. Either by:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A) an EXECUTE statement in the load script. That means that you will have to have an unzip utility installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B) with a QlikView VBScript-function as documented here:&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; &lt;A href="https://community.qlik.com/docs/DOC-15921"&gt;How to extract Sheet Names from an Excel XLSX-file without ODBC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) These methods only work with XLSX. &lt;STRONG&gt;But you can also handle XLS&lt;/STRONG&gt; with the use of COM automation either from PowerShell invoking it with EXECUTE or with VBScript-function in a fashion not unlike 2 B). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 13:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405939#M804130</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-11-03T13:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with reading Excel #Ref</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405940#M804131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx man, i realise its too much of a hassle to do a workaround this way. IT guys have to install 7zip in the production machine etc. might be checking for #ref in the spreadsheet through vba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2017 05:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-reading-Excel-Ref/m-p/1405940#M804131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-04T05:22:35Z</dc:date>
    </item>
  </channel>
</rss>

