<?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 Reset variables without using a Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reset-variables-without-using-a-Macro/m-p/236238#M87436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I thought of that, but the problem is that I have tons of variables and wanted to reset them just by a simple action.&lt;/P&gt;&lt;P&gt;Thanks a lot anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 14:03:08 GMT</pubDate>
    <dc:creator>lfalmoguera</dc:creator>
    <dc:date>2011-03-02T14:03:08Z</dc:date>
    <item>
      <title>Reset variables without using a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-variables-without-using-a-Macro/m-p/236236#M87434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;I am trying to find a way to reset all variables to their initial values when pressing a button and without using macros.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am working in a project that need to be seen through ajax as it does not get along very well with macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Love this community.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 13:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-variables-without-using-a-Macro/m-p/236236#M87434</guid>
      <dc:creator>lfalmoguera</dc:creator>
      <dc:date>2011-03-02T13:34:26Z</dc:date>
    </item>
    <item>
      <title>Reset variables without using a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-variables-without-using-a-Macro/m-p/236237#M87435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a general 'this might work' principal try something along the lines of the following:&lt;/P&gt;&lt;P&gt;For each variable create a '&lt;EM&gt;variablename&lt;/EM&gt;-backup' variable. Set an action for each variable that 'OnOpen' sets the backup variable the be the value currently in the original variable.&lt;/P&gt;&lt;P&gt;The application is used and the original variable is changed. To reset it create a button that runs an action to set the original variable (with the amended value) to the value in the '&lt;EM&gt;variablename&lt;/EM&gt;-backup' variable that was 'backed-up' on opening - that should restore your values.&lt;/P&gt;&lt;P&gt;You can then add actions for all your variables.&lt;/P&gt;&lt;P&gt;Bit of a work-around and fiddly but it should work.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 13:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-variables-without-using-a-Macro/m-p/236237#M87435</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-03-02T13:48:33Z</dc:date>
    </item>
    <item>
      <title>Reset variables without using a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-variables-without-using-a-Macro/m-p/236238#M87436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I thought of that, but the problem is that I have tons of variables and wanted to reset them just by a simple action.&lt;/P&gt;&lt;P&gt;Thanks a lot anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-variables-without-using-a-Macro/m-p/236238#M87436</guid>
      <dc:creator>lfalmoguera</dc:creator>
      <dc:date>2011-03-02T14:03:08Z</dc:date>
    </item>
    <item>
      <title>Reset variables without using a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-variables-without-using-a-Macro/m-p/236239#M87437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you could use a button also:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2352.button_5F00_set_5F00_variable.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2352.button_5F00_set_5F00_variable.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;..it's a bit of work to config tons of varaibles. &lt;IMG alt="Surprise" src="http://community.qlik.com/emoticons/emotion-3.gif" /&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-variables-without-using-a-Macro/m-p/236239#M87437</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-03-02T14:15:43Z</dc:date>
    </item>
  </channel>
</rss>

