<?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: Read QV-Variables via JavaScript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339790#M1239769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more thing you prorbably have to put it last in your script, after det data is loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2012 12:06:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-06T12:06:07Z</dc:date>
    <item>
      <title>Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339781#M1239750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;my problem is: if I define a variable in the desktop client (for instance: vTest = localTime()) i'm not able to access the &lt;STRONG&gt;interpreted&lt;/STRONG&gt; content of that variable in the Ajax-client. I just can read "localTime()" as a String from the VariableMgr. The idea is to send the function-name "localTime()" to the QV-Server via Ajax (or to use the QMS-WebService API) and get the interpreted value as a response. Is that possible? Or even better: I send the name of the variable ("vTest") to the QV-Server and get the calculated content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find proper methods in the QMS-API nor "JS-API" &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;Workaround:&amp;nbsp; I could define input boxes dynamically via JS, access it, get the calculated content and remove the input box, but it's way too slow!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me out here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339781#M1239750</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339782#M1239752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put a leading = in the variable definition, you should get the interpreted value in both Ajax and the local client. You can do this in the variable dialog, and in script you would say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set vTest = =localtime();&amp;nbsp; // that's not a misprint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use it in expressions as $(vTest) or '$(vTest)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 16:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339782#M1239752</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-05-07T16:28:41Z</dc:date>
    </item>
    <item>
      <title>Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339783#M1239755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it's not working. Let me explain you my intention in more detail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to define variables and I can use them in expressions. But I can't use them in the JS-Code of an extension object. In pseudo-code i want to do sth like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qva.AddExtension(..., function(){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var vTest = QlikView.giveMeTheInterpretedVariable("vTest");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert(vTest); // displays "08.05.2012 09:43:45"&lt;/P&gt;&lt;P&gt;},false);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a functionality like this? Or some workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks + best regards,&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 07:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339783#M1239755</guid>
      <dc:creator />
      <dc:date>2012-05-08T07:44:40Z</dc:date>
    </item>
    <item>
      <title>Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339784#M1239757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lars,&lt;/P&gt;&lt;P&gt;One way is to use the Text tag in your Definition.xml:&lt;/P&gt;&lt;P&gt;&amp;lt;Text Label="Variable:" Initial=""/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the property dialog, set it up like '=vTest'.&lt;/P&gt;&lt;P&gt;You extension will get the value in Layout.Text0.text (if it is your fist Text tag).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can set the variable name in the Definition.xml:&lt;/P&gt;&lt;P&gt;&amp;lt;Text Label="Variable:" Initial="" Expression="=vTest"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a javascript call to get all variables:&lt;/P&gt;&lt;P&gt;Qv.GetDocument("").GetAllVariables(callback);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where callback is a javascript function to handle the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 09:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339784#M1239757</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2012-05-08T09:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339785#M1239759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you just made my day - that simple &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Qv.GetDocument("")... worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 09:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339785#M1239759</guid>
      <dc:creator />
      <dc:date>2012-05-08T09:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339786#M1239761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric (and everyone else),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the first moment that solution seemed to work. But now it's not working anymore &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;Is it possible that this is a bug in QV11SR1 (can't imagine though)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Steps once more in detail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a QVW with the fields YEAR (such as "2012") and MONTH (such as "6"). &lt;/P&gt;&lt;P&gt;I created a variable "vKeyDate" with the definition "=MakeDate(Year,Month)" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; -&amp;gt; works fine within a textbox or an inputfield (output: "01.06.2012")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Script.js of the extension I created a JS function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var doc = Qv.GetCurrentDocument();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; doc.GetAllVariables(function(data){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $.each(data, function(i, object){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log(object);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The returned (relevant) object looks like this:&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; isconfig: "false",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; isnum: "false",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; isreserved: "false",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name: "vKeyDate",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text: "",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value: "&lt;SPAN class="objectBox objectBox-string "&gt;=MakeDate(Year,Month)&lt;/SPAN&gt;" // &amp;lt;-- I want this to be interpreted&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you confirm that this steps should work in SR1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 14:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339786#M1239761</guid>
      <dc:creator />
      <dc:date>2012-06-04T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339787#M1239763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting the same results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 09:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339787#M1239763</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2012-06-11T09:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339788#M1239765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you think that there is any solution for this? It's really a big problem for us right now &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;I had a small e-mail conversation with Ingemar Carlo last week and he gave me the tip to try the SetOnUpdateComplete Function of the qv-document and call the GetAllVariables function inside. His &lt;SPAN class="active_link"&gt;assumption was that the variables are not yet calculated when they are fetched&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that results in an infinite loop, because the GetVariable function triggers the OnUpdate event of the document.... I fixed it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Qva.AddExtension('Variables', function(){&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var doc = Qv.GetCurrentDocument();&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var varsRetrieved = false;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; doc.SetOnUpdateComplete(function(){&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(!varsRetrieved){&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qv.GetDocument("").GetAllVariables(function(variables){&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(var i = 0; i &amp;lt; variables.length; i++){&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert(variables&lt;I&gt;.name + " = " + variables&lt;I&gt;.value);&lt;/I&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; varsRetrieved = true;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;}, false);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;But in the end it's still not working, regardless of the moment the variables are fetched.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nachricht geändert durch lars.bayer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 12:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339788#M1239765</guid>
      <dc:creator />
      <dc:date>2012-06-12T12:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339789#M1239767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you use the &lt;STRONG&gt;LET &lt;/STRONG&gt;command (not the SET) in the script? It works for me if I creat an variable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTest = Today();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get 2012-07-06 in my java script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Gustav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 12:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339789#M1239767</guid>
      <dc:creator />
      <dc:date>2012-07-06T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339790#M1239769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more thing you prorbably have to put it last in your script, after det data is loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 12:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339790#M1239769</guid>
      <dc:creator />
      <dc:date>2012-07-06T12:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read QV-Variables via JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339791#M1239770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes if you use LET variables it will work since it will calculate during reload and store that value into the qvw.&lt;/P&gt;&lt;P&gt;But if you want runtime values it seems you are out of luck with QV11 SR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example wrapping a function around a user input variable would get you &lt;/P&gt;&lt;P&gt;vMyVar = =Sum($(vMyVar2)) &lt;/P&gt;&lt;P&gt;and not the actual calculated value back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 09:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-QV-Variables-via-JavaScript/m-p/339791#M1239770</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2012-07-10T09:10:31Z</dc:date>
    </item>
  </channel>
</rss>

