<?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: load script in vbs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801488#M282894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus, I was looking for the script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-4304" title="http://community.qlik.com/docs/DOC-4304"&gt;http://community.qlik.com/docs/DOC-4304&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-7007" title="http://community.qlik.com/docs/DOC-7007"&gt;http://community.qlik.com/docs/DOC-7007&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only thing is all the code is run through the Edit Module. But i want to run it through the vbs script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Nov 2014 16:53:21 GMT</pubDate>
    <dc:creator>brindlogcool</dc:creator>
    <dc:date>2014-11-22T16:53:21Z</dc:date>
    <item>
      <title>load script in vbs</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801486#M282892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we call the Load script in the .vbs file. I am trying to export all the tables in the qvw file using the vbs script. I don't want to use the edit script or the edit module (to avoid the dependency).&lt;/P&gt;&lt;P&gt;Is there any way we can do it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 14:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801486#M282892</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-11-22T14:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: load script in vbs</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801487#M282893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you could use an external vbs-file which contained statements to create a new qlikview instance, opened one or more qvw, does something (reload, export, print ...) and then afterwards closed the qvw and instance again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would do this in a external qvw-file. Then you could better and more flexible define (as own fields) which qvw, tables, objects you want to export to which target (in a loop through these fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find many examples here to this topic with searching to &lt;A href="/t5/forums/searchpage/tab/message?q=macro export excel"&gt;http://community.qlik.com/search.jspa?q=macro+export+excel&lt;/A&gt; and within the APIGuide.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 16:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801487#M282893</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-11-22T16:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: load script in vbs</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801488#M282894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus, I was looking for the script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-4304" title="http://community.qlik.com/docs/DOC-4304"&gt;http://community.qlik.com/docs/DOC-4304&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-7007" title="http://community.qlik.com/docs/DOC-7007"&gt;http://community.qlik.com/docs/DOC-7007&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only thing is all the code is run through the Edit Module. But i want to run it through the vbs script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 16:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801488#M282894</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-11-22T16:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: load script in vbs</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801489#M282895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macros inside a qvw or in an external vbs-file are nearly the same and it's rather not important. But if I look on your links it could be more easily to use native qv script-functionalities and store these tables as txt-files. These txt-files could you easily use in excel or other databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 17:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801489#M282895</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-11-22T17:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: load script in vbs</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801490#M282896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 17:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-in-vbs/m-p/801490#M282896</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2014-11-22T17:11:16Z</dc:date>
    </item>
  </channel>
</rss>

