<?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: Update SQL Table from Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-SQL-Table-from-Qlikview/m-p/1276364#M846265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LET V_ROWS = NoOfRows('Item_Requirements');&lt;/P&gt;&lt;P&gt;//exit script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Loop through the records and insert into Database table&lt;/P&gt;&lt;P&gt;FOR V_ROW = 0 TO V_ROWS - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET V_FIELD2 = Peek('Item',V_ROW);&lt;/P&gt;&lt;P&gt;LET V_FIELD3 = Peek('Language',V_ROW);&lt;/P&gt;&lt;P&gt;LET V_FIELD4 = Peek('Description',V_ROW);&lt;/P&gt;&lt;P&gt;LET V_FIELD5 = Peek('Sequence',V_ROW);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Invoegen in SQL&lt;/P&gt;&lt;P&gt;SQL INSERT INTO [DateBase].dbo.table(Item, Language, Description, Sequence) &lt;/P&gt;&lt;P&gt;VALUES('$(V_FIELD2)', '$(V_FIELD3)','$(V_FIELD4)','$(V_FIELD5)');&lt;/P&gt;&lt;P&gt;NEXT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2017 07:07:48 GMT</pubDate>
    <dc:creator>theivestjens</dc:creator>
    <dc:date>2017-12-11T07:07:48Z</dc:date>
    <item>
      <title>Update SQL Table from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Update-SQL-Table-from-Qlikview/m-p/1276361#M846262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to connect to a table in SQL server. Create changes to that table in Qlikview and save those changes back to the SQL Server table? &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/Update-SQL-Table-from-Qlikview/m-p/1276361#M846262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Update SQL Table from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Update-SQL-Table-from-Qlikview/m-p/1276362#M846263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if an Extension is an option&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5970"&gt;SQL Writeback from QlikView extension object.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-SQL-Table-from-Qlikview/m-p/1276362#M846263</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-24T13:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Update SQL Table from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Update-SQL-Table-from-Qlikview/m-p/1276363#M846264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes using a macro or JS extension, but its iffy practice at best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5970"&gt;SQL Writeback from QlikView extension object.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-SQL-Table-from-Qlikview/m-p/1276363#M846264</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T13:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Update SQL Table from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Update-SQL-Table-from-Qlikview/m-p/1276364#M846265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LET V_ROWS = NoOfRows('Item_Requirements');&lt;/P&gt;&lt;P&gt;//exit script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Loop through the records and insert into Database table&lt;/P&gt;&lt;P&gt;FOR V_ROW = 0 TO V_ROWS - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET V_FIELD2 = Peek('Item',V_ROW);&lt;/P&gt;&lt;P&gt;LET V_FIELD3 = Peek('Language',V_ROW);&lt;/P&gt;&lt;P&gt;LET V_FIELD4 = Peek('Description',V_ROW);&lt;/P&gt;&lt;P&gt;LET V_FIELD5 = Peek('Sequence',V_ROW);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Invoegen in SQL&lt;/P&gt;&lt;P&gt;SQL INSERT INTO [DateBase].dbo.table(Item, Language, Description, Sequence) &lt;/P&gt;&lt;P&gt;VALUES('$(V_FIELD2)', '$(V_FIELD3)','$(V_FIELD4)','$(V_FIELD5)');&lt;/P&gt;&lt;P&gt;NEXT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 07:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-SQL-Table-from-Qlikview/m-p/1276364#M846265</guid>
      <dc:creator>theivestjens</dc:creator>
      <dc:date>2017-12-11T07:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update SQL Table from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Update-SQL-Table-from-Qlikview/m-p/1276365#M846266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so we need to learn Window communication foundation when we face this scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 17:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-SQL-Table-from-Qlikview/m-p/1276365#M846266</guid>
      <dc:creator>alis2063</dc:creator>
      <dc:date>2017-12-11T17:53:33Z</dc:date>
    </item>
  </channel>
</rss>

