<?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 to write a batch file for many reports with section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245360#M93551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create a batch file to reload 10 reports one by one with different username and password (Section Access).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried for single document with the following, its working fine any idea to write a batch file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Qv.exe" /r &lt;/P&gt;&lt;P&gt;"C:\Documents and Settings\Desktop\ Report.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2011 10:35:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-13T10:35:59Z</dc:date>
    <item>
      <title>How to write a batch file for many reports with section access</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245360#M93551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create a batch file to reload 10 reports one by one with different username and password (Section Access).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried for single document with the following, its working fine any idea to write a batch file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Qv.exe" /r &lt;/P&gt;&lt;P&gt;"C:\Documents and Settings\Desktop\ Report.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 10:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245360#M93551</guid>
      <dc:creator />
      <dc:date>2011-10-13T10:35:59Z</dc:date>
    </item>
    <item>
      <title>How to write a batch file for many reports with section access</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245361#M93552</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;Use windows schedular and create a 10 batch files for different QV files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 10:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245361#M93552</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-13T10:40:00Z</dc:date>
    </item>
    <item>
      <title>How to write a batch file for many reports with section access</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245362#M93553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its really a nice idea but I would like to create a single batch file using section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any sample codes please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 10:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245362#M93553</guid>
      <dc:creator />
      <dc:date>2011-10-13T10:46:30Z</dc:date>
    </item>
    <item>
      <title>How to write a batch file for many reports with section access</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245363#M93554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot "send" parameters in command line userid or password to section access, but you can use the NTNAME field in section access (DOMAIN\USERNAME) with the user running the batch file, so the reload will save only data corresponding to this user. There is no parameter for user and password in section access from command line (and it makes sense from the security point of view)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you will need 10 lines in your batch with 10 different documents with different values for the reduction field corresponding to the running NTNAME (or 10 different lines in one batch file running 10 different files), or run the same batch 10 times specifying different users in the Windows Scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 11:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245363#M93554</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-13T11:44:40Z</dc:date>
    </item>
    <item>
      <title>How to write a batch file for many reports with section access</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245364#M93555</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 think it is not possible with the credentials you may run 10 batch files and provide windows scheduler for that batch and run one by one by schedular and use different credentails for the batch files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 11:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245364#M93555</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-13T11:50:39Z</dc:date>
    </item>
    <item>
      <title>How to write a batch file for many reports with section access</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245365#M93556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, I will try it from myend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 12:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-a-batch-file-for-many-reports-with-section-access/m-p/245365#M93556</guid>
      <dc:creator />
      <dc:date>2011-10-13T12:24:06Z</dc:date>
    </item>
  </channel>
</rss>

