<?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 upload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674611#M673182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jayanthan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the problem "[EOM_SHEET$]", remove dollar sign [EOM_SHEET]. I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Aug 2014 04:58:06 GMT</pubDate>
    <dc:creator>engishfaque</dc:creator>
    <dc:date>2014-08-30T04:58:06Z</dc:date>
    <item>
      <title>excel upload</title>
      <link>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674606#M673177</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;i have tried to upload in xlsx files (about 6 or seven excel file) , but Qlikview shows&amp;nbsp; file not found error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the script below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;Directory f:\Finance\monthly_summaries;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Verdana; color: #333333;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;For each ExcelFile in filelist ('*.xlsx')&lt;BR /&gt; EOM_HISTORY:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Verdana; color: #333333;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;Load * From $(ExcelFile) (ooxml, embedded labels, table is [EOM_SHEET$]);&lt;BR /&gt; Next ExcelFile;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Verdana; color: #333333;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 12:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674606#M673177</guid>
      <dc:creator />
      <dc:date>2014-08-29T12:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: excel upload</title>
      <link>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674607#M673178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;EOM_HISTORY:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;Load * &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;From &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;[&lt;SPAN style="color: #333333; font-family: 'Courier New'; font-size: 11px;"&gt;f:\Finance\monthly_summaries&lt;/SPAN&gt;\*.xlsx] (ooxml, embedded labels, table is [EOM_SHEET$]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;Is F: drive is your local machine drive?&amp;nbsp; If yes it will work otherwise if it is shared drive the you need to give the actual path like \\10.10.29.38\SomeFolder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;No need of Loop, hope it helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8.5pt; font-family: 'Courier New'; color: #333333;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 12:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674607#M673178</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-29T12:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: excel upload</title>
      <link>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674608#M673179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;i following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65585_Capture.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 02:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674608#M673179</guid>
      <dc:creator />
      <dc:date>2014-08-30T02:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: excel upload</title>
      <link>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674609#M673180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i get the above error message when i load them, what could be the reason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 02:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674609#M673180</guid>
      <dc:creator />
      <dc:date>2014-08-30T02:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: excel upload</title>
      <link>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674610#M673181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue is resolved with the support of &lt;A href="https://community.qlik.com/qlik-users/32367"&gt;Evan Kurowski&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find below thread for further details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/131307" title="http://community.qlik.com/thread/131307"&gt;http://community.qlik.com/thread/131307&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 04:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674610#M673181</guid>
      <dc:creator />
      <dc:date>2014-08-30T04:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: excel upload</title>
      <link>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674611#M673182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jayanthan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the problem "[EOM_SHEET$]", remove dollar sign [EOM_SHEET]. I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 04:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674611#M673182</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2014-08-30T04:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: excel upload</title>
      <link>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674612#M673183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Dear Isfaque&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;True .I have changed and executed&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Jayanthan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 05:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-upload/m-p/674612#M673183</guid>
      <dc:creator />
      <dc:date>2014-08-30T05:21:11Z</dc:date>
    </item>
  </channel>
</rss>

