<?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 multipe Excel and sheet in qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Loading-multipe-Excel-and-sheet-in-qlik-Sense/m-p/1512725#M40523</link>
    <description>&lt;P&gt;Hello&amp;nbsp; everyone..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a issue in Loading multiple excel and sheets at a same time in qlik Sense..&lt;/P&gt;&lt;P&gt;2 Problems i have while loading Excel sheets some time there is a mismatch in the sheet name and also column name even through i have to load the particular sheet but its failing to load..&lt;/P&gt;&lt;P&gt;What will be the solution to load the data even we have these issue..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nizam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Nov 2018 09:59:40 GMT</pubDate>
    <dc:creator>nizamsha</dc:creator>
    <dc:date>2018-11-27T09:59:40Z</dc:date>
    <item>
      <title>Loading multipe Excel and sheet in qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-multipe-Excel-and-sheet-in-qlik-Sense/m-p/1512725#M40523</link>
      <description>&lt;P&gt;Hello&amp;nbsp; everyone..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a issue in Loading multiple excel and sheets at a same time in qlik Sense..&lt;/P&gt;&lt;P&gt;2 Problems i have while loading Excel sheets some time there is a mismatch in the sheet name and also column name even through i have to load the particular sheet but its failing to load..&lt;/P&gt;&lt;P&gt;What will be the solution to load the data even we have these issue..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nizam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 09:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-multipe-Excel-and-sheet-in-qlik-Sense/m-p/1512725#M40523</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2018-11-27T09:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multipe Excel and sheet in qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-multipe-Excel-and-sheet-in-qlik-Sense/m-p/1513408#M40524</link>
      <description>Hi Nizam, Try below code... for each vFile in FileList('..\Data\*.csv') let vQVD = replace(vFile, '.csv', '.qvd'); if alt(FileSize('$(vQVD)'), 0) = 0 then NextFile: LOAD * FROM $(vFile) (txt, codepage is 1252, no labels, delimiter is ',', msq) ; STORE NextFile INTO $(vQVD) (qvd); DROP TABLE NextFile; end if next Data: LOAD* FROM ..\Data\*.qvd (qvd);</description>
      <pubDate>Wed, 28 Nov 2018 08:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-multipe-Excel-and-sheet-in-qlik-Sense/m-p/1513408#M40524</guid>
      <dc:creator>nasirsaikh</dc:creator>
      <dc:date>2018-11-28T08:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loading multipe Excel and sheet in qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Loading-multipe-Excel-and-sheet-in-qlik-Sense/m-p/1513409#M40525</link>
      <description>&lt;P&gt;for each vFile in FileList('..\Data\*.csv')&lt;BR /&gt;let vQVD = replace(vFile, '.csv', '.qvd');&lt;/P&gt;&lt;P&gt;if alt(FileSize('$(vQVD)'), 0) = 0 then&lt;BR /&gt;NextFile:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM $(vFile)&lt;BR /&gt;(txt, codepage is 1252, no labels, delimiter is ',', msq)&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;STORE NextFile INTO $(vQVD) (qvd);&lt;/P&gt;&lt;P&gt;DROP TABLE NextFile;&lt;BR /&gt;end if&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM ..\Data\*.qvd (qvd)&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 08:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loading-multipe-Excel-and-sheet-in-qlik-Sense/m-p/1513409#M40525</guid>
      <dc:creator>nasirsaikh</dc:creator>
      <dc:date>2018-11-28T08:50:33Z</dc:date>
    </item>
  </channel>
</rss>

