<?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: Is it possible to keep the script window always open ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670904#M506877</link>
    <description>&lt;P&gt;A different approach could be to separate the UI from the data model and link the two by using a BINARY load in the UI load script:&lt;/P&gt;&lt;P&gt;1) App1_Data_Model.qvw&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Only contains a load script and no user interface for the final application.&lt;/P&gt;&lt;P&gt;2) App2_UI.qvw&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Only contains the UI and have a single load script statement that does a BINARY on the qvw-file of the Data Model.&lt;/P&gt;&lt;P&gt;You will have to start the QlikView Windows application twice with the two qvws so the load script of the Data Model won't block access to the UI. You will have to press reload twice to get updated data into the UI. First in the Data Model and after that has finished the reload of the UI. That way you won't have to use an external text-editor / IDE.&lt;/P&gt;&lt;P&gt;It will look something like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="#4.png" style="width: 777px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27717iFC98225E8984B174/image-dimensions/777x576?v=v2" width="777" height="576" role="button" title="#4.png" alt="#4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 13:30:51 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2020-01-30T13:30:51Z</dc:date>
    <item>
      <title>Is it possible to keep the script window always open ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670509#M506872</link>
      <description>&lt;P&gt;During the code development it&amp;nbsp; would be better if I could reload my code and keep the script window open. At the same time it would have to allow me to change or creat objects on my dashboard. Is this possible ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 14:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670509#M506872</guid>
      <dc:creator>El_Davidus</dc:creator>
      <dc:date>2020-01-29T14:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to keep the script window always open ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670523#M506873</link>
      <description>&lt;P&gt;In QlikView you can't. Unless you externalize the script by using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$(include=....\application-load-script-01.qvs);&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;$(must_include= .... );&lt;/P&gt;&lt;P&gt;So you can keep your script in a text editor like Notepad++, Atom, Sublime or the text editor of your choice...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 14:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670523#M506873</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-01-29T14:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to keep the script window always open ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670828#M506874</link>
      <description>&lt;P&gt;Could you show me an example of how to do that ? Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 11:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670828#M506874</guid>
      <dc:creator>El_Davidus</dc:creator>
      <dc:date>2020-01-30T11:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to keep the script window always open ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670890#M506875</link>
      <description>&lt;P&gt;If this is your load script - copy all of this into a text file named ExternalScriptExample.qvs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Copy all of your load script into a file named the same as your application with a .qvs extension" style="width: 527px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27711i8117BC304BDE16C5/image-dimensions/527x323?v=v2" width="527" height="323" role="button" title="#1.png" alt="Copy all of your load script into a file named the same as your application with a .qvs extension" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Copy all of your load script into a file named the same as your application with a .qvs extension&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just have this single line in you load script that will read all of the load script text in from the external file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Put this single line into your load script" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27710iC7271DAC238CF579/image-size/medium?v=v2&amp;amp;px=400" role="button" title="#2.png" alt="Put this single line into your load script" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Put this single line into your load script&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then your final environment will look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="This should be your environment" style="width: 654px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27712i2F6F29B5E8882020/image-dimensions/654x358?v=v2" width="654" height="358" role="button" title="#3.png" alt="This should be your environment" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;This should be your environment&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Obviously the left lower window will only show each time you hit the reload button on your toolbar in QlikView.&lt;/P&gt;&lt;P&gt;So you can at all times have both the UI and the load script open simultanously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 13:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670890#M506875</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-01-30T13:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to keep the script window always open ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670893#M506876</link>
      <description>&lt;P&gt;BTW - if you want QlikView syntax highlighting as you can see above in Notepad++ you can find the recipe for doing it here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/MattFryer/Qlik-Notepad-plus-plus/releases/tag/v2.6" target="_blank"&gt;https://github.com/MattFryer/Qlik-Notepad-plus-plus/releases/tag/v2.6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 13:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670893#M506876</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-01-30T13:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to keep the script window always open ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670904#M506877</link>
      <description>&lt;P&gt;A different approach could be to separate the UI from the data model and link the two by using a BINARY load in the UI load script:&lt;/P&gt;&lt;P&gt;1) App1_Data_Model.qvw&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Only contains a load script and no user interface for the final application.&lt;/P&gt;&lt;P&gt;2) App2_UI.qvw&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Only contains the UI and have a single load script statement that does a BINARY on the qvw-file of the Data Model.&lt;/P&gt;&lt;P&gt;You will have to start the QlikView Windows application twice with the two qvws so the load script of the Data Model won't block access to the UI. You will have to press reload twice to get updated data into the UI. First in the Data Model and after that has finished the reload of the UI. That way you won't have to use an external text-editor / IDE.&lt;/P&gt;&lt;P&gt;It will look something like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="#4.png" style="width: 777px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27717iFC98225E8984B174/image-dimensions/777x576?v=v2" width="777" height="576" role="button" title="#4.png" alt="#4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 13:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-keep-the-script-window-always-open/m-p/1670904#M506877</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-01-30T13:30:51Z</dc:date>
    </item>
  </channel>
</rss>

