<?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 Change variable values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366778#M136410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I included the variables definition in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not IsPartialReload() then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vX = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it only executes that when it`s NOT a partial reload &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2012 14:12:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-23T14:12:56Z</dc:date>
    <item>
      <title>Change variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366773#M136405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In mi script i declare some variables with initial values&lt;/P&gt;&lt;P&gt;then i have an input box where the user can modify the values of these variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i use them to make calculations, the variables always contain the initial value&lt;/P&gt;&lt;P&gt;is there a way to update the value of variables without reload the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 11:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366773#M136405</guid>
      <dc:creator />
      <dc:date>2012-03-23T11:22:20Z</dc:date>
    </item>
    <item>
      <title>Change variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366774#M136406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable will take the value that you put in the input box. Are you sure yuo assign that variable to the input box object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 11:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366774#M136406</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-23T11:25:09Z</dc:date>
    </item>
    <item>
      <title>Change variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366775#M136407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that I have to use the modified variable value in the script to make calculations (to create a new field)&lt;/P&gt;&lt;P&gt;How can i make it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe i can attach here my .qvw file to explain better, if only I understand how to do this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 11:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366775#M136407</guid>
      <dc:creator />
      <dc:date>2012-03-23T11:45:56Z</dc:date>
    </item>
    <item>
      <title>Change variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366776#M136408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh, I see. If you need to use that, you have to re-execute the script.&lt;/P&gt;&lt;P&gt;You can also use the ADD parameter infront of LOAD and use PArtial Reload. This will only execute that part of the script so you don't have to reload the hole application.&lt;/P&gt;&lt;P&gt;Check you the Help for ADD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 11:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366776#M136408</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-23T11:52:10Z</dc:date>
    </item>
    <item>
      <title>Change variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366777#M136409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mmh...&lt;BR /&gt;can´t get it working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the ADD prefix to the script part which i need to reload, then used the partial reload command&lt;/P&gt;&lt;P&gt;When i do that, the variable value gets reset, and the modification made by the user gets lost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that even with the partial reload the scipt is fully reloaded, not only the parts with the ADD command&lt;/P&gt;&lt;P&gt;Therefore teh variables are reset to the default values specified in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 12:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366777#M136409</guid>
      <dc:creator />
      <dc:date>2012-03-23T12:15:14Z</dc:date>
    </item>
    <item>
      <title>Change variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366778#M136410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I included the variables definition in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not IsPartialReload() then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vX = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it only executes that when it`s NOT a partial reload &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 14:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366778#M136410</guid>
      <dc:creator />
      <dc:date>2012-03-23T14:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366779#M136411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ! Can you assist with this please?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/273759"&gt;changing variable values in the front end to use in the script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 14:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-variable-values/m-p/366779#M136411</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-09-08T14:42:49Z</dc:date>
    </item>
  </channel>
</rss>

