<?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 Dynamic update on inputfield is possible? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710837#M256033</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;is insert operation (using ActiveDocument.DynamicUpdateCommand) possbile on a filed declared as inputfield?&lt;/P&gt;&lt;P&gt;After same of problem I verified that if I omit the INPUTFIELD, my code runs correclty.&lt;/P&gt;&lt;P&gt;If I declare the INPUTFIELD, the execution of the macro runs correclty (DynamicUpdateCommand returns true and code ends without errors), but the document get some problem (chart are unabled, same function does not respond,...), until I reload data, row added is lost and all runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea? I didn't find infos searching on community.&lt;/P&gt;&lt;P&gt;Attached an example of chart after macro execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2014 09:00:33 GMT</pubDate>
    <dc:creator>gorotman</dc:creator>
    <dc:date>2014-08-20T09:00:33Z</dc:date>
    <item>
      <title>Dynamic update on inputfield is possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710837#M256033</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;is insert operation (using ActiveDocument.DynamicUpdateCommand) possbile on a filed declared as inputfield?&lt;/P&gt;&lt;P&gt;After same of problem I verified that if I omit the INPUTFIELD, my code runs correclty.&lt;/P&gt;&lt;P&gt;If I declare the INPUTFIELD, the execution of the macro runs correclty (DynamicUpdateCommand returns true and code ends without errors), but the document get some problem (chart are unabled, same function does not respond,...), until I reload data, row added is lost and all runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea? I didn't find infos searching on community.&lt;/P&gt;&lt;P&gt;Attached an example of chart after macro execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710837#M256033</guid>
      <dc:creator>gorotman</dc:creator>
      <dc:date>2014-08-20T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic update on inputfield is possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710838#M256034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send me the QV file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710838#M256034</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-20T09:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic update on inputfield is possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710839#M256035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enrique,&lt;/P&gt;&lt;P&gt;this is the qvw example. After the insert you could get my error.&lt;/P&gt;&lt;P&gt;If you remove the inputfield definition and reload script, insert will run ok!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710839#M256035</guid>
      <dc:creator>gorotman</dc:creator>
      <dc:date>2014-08-20T10:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Dynamic update on inputfield is possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710840#M256036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I change the order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Budget_state:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bdg_state_code,bdg_state_desc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,Draft&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2,Open&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3,Approved&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Budget:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bdg_code, bdg_desc,bdg_year, bdg_state_code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,prova 2012,2012,1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,prova 2013,2013,1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2,prova 2014,2014,1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INPUTFIELD bdg_desc;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it run ??&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Insert.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/64832_Insert.png" style="width: 620px; height: 223px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710840#M256036</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-20T10:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic update on inputfield is possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710841#M256037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you move the inputfield after loading, dynamic update runs but inputfield is ignored thus i can't use table to change values.&lt;/P&gt;&lt;P&gt;Documentation says that inputfield must be declared before loading those fields (correct? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710841#M256037</guid>
      <dc:creator>gorotman</dc:creator>
      <dc:date>2014-08-20T10:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic update on inputfield is possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710842#M256038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, it is, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, as I see you run a macro, why InputField want to use if you can resolve it using variables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710842#M256038</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-20T10:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic update on inputfield is possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710843#M256039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, I'm working on it.&lt;/P&gt;&lt;P&gt;But using variables I have to manage them with macros (setting, enabling/disabling on selection and many).&lt;/P&gt;&lt;P&gt;InputField simplfy this managing, so I'm wondering if there is a limitation using both on same field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This case is simple, I need to manage few field, therefore probably I'll use variables.&lt;/P&gt;&lt;P&gt;But in next steps of my application I'll use much more fields and more complicated logics.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710843#M256039</guid>
      <dc:creator>gorotman</dc:creator>
      <dc:date>2014-08-20T10:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic update on inputfield is possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710844#M256040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also just working on a project where I have to ask the user to enter some data and they generate records or data groupings. &lt;/P&gt;&lt;P&gt;If you need something more, we are in contact.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 11:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710844#M256040</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-20T11:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic update on inputfield is possible?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710845#M256041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, many thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 11:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-on-inputfield-is-possible/m-p/710845#M256041</guid>
      <dc:creator>gorotman</dc:creator>
      <dc:date>2014-08-20T11:05:18Z</dc:date>
    </item>
  </channel>
</rss>

