<?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: Qlik Sense, Loop excel sheets names. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261905#M397957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be, I have not tried this in QlikView of Qlik Sense, may be some one else might be able to offer better help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Feb 2017 15:51:01 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-02-26T15:51:01Z</dc:date>
    <item>
      <title>Qlik Sense, Loop excel sheets names.</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261900#M397952</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 need to get the sheets name out of a lot of excel files. It is working in qlikview but not in Qlik Sense:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView Solution:&lt;/P&gt;&lt;P&gt;sub DoDir (Root)&lt;/P&gt;&lt;P&gt;&amp;nbsp; for each Ext in 'xls' , 'xlsx', 'xlsm'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each File in filelist (Root&amp;amp;'*.' &amp;amp;Ext)&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODBC CONNECT32 To [Excel Files;DBQ=$(File)];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sheets:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQLTABLES;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISCONNECT;&lt;/P&gt;&lt;P&gt; next File&lt;/P&gt;&lt;P&gt; next Ext&lt;/P&gt;&lt;P&gt; end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Call DoDir('C:\Qliksense\TOCs\Lars\') ;&lt;/P&gt;&lt;P&gt;//sense Call DoDir('lib://TOCs/') ; where lib is C:\Qliksense\TOCs\Lars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; EXIT Script;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 13:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261900#M397952</guid>
      <dc:creator>lars_plenge</dc:creator>
      <dc:date>2017-02-24T13:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense, Loop excel sheets names.</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261901#M397953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See Qlik Sense's help Example 2&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm" title="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm"&gt;https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154374_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 13:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261901#M397953</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-24T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense, Loop excel sheets names.</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261902#M397954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The loop is working, it is the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; ODBC CONNECT32 To [Excel Files;DBQ=$(File)];&lt;/SPAN&gt; " that does not sesam to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 13:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261902#M397954</guid>
      <dc:creator>lars_plenge</dc:creator>
      <dc:date>2017-02-24T13:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense, Loop excel sheets names.</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261903#M397955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have different ODBC for different files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 13:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261903#M397955</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-24T13:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense, Loop excel sheets names.</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261904#M397956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a build-in OBDC driver in Qlik Sense but it seams that it can not be called like in QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 21:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261904#M397956</guid>
      <dc:creator>lars_plenge</dc:creator>
      <dc:date>2017-02-24T21:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense, Loop excel sheets names.</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261905#M397957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be, I have not tried this in QlikView of Qlik Sense, may be some one else might be able to offer better help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 15:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Loop-excel-sheets-names/m-p/1261905#M397957</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-26T15:51:01Z</dc:date>
    </item>
  </channel>
</rss>

