<?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: Variable population outside of script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1592296#M443619</link>
    <description>&lt;P&gt;Variables can be set by Actions within the QV app. These Actions could be attached to objects like buttons or triggers like "OnOpen". Use Document Analyzer to analyze your app and identify what actions it's using as well as all references to the variables in question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Qlikview Cookbook: QV Document Analyzer &lt;A href="http://qlikviewcookbook.com/recipes/download-info/document-analyzer/" target="_blank"&gt;http://qlikviewcookbook.com/recipes/download-info/document-analyzer/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Jun 2019 03:53:29 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2019-06-16T03:53:29Z</dc:date>
    <item>
      <title>Variable population outside of script</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1592079#M443616</link>
      <description>&lt;P&gt;Hi all, I am facing a situation where variables are being populated with values within my QV application, but are specifically NOT being set in the script nor entered manually in the Variables tab.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the script is as follows:&lt;/P&gt;&lt;P&gt;SET v_StartDateTimeMin = ' ';&lt;/P&gt;&lt;P&gt;SET v_StartDateTimeMax = ' ';&lt;/P&gt;&lt;P&gt;The support team has assured me no variables are being passed in the QMC-based refresh, nor are there external script inclusions that I can see or anywhere else in the script which would provide values to the variables. As far as I can tell they are set to blank.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;&lt;/U&gt;: &lt;STRONG&gt;Where else might the application be getting values to populate these variables?&lt;/STRONG&gt; Is there an ability to create a hidden variable population script? Or might Support incorrect, and if so how would I view the values being passed from the QMC?&lt;/P&gt;&lt;P&gt;Right now I cannot account for how these values are created. Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1592079#M443616</guid>
      <dc:creator>steve_l</dc:creator>
      <dc:date>2024-11-16T03:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Variable population outside of script</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1592120#M443617</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the variable values can be passed from other objects using Qlik expression. Kindly check and confirm if no object is updating these variable values.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 14:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1592120#M443617</guid>
      <dc:creator>sunilpaul</dc:creator>
      <dc:date>2019-06-14T14:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Variable population outside of script</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1592296#M443619</link>
      <description>&lt;P&gt;Variables can be set by Actions within the QV app. These Actions could be attached to objects like buttons or triggers like "OnOpen". Use Document Analyzer to analyze your app and identify what actions it's using as well as all references to the variables in question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Qlikview Cookbook: QV Document Analyzer &lt;A href="http://qlikviewcookbook.com/recipes/download-info/document-analyzer/" target="_blank"&gt;http://qlikviewcookbook.com/recipes/download-info/document-analyzer/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2019 03:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1592296#M443619</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-06-16T03:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Variable population outside of script</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1592309#M443620</link>
      <description>I assume you have checked every included qvs file in the script?&lt;BR /&gt;&lt;BR /&gt;Besides &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt; tip on document triggers it is also possible to mixture with variables in the vb JavaScript script module.</description>
      <pubDate>Sun, 16 Jun 2019 06:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1592309#M443620</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-06-16T06:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Variable population outside of script</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1594208#M443799</link>
      <description>&lt;P&gt;The actions were it! Thanks all, been awhile for me having to work with Actions in QV so didn't think of it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 15:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-population-outside-of-script/m-p/1594208#M443799</guid>
      <dc:creator>steve_l</dc:creator>
      <dc:date>2019-06-20T15:05:39Z</dc:date>
    </item>
  </channel>
</rss>

