<?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: add data from excel to an existing table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/add-data-from-excel-to-an-existing-table/m-p/1780450#M1232354</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131159"&gt;@Shinigaloo&lt;/a&gt;&amp;nbsp;Can you give more details? what you are looking to join ?&lt;BR /&gt;or you can also share the other table with the expected result.&lt;/P&gt;&lt;P&gt;Merci&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 08:49:09 GMT</pubDate>
    <dc:creator>Taoufiq_Zarra</dc:creator>
    <dc:date>2021-02-05T08:49:09Z</dc:date>
    <item>
      <title>add data from excel to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/add-data-from-excel-to-an-existing-table/m-p/1780249#M1232350</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;i have a table called "Ligne" (see below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shinigaloo_0-1612452341379.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48524i6DAA3228CEC2A18B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shinigaloo_0-1612452341379.png" alt="Shinigaloo_0-1612452341379.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shinigaloo_1-1612452385122.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48525i2D6B76331B6FCAC0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shinigaloo_1-1612452385122.png" alt="Shinigaloo_1-1612452385122.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to add 3 columns to this existing table from an excel file (see attached file)&lt;/P&gt;&lt;P&gt;How can i do the link between the 2 so that i can have these 3 columns in my table "Ligne "&lt;/P&gt;&lt;P&gt;i've tested with this code but it doesn't worked for me :&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;//Table Ligne&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;LIGNE:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;LOAD DISTINCT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;autonumber(CD_REFCOM_FILS) AS _key_id_call_inv,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;autonumber(ID_LIGNE&amp;amp;CD_REFCOM) AS ID_LIGNE,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;ID_LIGNE&amp;amp;CD_REFCOM AS _tmp_key_line_calls,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;CLIENT_LIGNE,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;Numero AS "Numéro interne",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;[Numéro SDA] AS "Numéro externe",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;ID_SITE,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;Site&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;RESIDENT wLIGNE;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;INNER JOIN&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;LOAD ligne.numero_interne AS "Numéro interne",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;ligne.client AS CLIENT_LIGNE,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;ligne.sda AS "Numéro externe",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;ligne.id_site as ID_SITE,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;[label1 (marque)],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;[label2 (région)],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;[label3 (service)]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;FROM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;[.\b2g_qvs\Inputs.xlsx]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;(biff, embedded labels, table is [Tablib Dataset$]);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;Drop table wLIGNE;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;can anyone help me ?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-data-from-excel-to-an-existing-table/m-p/1780249#M1232350</guid>
      <dc:creator>Shinigaloo</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: add data from excel to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/add-data-from-excel-to-an-existing-table/m-p/1780450#M1232354</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131159"&gt;@Shinigaloo&lt;/a&gt;&amp;nbsp;Can you give more details? what you are looking to join ?&lt;BR /&gt;or you can also share the other table with the expected result.&lt;/P&gt;&lt;P&gt;Merci&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 08:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-data-from-excel-to-an-existing-table/m-p/1780450#M1232354</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2021-02-05T08:49:09Z</dc:date>
    </item>
  </channel>
</rss>

