<?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: Batch File in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718081#M1070199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you could use vbs internal from a qvw or external as batch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;set newdoc = App.OpenDocEx "C:\MyDocuments\Budget.qvw",2,false,"jnn","123456","",false&lt;/P&gt;&lt;P&gt;newdoc.DoReload 2,false,false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could find more informations about the OpenDocEx parameter and reload in APIGuide.qvw in your install-folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2014 12:21:49 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2014-08-21T12:21:49Z</dc:date>
    <item>
      <title>Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718072#M1070190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I set user name and password in BATCH File??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 06:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718072#M1070190</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2014-08-21T06:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718073#M1070191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain more? please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 06:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718073#M1070191</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-21T06:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718074#M1070192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, sans-serif;"&gt;NET USE &amp;lt;Network Drive&amp;gt; /USER:&amp;lt;Username&amp;gt; &amp;lt;Password&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 06:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718074#M1070192</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-21T06:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718075#M1070193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user name and password for what? For a user defined in Section Access? That cannot be set in a batch script. Well, perhaps you could use something like AutoIT or AutoHotKey to pass key strokes. Otherwise you'll need to enter the account information interactively or use Qlikview Server to reload your document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 06:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718075#M1070193</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-08-21T06:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718076#M1070194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have implemented the section access in my application , now I have created Batch File , and I m running the application thru Task Manager which is running successfully but @ every reload it asking for credential , that's why I want to set credential in batch file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 06:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718076#M1070194</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2014-08-21T06:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718077#M1070195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have implemented the section access in my application , now I have created Batch File , and I m running the application thru Task Manager which is running successfully but @ every reload it asking for credential , that's why I want to set credential in batch file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 06:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718077#M1070195</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2014-08-21T06:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718078#M1070196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have implemented the section access in my application , now I have created Batch File , and I m running the application thru Task Manager which is running successfully but @ every reload it asking for credential , that's why I want to set credential in batch file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 07:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718078#M1070196</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2014-08-21T07:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718079#M1070197</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;have a look at below post&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/157394#157394"&gt;http://community.qlik.com/message/157394#157394&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 07:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718079#M1070197</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-21T07:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718080#M1070198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below URl i hope it i will help you.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="157394" data-objecttype="2" href="https://community.qlik.com/message/157394#157394"&gt;http://community.qlik.com/message/157394#157394&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 12:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718080#M1070198</guid>
      <dc:creator />
      <dc:date>2014-08-21T12:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Batch File</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718081#M1070199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you could use vbs internal from a qvw or external as batch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;set newdoc = App.OpenDocEx "C:\MyDocuments\Budget.qvw",2,false,"jnn","123456","",false&lt;/P&gt;&lt;P&gt;newdoc.DoReload 2,false,false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could find more informations about the OpenDocEx parameter and reload in APIGuide.qvw in your install-folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 12:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-File/m-p/718081#M1070199</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-08-21T12:21:49Z</dc:date>
    </item>
  </channel>
</rss>

