<?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: how to insert record from UI in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322236#M827699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, modifying database within QV is not good idea,I prefer changing inside of QV(memory) for "what if" purpose, I don't need to store the changes back to original source.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2017 09:52:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-07-04T09:52:20Z</dc:date>
    <item>
      <title>how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322227#M827690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to build a what if tool, I know we can use INPUTFIELD to modify existing record values with table box, but what if I want to add new record instead of adjusting existing one, what is in my mind is that we can place an input box for each column, user can manually input the value and click "Add" and insert this new record in existing table, how can I achive this? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322227#M827690</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322228#M827691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a record in the data warehouse of QlikView you can not insert from UI. Only by downloading the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 08:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322228#M827691</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-07-04T08:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322229#M827692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strictly speaking, you could:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;have the user input the new value into an input box&lt;/LI&gt;&lt;LI&gt;have the "add" button (partially) reload the document&lt;/LI&gt;&lt;LI&gt;load the variable (set by the input box) into your table as a new record&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="168984" alt="Naamloos.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168984_Naamloos.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="php" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14991589565637813 jive_text_macro" jivemacro_uid="_14991589565637813"&gt;
&lt;P&gt;Fruit:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fruit,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Color&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;fruit.qvd&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Concatenate(Fruit)&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fruit, Color&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vFruit), $(vColor)&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Store Fruit into fruit.qvd;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached my demo. I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 08:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322229#M827692</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-07-04T08:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322230#M827693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qiang,&lt;/P&gt;&lt;P&gt;As Ronald says you CAN add a record to your data model but as Andrey says you CANNOT add a record to the source database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you talk about adding a new record, to what do you want to add the record to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322230#M827693</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-04T09:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322231#M827694</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 can use Dynamic Update option in Qlikview to insert records from UI.&lt;/P&gt;&lt;P&gt;Refer link &lt;A href="https://community.qlikview.com/thread/45050" title="https://community.qlikview.com/thread/45050"&gt;https://community.qlikview.com/thread/45050&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322231#M827694</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-07-04T09:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322232#M827695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/152494"&gt;effinty2112&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add records to a datasource using a SQL Statement, INSERT or UPDATE. But I don´t know if this is what &lt;A href="https://community.qlik.com/qlik-users/249984"&gt;qiangs_2017&lt;/A&gt;‌ want to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322232#M827695</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-04T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322233#M827696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;You're correct of course and I hesitated before saying "CANNOT" but going down that route is not for the fainthearted and takes us away from standard QlikView functionality. Although QV can run macro scripts I consider that stepping outside of QV.&amp;nbsp; You may disagree. If you write a script that successfully executes SQL commands on the source database &lt;SPAN style="font-size: 13.3333px;"&gt;using variables from the QV app &lt;/SPAN&gt;without the user leaving QV then you have justification in taking a different point of view.&lt;/P&gt;&lt;P&gt;I have a couple of apps that do update flags on a SQL Server database but adding new records is something I would never do from within QV, but that's just my view and I can't say that you're wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322233#M827696</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-04T09:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322234#M827697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of Course &lt;A href="https://community.qlik.com/qlik-users/152494"&gt;effinty2112&lt;/A&gt;, Qlikview is not a tool to modify SQL databases, there are a lot of tools that do it better. I never INSERT in a database from QV (only UPDATE flags as you).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what our colleague exactly need, maybe he needs to write in a table when the Qlik app is connected to the database as a log, then he can do it with Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As all the best practices rules and programming patters, you can not to follow step by step if is necessary in your development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322234#M827697</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-04T09:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322235#M827698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ronald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the exact case I need to deal with, this is my first idea in my mind to append the data into QVD and reload, but it is a heavy operation if the volume is big, is there any smarter way we can try?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw your demo doesn't work for me, I tried to add some fruit but the table remained the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322235#M827698</guid>
      <dc:creator />
      <dc:date>2017-07-04T09:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322236#M827699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, modifying database within QV is not good idea,I prefer changing inside of QV(memory) for "what if" purpose, I don't need to store the changes back to original source.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322236#M827699</guid>
      <dc:creator />
      <dc:date>2017-07-04T09:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322237#M827700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't need to insert the change back into database, add to qv data model is enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322237#M827700</guid>
      <dc:creator />
      <dc:date>2017-07-04T09:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322238#M827701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then, I think that the &lt;A href="https://community.qlik.com/qlik-users/54203"&gt;ronalddoes&lt;/A&gt; solution is the only way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use partial reload to do it lighter (&lt;A href="https://community.qlik.com/thread/48344"&gt;What is meant by partial reload? What is its use? Please explain!&lt;/A&gt;) but, you must to reload the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 10:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322238#M827701</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-04T10:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322239#M827702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the Dynamic update works, I will try something with this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 10:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322239#M827702</guid>
      <dc:creator />
      <dc:date>2017-07-04T10:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322240#M827703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry, I should have shared the fruit.qvd as well.&lt;/P&gt;&lt;P&gt;Here you go. Save both in the same location and you're good to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 10:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322240#M827703</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-07-04T10:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322241#M827704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A partial reload would be a great way to add the "new fruit" to the data model of the QVW, however it will never store it into QVD, since only the ADD LOADs are executed.&lt;/P&gt;&lt;P&gt;This means that after a full reload, your additions would be gone again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why I suggested a full reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 07:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322241#M827704</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-07-05T07:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322242#M827705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronald&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't you store a QVD with the new data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if you can reload it then you can store it, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 08:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322242#M827705</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-05T08:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert record from UI</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322243#M827706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right! I assumed the QVD wouldn't be stored during a partial reload, but testing it appears to be working now.&lt;/P&gt;&lt;P&gt;I wonder what else is executed during partial reloads apart from the ADD LOADs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 11:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-insert-record-from-UI/m-p/1322243#M827706</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-07-05T11:24:14Z</dc:date>
    </item>
  </channel>
</rss>

