<?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: Clear input with a button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781745#M1035294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i get error...&amp;nbsp; the columns&amp;nbsp; where I enter my data to be deleted are called: premi nazionali S/N, premi listing S/N .&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so I want to first try with a column and I did:&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sub ResetInputFields&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET fld = ActiveDocument.Fields("&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;premi nazionali S/N&lt;/SPAN&gt;")&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fld.ResetInputFieldValues 0&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;End Sub&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;but dont work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2015 17:05:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-13T17:05:46Z</dc:date>
    <item>
      <title>Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781742#M1035291</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;&lt;/P&gt;&lt;P&gt;I have a table with four editable fields and I would like to make them empty by pressing a button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read and tried several examples on the forum but they didn't worked.&lt;/P&gt;&lt;P&gt;Surely I'm doing something wrong but I do not know what.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me? thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 16:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781742#M1035291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T16:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781743#M1035292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.. please find attached. Is this what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 16:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781743#M1035292</guid>
      <dc:creator>reshmakala</dc:creator>
      <dc:date>2015-01-13T16:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781744#M1035293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mattia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're refering to "Input fields"? in this case you can write a macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ResetInputFields&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET fld = ActiveDocument.Fields("YourInputFieldName")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fld.ResetInputFieldValues 0&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The button just needs to call this macro with an External --&amp;gt;Run Macro action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 16:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781744#M1035293</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-01-13T16:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781745#M1035294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i get error...&amp;nbsp; the columns&amp;nbsp; where I enter my data to be deleted are called: premi nazionali S/N, premi listing S/N .&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so I want to first try with a column and I did:&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sub ResetInputFields&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET fld = ActiveDocument.Fields("&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;premi nazionali S/N&lt;/SPAN&gt;")&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fld.ResetInputFieldValues 0&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;End Sub&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;but dont work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 17:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781745#M1035294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T17:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781746#M1035295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, i have a table with fields where you can write&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 17:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781746#M1035295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T17:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781747#M1035296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mattia,&lt;/P&gt;&lt;P&gt;that macro resets an inputfield and restores original values, it can't make it empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;ActiveDocument.Fields instruction you have to insert input filed's name, not column's name (that i think it's an expression, such as InputSum or InputAvg).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;Elena &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 19:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781747#M1035296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T19:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781748#M1035297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the names are the same because my column takes its name from the script where i have my inputfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 19:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781748#M1035297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T19:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781749#M1035298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, but the following thread has a sample at the very end that might help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/32005"&gt;http://community.qlik.com/thread/32005&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 01:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781749#M1035298</guid>
      <dc:creator>jzimolong</dc:creator>
      <dc:date>2015-01-14T01:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781750#M1035299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mattia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached QVW document,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 04:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781750#M1035299</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-01-14T04:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781751#M1035300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;follow this link,it may helps.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/185926#185926" title="http://community.qlik.com/message/185926#185926"&gt;http://community.qlik.com/message/185926#185926&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 05:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781751#M1035300</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-01-14T05:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781752#M1035301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mattia I made a simple example whit input fields, check if you have something like this or you are using something different than input fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781752#M1035301</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-01-14T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781753#M1035302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is a graph, you have attached the wrong file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781753#M1035302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-14T08:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781754#M1035303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ops, right, it's the worng file, sorry. Attached again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781754#M1035303</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-01-14T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Clear input with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781755#M1035304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ruben now it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did wrong because I didnt insert in the name of the macro the same namein the sub. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-input-with-a-button/m-p/781755#M1035304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-14T08:42:08Z</dc:date>
    </item>
  </channel>
</rss>

