<?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 Sending Qlikview straight table to MS sql database using macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sending-Qlikview-straight-table-to-MS-sql-database-using-macro/m-p/1789535#M1232306</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i have similar tables, in QlikView straight table and table in MS SQL database. These tables have the same structure and also match the data types.&amp;nbsp;I need every month to add the last month's data from this Qlikview table to the SQL database table.&lt;/P&gt;&lt;P&gt;So far, I have copied the table to Excel and sent it to the database using the VBA procedure.&amp;nbsp;Can I do this directly from Qlikview using the appropriate macro.&lt;/P&gt;&lt;P&gt;Riho&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tabelid.jpg" style="width: 383px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50707i74FAEF51B31E29F5/image-dimensions/383x194?v=v2" width="383" height="194" role="button" title="tabelid.jpg" alt="tabelid.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>riho92qv</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>Sending Qlikview straight table to MS sql database using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Sending-Qlikview-straight-table-to-MS-sql-database-using-macro/m-p/1789535#M1232306</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i have similar tables, in QlikView straight table and table in MS SQL database. These tables have the same structure and also match the data types.&amp;nbsp;I need every month to add the last month's data from this Qlikview table to the SQL database table.&lt;/P&gt;&lt;P&gt;So far, I have copied the table to Excel and sent it to the database using the VBA procedure.&amp;nbsp;Can I do this directly from Qlikview using the appropriate macro.&lt;/P&gt;&lt;P&gt;Riho&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tabelid.jpg" style="width: 383px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50707i74FAEF51B31E29F5/image-dimensions/383x194?v=v2" width="383" height="194" role="button" title="tabelid.jpg" alt="tabelid.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sending-Qlikview-straight-table-to-MS-sql-database-using-macro/m-p/1789535#M1232306</guid>
      <dc:creator>riho92qv</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Qlikview straight table to MS sql database using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Sending-Qlikview-straight-table-to-MS-sql-database-using-macro/m-p/1789740#M1232307</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28596"&gt;@riho92qv&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You're looking to "write back" to the database from QVW using QlikView Desktop?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 17:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sending-Qlikview-straight-table-to-MS-sql-database-using-macro/m-p/1789740#M1232307</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2021-03-09T17:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Qlikview straight table to MS sql database using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Sending-Qlikview-straight-table-to-MS-sql-database-using-macro/m-p/1789814#M1232308</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Not quite back, because the data that is written to the database comes from different data sources, not just the database where I want to write it. Qlikview aggregates data from different data sources and processes them. I really want to write the result to a database so that it can be conveniently used in applications other than Qlikview.&lt;/P&gt;&lt;P&gt;Riho&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 21:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sending-Qlikview-straight-table-to-MS-sql-database-using-macro/m-p/1789814#M1232308</guid>
      <dc:creator>riho92qv</dc:creator>
      <dc:date>2021-03-09T21:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Qlikview straight table to MS sql database using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Sending-Qlikview-straight-table-to-MS-sql-database-using-macro/m-p/1792081#M1232309</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;unfortunately, as I did not receive an answer to my question, I still had to find it myself. After long experiments, I found a suitable solution for myself. Maybe it's not the most elegant, but it works. In addition to the macro in Qlikview, I used the SQL stored procedure. Unfortunately, my solution can only use integers.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="picture1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51293i76A5B7EF1EA18EB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="picture1.jpg" alt="picture1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="picture2.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51294i85D287599680340E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="picture2.jpg" alt="picture2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 07:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sending-Qlikview-straight-table-to-MS-sql-database-using-macro/m-p/1792081#M1232309</guid>
      <dc:creator>riho92qv</dc:creator>
      <dc:date>2021-03-17T07:41:21Z</dc:date>
    </item>
  </channel>
</rss>

