<?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: QV Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438805#M431928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any problem with the standard procedure? That means to modify and test a new version of the document in your own (QV Desktop) environment, and when proven correct and reliable, to upload it again to the server? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mind you, if you change the script of a published document, even a minor syntax error may cause all subsequent reloads to fail and without access to the QlikView server you will have no means to figure out what went wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are the developer of this QlikView document, you must have QlikView Desktop and a file copy of the published document at your disposal. For guaranteed continuity, it's always better to use that environment to modify-improve-&lt;EM&gt;and then test&lt;/EM&gt; your document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW "Open in Server" turns your QV Desktop into a regular AccessPoint client, without any means to edit scripts or trigger manual reloads. In that case you're just visiting the document in the AccessPoint. To edit a script in a QVW document, you either need QV Desktop and a QVW file copy, or you must make the script &lt;EM&gt;external&lt;/EM&gt; as Petter suggested, after which you can use a programmer's editor like Notepad++ to modify the script like a simple text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2017 09:46:27 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-11-22T09:46:27Z</dc:date>
    <item>
      <title>QV Script</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438801#M431924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438801#M431924</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-11-22T09:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: QV Script</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438802#M431925</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;so you have problem accessing the accesspoint of the server ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438802#M431925</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-22T09:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: QV Script</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438803#M431926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the currently deployed script you can't modify the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if you make a new version of the application you can locate the entire load script outside of the applications QVW-file by using a $(Include=&amp;lt;file_location&amp;gt;) or $(Must_Include=&amp;lt;file_location&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the file_location could be a folder that is shared with you or even from an HTTP or HTTPS based location with an URL. In the last option you will have to point to a webserver where you have read/write access to the right folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438803#M431926</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-11-22T09:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: QV Script</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438804#M431927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have grants to access my qv server, on the other hand i can open the app using "open in a server" using my qv desktop client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438804#M431927</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-11-22T09:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: QV Script</title>
      <link>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438805#M431928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any problem with the standard procedure? That means to modify and test a new version of the document in your own (QV Desktop) environment, and when proven correct and reliable, to upload it again to the server? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mind you, if you change the script of a published document, even a minor syntax error may cause all subsequent reloads to fail and without access to the QlikView server you will have no means to figure out what went wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are the developer of this QlikView document, you must have QlikView Desktop and a file copy of the published document at your disposal. For guaranteed continuity, it's always better to use that environment to modify-improve-&lt;EM&gt;and then test&lt;/EM&gt; your document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW "Open in Server" turns your QV Desktop into a regular AccessPoint client, without any means to edit scripts or trigger manual reloads. In that case you're just visiting the document in the AccessPoint. To edit a script in a QVW document, you either need QV Desktop and a QVW file copy, or you must make the script &lt;EM&gt;external&lt;/EM&gt; as Petter suggested, after which you can use a programmer's editor like Notepad++ to modify the script like a simple text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-Script/m-p/1438805#M431928</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-11-22T09:46:27Z</dc:date>
    </item>
  </channel>
</rss>

