<?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: Generic Excel column not found in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Generic-Excel-column-not-found/m-p/1877960#M72382</link>
    <description>&lt;P&gt;Thanks for the response, it now runs through to completion however with 4 errors so I suspect 4 sheets are being missed out of the 12x31 sheets. I can work with this for now as only a small proportion however if you/anyone might know the root cause of the errors it would be most helpful.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jan 2022 12:57:52 GMT</pubDate>
    <dc:creator>williams596</dc:creator>
    <dc:date>2022-01-06T12:57:52Z</dc:date>
    <item>
      <title>Generic Excel column not found</title>
      <link>https://community.qlik.com/t5/App-Development/Generic-Excel-column-not-found/m-p/1877930#M72375</link>
      <description>&lt;P&gt;Hi, I'm using the following script to try and load the fifth column from a number of spreadsheets with 31 different sheets named 1-31:&lt;/P&gt;
&lt;P&gt;For i=1 to 31;&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;F5&lt;BR /&gt;FROM [{Folder Location}/*.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [$(i)]);&lt;/P&gt;
&lt;P&gt;The issue is for some of these spreadsheets and/or sheets it's saying field 'F5' not found. I thought this would be a generic load of column 'E' so surely all sheets should have this?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 11:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generic-Excel-column-not-found/m-p/1877930#M72375</guid>
      <dc:creator>williams596</dc:creator>
      <dc:date>2022-01-06T11:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Excel column not found</title>
      <link>https://community.qlik.com/t5/App-Development/Generic-Excel-column-not-found/m-p/1877950#M72378</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;Set ErrorMode=0;&lt;/P&gt;
&lt;P&gt;For i=1 to 31&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;F5&lt;BR /&gt;FROM [{Folder Location}/*.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [$(i)]);&lt;/P&gt;
&lt;P&gt;next i;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 12:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generic-Excel-column-not-found/m-p/1877950#M72378</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2022-01-06T12:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Excel column not found</title>
      <link>https://community.qlik.com/t5/App-Development/Generic-Excel-column-not-found/m-p/1877960#M72382</link>
      <description>&lt;P&gt;Thanks for the response, it now runs through to completion however with 4 errors so I suspect 4 sheets are being missed out of the 12x31 sheets. I can work with this for now as only a small proportion however if you/anyone might know the root cause of the errors it would be most helpful.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 12:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generic-Excel-column-not-found/m-p/1877960#M72382</guid>
      <dc:creator>williams596</dc:creator>
      <dc:date>2022-01-06T12:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Excel column not found</title>
      <link>https://community.qlik.com/t5/App-Development/Generic-Excel-column-not-found/m-p/1878141#M72396</link>
      <description>&lt;P&gt;Your Load specifies "&lt;SPAN&gt;embedded labels". That means Qlik expects Fieldnames to appear in line 1 of the file.&amp;nbsp; "Fn" is the generated name used when column n is blank.&amp;nbsp; So I suspect your issue that 4 of your files have a value in cell E on line 1.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 19:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generic-Excel-column-not-found/m-p/1878141#M72396</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-01-06T19:15:55Z</dc:date>
    </item>
  </channel>
</rss>

