<?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 Store inputfield in QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428426#M695805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been using Qlikview for only a few months so bare with me if this is a simple question: I have a Collections Dashboard in which I want to allow the user to track each time they contact a customer by entering in a date and a note using the inputfield script. I understand that inputfield only stores this information at the user level, but I am trying to permanently store the ContactDate and ContactNotes inputfield information in a QVD. Below is my script; any and all feedback would help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUTFIELD ContactDate,ContactNotes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InvoiceState:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;@ContactKey,&lt;/P&gt;&lt;P&gt;'' as ContactDate,&lt;/P&gt;&lt;P&gt;'' as ContactNotes&lt;/P&gt;&lt;P&gt;Resident InvoiceContactFINALTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE InvoiceState INTO InvoiceState.qvd (qvd);&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table InvoiceState;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InvoiceStateQVD:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;@ContactKey,&lt;/P&gt;&lt;P&gt;ContactDate,&lt;/P&gt;&lt;P&gt;ContactNotes&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;InvoiceState.qvd &lt;SPAN style="font-size: 10pt;"&gt;(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Apr 2013 23:00:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-05T23:00:00Z</dc:date>
    <item>
      <title>Store inputfield in QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428426#M695805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been using Qlikview for only a few months so bare with me if this is a simple question: I have a Collections Dashboard in which I want to allow the user to track each time they contact a customer by entering in a date and a note using the inputfield script. I understand that inputfield only stores this information at the user level, but I am trying to permanently store the ContactDate and ContactNotes inputfield information in a QVD. Below is my script; any and all feedback would help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUTFIELD ContactDate,ContactNotes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InvoiceState:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;@ContactKey,&lt;/P&gt;&lt;P&gt;'' as ContactDate,&lt;/P&gt;&lt;P&gt;'' as ContactNotes&lt;/P&gt;&lt;P&gt;Resident InvoiceContactFINALTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE InvoiceState INTO InvoiceState.qvd (qvd);&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table InvoiceState;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InvoiceStateQVD:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;@ContactKey,&lt;/P&gt;&lt;P&gt;ContactDate,&lt;/P&gt;&lt;P&gt;ContactNotes&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;InvoiceState.qvd &lt;SPAN style="font-size: 10pt;"&gt;(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 23:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428426#M695805</guid>
      <dc:creator />
      <dc:date>2013-04-05T23:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Store inputfield in QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428427#M695806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;The replacement value is user dependent, i.e. when an input field is used on a server, different users will see different sets of input field values&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That means that if the document is deployed on the server there's no way to store the changed values to a qvd. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the document is opened locally with Qlikview Desktop then your script should store the changed values according to &lt;A _jive_internal="true" href="https://community.qlik.com/thread/4929"&gt;this post&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 09:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428427#M695806</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-06T09:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Store inputfield in QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428428#M695807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Gysbert. I have deployed my document on the server to test and you confirmed my suspicions that I am unable to store input fields by trying to store them in a QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now that that option is thrown out, what other options are available to store input fields? Any suggestions are welcome because now I'm stuck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 02:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428428#M695807</guid>
      <dc:creator />
      <dc:date>2013-04-08T02:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Store inputfield in QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428429#M695808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a macro :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First select your object table with INPUTFIELD :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13654161758357386" jivemacro_uid="_13654161758357386"&gt;&lt;P&gt;set tb = ActiveDocument.GetSheetObject("MY_TAB")&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then export it in a QVD :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13654161812598347" jivemacro_uid="_13654161812598347"&gt;&lt;P&gt;tb.ServerSideExportEx&amp;nbsp; "MY_TAB.qvd" ,";",4&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 10:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428429#M695808</guid>
      <dc:creator />
      <dc:date>2013-04-08T10:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Store inputfield in QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428430#M695809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem. I went thru a macro to generate files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 14:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428430#M695809</guid>
      <dc:creator />
      <dc:date>2013-04-08T14:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Store inputfield in QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428431#M695812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Benoit and Chris. Since I am new to this I have not yet created a macro. Do you have recommendations on the steps I need to take to create a macro? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 19:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-inputfield-in-QVD/m-p/428431#M695812</guid>
      <dc:creator />
      <dc:date>2013-04-08T19:24:19Z</dc:date>
    </item>
  </channel>
</rss>

