<?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: Refresh a variable without reloading the app in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188805#M886430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; This works for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 17:38:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-20T17:38:16Z</dc:date>
    <item>
      <title>Refresh a variable without reloading the app</title>
      <link>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188800#M886425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I have a variable called vFY as in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vFY = 2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have expressions that use vFY in my calculations that I display using Text Box.&amp;nbsp; If I change the above line to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vFY = 2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I refresh my expressions without reloading the app?&amp;nbsp; I want to see new calculations reflected in my&lt;/P&gt;&lt;P&gt;Text Box.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188800#M886425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh a variable without reloading the app</title>
      <link>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188801#M886426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you set the contents of this variable in the load script and now want to change it in the gui?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add an input box where the user can change the contents of the variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 15:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188801#M886426</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-09-20T15:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh a variable without reloading the app</title>
      <link>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188802#M886427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe this vFY variable should change based on user Year selections!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vFY =getfieldselections(YearField) &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;only(YearField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 15:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188802#M886427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-20T15:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh a variable without reloading the app</title>
      <link>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188803#M886428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to QV.&amp;nbsp; So I'm just exploring variables, expressions and set analysis.&amp;nbsp; This &lt;/P&gt;&lt;P&gt;is what I have in my test app.&amp;nbsp; Note I'm only showing the code that is needed to get my point &lt;/P&gt;&lt;P&gt;across.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vFY = 2015 -&amp;gt; under main tab in script editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the screen, I have a text box like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TextObject ='Total Amount for 2015 ($ expansion)- $' &amp;amp; sum({1&amp;lt;FY_pp={$(vFY)}&amp;gt;} Amount_pp)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change vFY to 2016, how I can see the result on my text box without refreshing?&amp;nbsp; That&lt;/P&gt;&lt;P&gt;was my question.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 16:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188803#M886428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-20T16:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh a variable without reloading the app</title>
      <link>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188804#M886429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see the script variables in front end in 'Variable Overview'. If your vFY variable is being used only in front end then you can change its value from Variable overview and your expression will automatically get refreshed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 16:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188804#M886429</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-20T16:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh a variable without reloading the app</title>
      <link>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188805#M886430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; This works for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 17:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1188805#M886430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-20T17:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh a variable without reloading the app</title>
      <link>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1587844#M886431</link>
      <description>You should mark the actual solution as the answer (not your "thanks" reply) so that people don't have to dig through the whole thread to figure out what the answer was.</description>
      <pubDate>Tue, 04 Jun 2019 02:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refresh-a-variable-without-reloading-the-app/m-p/1587844#M886431</guid>
      <dc:creator>mmarchese</dc:creator>
      <dc:date>2019-06-04T02:57:38Z</dc:date>
    </item>
  </channel>
</rss>

