<?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: Reseting Input box to Default Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351992#M130581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaraj. Thanks for looking into this. I actually want to clear the variables which are used the input boxes. So as soon as someone clears the overall selections, these variables should also re-set to default vales say "Enter vales" etc.I do not want to provide extra button for clearing these variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2012 17:50:22 GMT</pubDate>
    <dc:creator>montubhardwaj</dc:creator>
    <dc:date>2012-06-14T17:50:22Z</dc:date>
    <item>
      <title>Reseting Input box to Default Value</title>
      <link>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351989#M130578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi All,&lt;/P&gt;&lt;P&gt; I have created an Input box using these two variables: Sales (Min) and Sales (Max). It is working fine as expected. But when we clear out&lt;BR /&gt;the selections or Variable values, in the Input Box, still the previously entered values is shown( though it is not actually selected). How can I reset&lt;BR /&gt;back to say “Enter Values”.&amp;nbsp; Below is the macro I am using. Thanks for your suggestions and time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub input_box&lt;/P&gt;&lt;P&gt; A= Activedocument.variables("Sales (Min)").GetContent.string &lt;/P&gt;&lt;P&gt; B= Activedocument.variables("Sales (Max)").GetContent.string &lt;/P&gt;&lt;P&gt; Activedocument.Fields("Total_Sales").Select"&amp;gt;" &amp;amp;A &amp;amp; "&amp;lt;"&amp;amp;B&lt;/P&gt;&lt;P&gt; End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 20:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351989#M130578</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2012-06-13T20:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting Input box to Default Value</title>
      <link>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351990#M130579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean when someone clears the selections, the Input box should also set to Default Values like "Enter Sales" etc. Now, even after clearing, it retains its previously entered value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 04:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351990#M130579</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2012-06-14T04:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting Input box to Default Value</title>
      <link>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351991#M130580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the sample it might helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 07:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351991#M130580</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-06-14T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting Input box to Default Value</title>
      <link>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351992#M130581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaraj. Thanks for looking into this. I actually want to clear the variables which are used the input boxes. So as soon as someone clears the overall selections, these variables should also re-set to default vales say "Enter vales" etc.I do not want to provide extra button for clearing these variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 17:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351992#M130581</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2012-06-14T17:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting Input box to Default Value</title>
      <link>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351993#M130582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using this &lt;/P&gt;&lt;P&gt;Sub input_box&lt;/P&gt;&lt;P&gt;A= Activedocument.variables("Sales (Min)").GetContent.string &lt;/P&gt;&lt;P&gt;B= Activedocument.variables("Sales (Max)").GetContent.string &lt;/P&gt;&lt;P&gt;Activedocument.Fields("Total_Sales").Select"&amp;gt;" &amp;amp;A &amp;amp; "&amp;lt;"&amp;amp;B&lt;/P&gt;&lt;P&gt;A.Clear&lt;/P&gt;&lt;P&gt;B.Clear&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am not sure this will work but to avoid button you need to add something in macro &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 06:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351993#M130582</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-06-15T06:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reseting Input box to Default Value</title>
      <link>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351994#M130583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code will clear variables values everytime but I want it to be cleared only when Clear all is pressed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reseting-Input-box-to-Default-Value/m-p/351994#M130583</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2012-06-15T14:58:21Z</dc:date>
    </item>
  </channel>
</rss>

