<?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: Script parameters, additional info needed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-parameters-additional-info-needed/m-p/395605#M1303642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michiel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever find a solution to your problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running into a similar issue, which I've posted about here: &lt;A href="https://community.qlik.com/thread/139282"&gt;Multiple Reloads &amp;amp;amp; Publishes with Publisher&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 19:21:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-23T19:21:17Z</dc:date>
    <item>
      <title>Script parameters, additional info needed</title>
      <link>https://community.qlik.com/t5/QlikView/Script-parameters-additional-info-needed/m-p/395602#M1303634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm unable to find any additionale info about the Script paramaters option in Publisher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand correctly this function would enable me to read a tabel from my document. Take each value one-by-one and create a new document for this value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this mean a variable can be set with script parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to reload 1 document against 7 datasets that are all equal except for the content. Each data is in a different folder.&lt;/P&gt;&lt;P&gt;Therefore I want to set the variable from the 'Script parameter' to each folder with the dataset one after another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is possible to do with the 'Script parameter ' function, how does this work in the Qlikview script? How do I set the value for the variable. Is that the column name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-parameters-additional-info-needed/m-p/395602#M1303634</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Script parameters, additional info needed</title>
      <link>https://community.qlik.com/t5/QlikView/Script-parameters-additional-info-needed/m-p/395603#M1303637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a document that we use in training. It has a variable call "MyRegion" that you can set the value to the RegionName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="34093" class="jive-image-thumbnail jive-image" onclick="" alt="region.png" src="https://community.qlik.com/legacyfs/online/34093_region.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;You would do that here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="34094" class="jive-image-thumbnail jive-image" onclick="" alt="qv11SR2-2013-02-28-15-17-25.png" src="https://community.qlik.com/legacyfs/online/34094_qv11SR2-2013-02-28-15-17-25.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;This will cause it to create one document for each value. However, if you are not careful you will end up with only one document. You have to make sure you name the documents different some how. Below is an example of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="34095" class="jive-image-thumbnail jive-image" onclick="" alt="qv11SR2-2013-02-28-15-15-45.png" src="https://community.qlik.com/legacyfs/online/34095_qv11SR2-2013-02-28-15-15-45.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Notice that I am using the document name and then adding the region to the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 20:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-parameters-additional-info-needed/m-p/395603#M1303637</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-02-28T20:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Script parameters, additional info needed</title>
      <link>https://community.qlik.com/t5/QlikView/Script-parameters-additional-info-needed/m-p/395604#M1303640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works only with 1 data base?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 7 folders with CSV files. I can reload by setting a variable and point to the folder. But can Script parameter do this too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Select statement looks like this:&lt;/P&gt;&lt;P&gt;$(DATA)\file.csv&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where $(DATA) is the folder name, for instance: folder_1, folder_2 etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 07:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-parameters-additional-info-needed/m-p/395604#M1303640</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2013-03-01T07:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Script parameters, additional info needed</title>
      <link>https://community.qlik.com/t5/QlikView/Script-parameters-additional-info-needed/m-p/395605#M1303642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michiel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever find a solution to your problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running into a similar issue, which I've posted about here: &lt;A href="https://community.qlik.com/thread/139282"&gt;Multiple Reloads &amp;amp;amp; Publishes with Publisher&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 19:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-parameters-additional-info-needed/m-p/395605#M1303642</guid>
      <dc:creator />
      <dc:date>2014-10-23T19:21:17Z</dc:date>
    </item>
  </channel>
</rss>

