<?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: Wildcard in sheet id when loading excel file? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889032#M658575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What better way to know then to test it, right? I tried it with the wild card and it didn't seem to work for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 02:05:48 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-04-23T02:05:48Z</dc:date>
    <item>
      <title>Wildcard in sheet id when loading excel file?</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889031#M658574</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;I know that we can use wildcard in file name to load in multiple excel files in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have multiple excel files each has one sheet only and the sheet name share similar pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I load in those files with single script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use a wildcard in the sheet id as well? I cannot make it to work.&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;Paco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 00:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889031#M658574</guid>
      <dc:creator />
      <dc:date>2015-04-23T00:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard in sheet id when loading excel file?</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889032#M658575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What better way to know then to test it, right? I tried it with the wild card and it didn't seem to work for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 02:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889032#M658575</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-23T02:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard in sheet id when loading excel file?</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889033#M658576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, the regular Table File load doesn't allow for the wildcard in the sheet ID. I see two possible options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You can standardize the Sheet IDs and settle on a single name&lt;/P&gt;&lt;P&gt;2. You can load Excel data using an ODBC driver for Excel. Then, you can use the ODBC command SQLTABLES to query the spreadsheet for the existing Table (Sheet) names and load the corresponding sheet. The script is slightly more complex, however it can cover multiple sheets per spreadsheet and allow different sheet names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.masterssummit.com/"&gt;www.masterssummit.com&lt;/A&gt; - take your QlikView skills to the next level! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 02:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889033#M658576</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-04-23T02:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard in sheet id when loading excel file?</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889034#M658577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just as an idea - but didnt had any success in my case (what might have had other reasons): &lt;/P&gt;&lt;P&gt;try to put the whole string in a variable like you would do with the file name of loading multiple excel files&lt;/P&gt;&lt;P&gt;e.g. for files you would use: FOR each vSourceFile in FileList (vSourcePath) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you could try something like:&lt;/P&gt;&lt;P&gt;SET vSheet =&amp;nbsp;&amp;nbsp; '(biff, embedded labels, header is 9 lines, table is [Sheet *])';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and later in the script something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM $(vSourceFile)&lt;/P&gt;&lt;P&gt;$(vSheet);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 02:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889034#M658577</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-04-23T02:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard in sheet id when loading excel file?</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889035#M658578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution 2. in Oleg's post is described with examples in this document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7860"&gt;Loading Multiple Excel Sheets Dynamically along with file name and sheet name&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 05:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-in-sheet-id-when-loading-excel-file/m-p/889035#M658578</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-04-23T05:35:40Z</dc:date>
    </item>
  </channel>
</rss>

