<?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 How can I create a batch file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235285#M86555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to create a vbscript file to run those macros externally?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Dec 2010 20:07:50 GMT</pubDate>
    <dc:creator>pover</dc:creator>
    <dc:date>2010-12-29T20:07:50Z</dc:date>
    <item>
      <title>How can I create a batch file</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235284#M86554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I create a batch file with the following fields,which are mentioned in the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 13:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235284#M86554</guid>
      <dc:creator />
      <dc:date>2010-12-29T13:32:36Z</dc:date>
    </item>
    <item>
      <title>How can I create a batch file</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235285#M86555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to create a vbscript file to run those macros externally?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 20:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235285#M86555</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-29T20:07:50Z</dc:date>
    </item>
    <item>
      <title>How can I create a batch file</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235286#M86556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;Thanks for your co-ordination.Let me explain you briefly.&lt;/P&gt;&lt;P&gt;Suppose I have some information in the report(the information contains with various company )that I will have to send to various person by email for a particular company and it should be send by 1click,but the main thing is that it should take only the required data from the report(I mean to say by filtering).&lt;/P&gt;&lt;P&gt;Presently, it will work by one by one email sending,but I want to do this dynamically,just I will select the company name and the corresponding mail id will be selected and it will filtering the required data which will need to send to the company.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 06:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235286#M86556</guid>
      <dc:creator />
      <dc:date>2010-12-30T06:35:54Z</dc:date>
    </item>
    <item>
      <title>How can I create a batch file</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235287#M86557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a file called export.vbs and have it contain something like the following (not tested).&lt;/P&gt;&lt;P&gt;Set MyApp = CreateObject("QlikTech.QlikView")&lt;BR /&gt;Set MyDoc = MyApp.OpenDoc (X:\MyQlikviewfile.qvw","","")&lt;BR /&gt;Set ActiveDocument = MyDoc&lt;/P&gt;&lt;P&gt;set val=ActiveDocument.Fields("Company").GetOptionalValues&lt;BR /&gt;for i=0 to val.Count-1&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Company").Select val.Item(i).Text 'Selects a Company&lt;BR /&gt; ActiveDocument.GetSheetObject("BU01").Press 'Runs Export Macro&lt;BR /&gt;&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;You can then set up QV Publisher or Windows Job Scheduler to run the job automatically.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 22:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235287#M86557</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-30T22:01:54Z</dc:date>
    </item>
    <item>
      <title>How can I create a batch file</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235288#M86558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;Thanks for your code.I have tested the code &amp;amp; found some debug,so can you send me any sample file to run my application successfully &amp;amp; that would be helpful for my application.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 05:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-batch-file/m-p/235288#M86558</guid>
      <dc:creator />
      <dc:date>2010-12-31T05:39:07Z</dc:date>
    </item>
  </channel>
</rss>

