<?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: Keeping the script text separate from the document and using it in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530448#M746547</link>
    <description>&lt;P&gt;Thank!!! Yes it worked!&lt;BR /&gt;I just drew attention to the highlighting red color of the expression and thought that it would not work.&lt;BR /&gt;&lt;BR /&gt;$(script)&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2019 12:49:37 GMT</pubDate>
    <dc:creator>warfollowmy_ver</dc:creator>
    <dc:date>2019-01-15T12:49:37Z</dc:date>
    <item>
      <title>Keeping the script text separate from the document and using it</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530232#M746543</link>
      <description>&lt;P&gt;There was an idea to keep the script text separately from the documents.&lt;BR /&gt;Why do I hope to explain it is not necessary ...&lt;/P&gt;&lt;P&gt;I can not yet understand how to execute the script obtained from an external source.&lt;BR /&gt;I am trying to do this through a subroutine, but I also don’t understand how to do it.&lt;/P&gt;&lt;P&gt;Who knows?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530232#M746543</guid>
      <dc:creator>warfollowmy_ver</dc:creator>
      <dc:date>2024-11-16T21:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the script text separate from the document and using it</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530251#M746544</link>
      <description>&lt;P&gt;Use include or must_include:&lt;/P&gt;&lt;P&gt;In online help:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/SystemVariables/Include.htm" target="_self"&gt;Include&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 06:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530251#M746544</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-01-15T06:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the script text separate from the document and using it</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530257#M746545</link>
      <description>&lt;P&gt;That is 1 piece of script = one file .txt?&lt;/P&gt;&lt;P&gt;If I want to store scripts in excel or sql or somewhere other than .txt and in one file a few pieces of script?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 06:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530257#M746545</guid>
      <dc:creator>warfollowmy_ver</dc:creator>
      <dc:date>2019-01-15T06:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the script text separate from the document and using it</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530447#M746546</link>
      <description>&lt;P&gt;Then you do need to load it, maybe with something like:&lt;/P&gt;&lt;P&gt;script: load script from EXCEL where Condition = TRUE;&lt;/P&gt;&lt;P&gt;let script = peek('script', 0, 'script');&lt;/P&gt;&lt;P&gt;$(script)&lt;/P&gt;&lt;P&gt;This might be included in a sub-routine which might be included in a include-variable (I assume there are already multiple ones to define the standard-variables, paths, file-formattings, other routines and so on) so that you could use something like this to execute it:&lt;/P&gt;&lt;P&gt;call ExecuteScript(Path, Filename, Condition, WhatEver)&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 12:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530447#M746546</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-15T12:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping the script text separate from the document and using it</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530448#M746547</link>
      <description>&lt;P&gt;Thank!!! Yes it worked!&lt;BR /&gt;I just drew attention to the highlighting red color of the expression and thought that it would not work.&lt;BR /&gt;&lt;BR /&gt;$(script)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 12:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-script-text-separate-from-the-document-and-using-it/m-p/1530448#M746547</guid>
      <dc:creator>warfollowmy_ver</dc:creator>
      <dc:date>2019-01-15T12:49:37Z</dc:date>
    </item>
  </channel>
</rss>

