<?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: Reloading through a button on the server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826605#M1043656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, I am guessing this should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me what does the qmsedx file contain and also what do I need to set in for vEDXServer?&lt;/P&gt;&lt;P&gt;Is it the server name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2014 08:51:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-28T08:51:43Z</dc:date>
    <item>
      <title>Reloading through a button on the server</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826600#M1043651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/143658"&gt;executing tasks on the server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 09:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826600#M1043651</guid>
      <dc:creator />
      <dc:date>2014-11-27T09:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading through a button on the server</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826601#M1043652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible directly from qlik ... the button must execute a batch files that reload the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 09:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826601#M1043652</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-27T09:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading through a button on the server</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826602#M1043653</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;You can fire a reload task using a batch file and EDX. Search the forum for EDX for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 09:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826602#M1043653</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-11-27T09:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading through a button on the server</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826603#M1043654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this functionality(EDX) for all my Finance reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attachment .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script side:&lt;/P&gt;&lt;P&gt;SET vEDXApplicationPath='Path where you qmsedx file is present\qmsedx.exe';&lt;/P&gt;&lt;P&gt;SET vEDXTaskname='Task name you created in QMC';&lt;/P&gt;&lt;P&gt;SET vEDXServer='Here mention Serviceslink/QMS/Service';&lt;/P&gt;&lt;P&gt;SET vEDXVerbosity=5;//&lt;/P&gt;&lt;P&gt;SET vEDXpi=2;&lt;/P&gt;&lt;P&gt;SET vEDXTimeout=60;&lt;/P&gt;&lt;P&gt;SET vEDXPassword = 'Mention Password';&lt;/P&gt;&lt;P&gt;SET vEDXParameters=' -task="$(vEDXTaskname)" -qms=$(vEDXServer) -verbosity=$(vEDXVerbosity) -pi=$(vEDXpi) -timeout=$(vEDXTimeout) -password="$(vEDXPassword)"';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this check the properties of button in attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 09:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826603#M1043654</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-11-27T09:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading through a button on the server</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826604#M1043655</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;several options...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-2650" style="font-size: 10pt; line-height: 1.5em;" title="http://community.qlik.com/docs/DOC-2650"&gt;http://community.qlik.com/docs/DOC-2650&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3024"&gt;Using EDX in QlikView 11 - basic example&lt;/A&gt;&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;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 09:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826604#M1043655</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2014-11-27T09:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading through a button on the server</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826605#M1043656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, I am guessing this should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me what does the qmsedx file contain and also what do I need to set in for vEDXServer?&lt;/P&gt;&lt;P&gt;Is it the server name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 08:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826605#M1043656</guid>
      <dc:creator />
      <dc:date>2014-11-28T08:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Reloading through a button on the server</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826606#M1043657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use&amp;nbsp; QMSEDX.exe to trigger document re-loads from an external scheduler. You need to save and install this file to your QlikView server.&lt;/P&gt;&lt;P&gt;vEDXsServer is your QlikView server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 09:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826606#M1043657</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-11-28T09:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Reloading through a button on the server</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826607#M1043658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this a common file or specific to apps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 09:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826607#M1043658</guid>
      <dc:creator />
      <dc:date>2014-11-28T09:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Reloading through a button on the server</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826608#M1043659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is better to load latest version, search on community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 09:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-through-a-button-on-the-server/m-p/826608#M1043659</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-11-28T09:33:51Z</dc:date>
    </item>
  </channel>
</rss>

