<?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 a column to a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-a-column-to-a-table/m-p/560682#M694511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if your second table shows several weight values per ID (maybe only for some of the IDs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably should clean your data first then use a join or a MAPPING approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2013 09:55:32 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-07-10T09:55:32Z</dc:date>
    <item>
      <title>Add a column to a table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-column-to-a-table/m-p/560681#M694510</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;I have a table : Table1 which contains many informations like ID, date, name ... and another one : Table2 which contains the ID and the weight.&lt;/P&gt;&lt;P&gt;I would like to add, for each ID of the first table, the weight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with this script but it creates new rows in table1 and i don't know why. I want to keep the same number of row in table 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN (Table1)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; weight&lt;/P&gt;&lt;P&gt;RESIDENT Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 09:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-column-to-a-table/m-p/560681#M694510</guid>
      <dc:creator />
      <dc:date>2013-07-10T09:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add a column to a table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-column-to-a-table/m-p/560682#M694511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if your second table shows several weight values per ID (maybe only for some of the IDs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably should clean your data first then use a join or a MAPPING approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 09:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-column-to-a-table/m-p/560682#M694511</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-10T09:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add a column to a table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-column-to-a-table/m-p/560683#M694512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you need to use the distinct keyword:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;INNER JOIN (Table1)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD DISTINCT&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; weight&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;RESIDENT Table2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 09:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-column-to-a-table/m-p/560683#M694512</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-10T09:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add a column to a table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-column-to-a-table/m-p/560684#M694513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached file&lt;/P&gt;&lt;P&gt;here&lt;/P&gt;&lt;P&gt;i think the valuein your name and date field having null for some ID&lt;/P&gt;&lt;P&gt;therfore it showing you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 09:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-column-to-a-table/m-p/560684#M694513</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-07-10T09:58:01Z</dc:date>
    </item>
  </channel>
</rss>

