<?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: Button-&amp;gt;properties-&amp;gt;Actions-&amp;gt;Dynamic update-&amp;gt;SQL INSERT INTO ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524680#M693865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anoop,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was really gud and could you please explain how you have taken this: &lt;/P&gt;&lt;P&gt;Fruits:&lt;/P&gt;&lt;P&gt;LOAD Name&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dyn.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Fruits);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2013 11:08:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-06T11:08:15Z</dc:date>
    <item>
      <title>Button-&gt;properties-&gt;Actions-&gt;Dynamic update-&gt;SQL INSERT INTO ??</title>
      <link>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524676#M693861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i'll like to know if is that possible ?? (i'm french and my qlikview is in french so i don't know english word)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Button-&amp;gt;properties-&amp;gt;Actions-&amp;gt;Dynamic update-&amp;gt; ( and here do "SQL INSERT INTO table_name (column_name) VALUES (name_value); )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that work in qlikview script but i need it, in this button ^^ if you have if you have syntax that interested me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I working on error log file (.txt) and I trying to create a module which can extract desired information through QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jun 2013 22:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524676#M693861</guid>
      <dc:creator />
      <dc:date>2013-06-30T22:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Button-&gt;properties-&gt;Actions-&gt;Dynamic update-&gt;SQL INSERT INTO ??</title>
      <link>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524677#M693862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, dynamic update can be used for inserting values in to a table.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Use this syntax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert into Table_Name(Field_Name) values('Value needs to be inserted') &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;P&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>Fri, 06 Dec 2013 06:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524677#M693862</guid>
      <dc:creator />
      <dc:date>2013-12-06T06:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Button-&gt;properties-&gt;Actions-&gt;Dynamic update-&gt;SQL INSERT INTO ??</title>
      <link>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524678#M693863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anoop,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the mentioned syntax and Values are not getting inserted to the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elaborate bit in detailed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Rajesh. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 09:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524678#M693863</guid>
      <dc:creator />
      <dc:date>2013-12-06T09:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Button-&gt;properties-&gt;Actions-&gt;Dynamic update-&gt;SQL INSERT INTO ??</title>
      <link>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524679#M693864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the attached sample document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks,&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 09:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524679#M693864</guid>
      <dc:creator />
      <dc:date>2013-12-06T09:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Button-&gt;properties-&gt;Actions-&gt;Dynamic update-&gt;SQL INSERT INTO ??</title>
      <link>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524680#M693865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anoop,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was really gud and could you please explain how you have taken this: &lt;/P&gt;&lt;P&gt;Fruits:&lt;/P&gt;&lt;P&gt;LOAD Name&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dyn.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Fruits);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 11:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524680#M693865</guid>
      <dc:creator />
      <dc:date>2013-12-06T11:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Button-&gt;properties-&gt;Actions-&gt;Dynamic update-&gt;SQL INSERT INTO ??</title>
      <link>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524681#M693866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just loading 3 rows of data using the load script. Remaining data has been added through dynamic update statement written in the text object action. Please check the Action written in the text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anoop&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 11:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-gt-properties-gt-Actions-gt-Dynamic-update-gt-SQL-INSERT/m-p/524681#M693866</guid>
      <dc:creator />
      <dc:date>2013-12-06T11:52:04Z</dc:date>
    </item>
  </channel>
</rss>

