<?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: joining 2 tables having different column name loaded from different source in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646506#M1068792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably it found no [Associate Name ]&amp;nbsp; values that matched up with the results of the Subfield() field ( [Single Associate Working On]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a test comment out and add the drop table below.&amp;nbsp; Then reload and see what you are getting for [Associate Name ] . Do the values look like [Single Associate Working On]&amp;nbsp; values ? &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//join(Tab23)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; [Resource Status&amp;nbsp; ]&lt;/STRONG&gt;&lt;STRONG style="font-family: inherit; font-size: 10pt; line-height: 1.5em; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[ Associate Name&amp;nbsp; ]&lt;/EM&gt; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;sharepoint&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table table1:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 21:44:34 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-08-25T21:44:34Z</dc:date>
    <item>
      <title>joining 2 tables having different column name loaded from different source</title>
      <link>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646500#M1068786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am loading from 2 different sharepoint locations and the column names are different. However i need to join these 2 tables based on 1 column name.&lt;/P&gt;&lt;P&gt;Note, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; can't change the source column names .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;LOAD [field 1], [&lt;STRONG&gt;Associate&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;from &amp;lt;sharepoint&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [field 2], [&lt;STRONG&gt;Associate Name&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;from &amp;lt;sharepoint&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to join these 2 tables.&lt;/P&gt;&lt;P&gt;[field1] [field2] [Associate Name]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 20:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646500#M1068786</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-08-25T20:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: joining 2 tables having different column name loaded from different source</title>
      <link>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646501#M1068787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rename your fields, so they have the same name&lt;/P&gt;&lt;P&gt;LOAD [field 2], [Associate Name] as [Associate] from;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 20:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646501#M1068787</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-08-25T20:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: joining 2 tables having different column name loaded from different source</title>
      <link>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646502#M1068788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use aliases to name them the same in the script.This will join on Associate. you can left join as well as join.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [field 1], &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Associate&lt;/STRONG&gt;] &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from &amp;lt;sharepoint&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;join (Table)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD [field 2],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Associate Name&lt;/STRONG&gt;] as [Associate]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from &amp;lt;sharepoint&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 20:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646502#M1068788</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-25T20:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: joining 2 tables having different column name loaded from different source</title>
      <link>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646503#M1068789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Hello&lt;/SPAN&gt;, &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Try using the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;following scheme:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Key, A, VL1&lt;/P&gt;&lt;P&gt;1, A1, 1000&lt;/P&gt;&lt;P&gt;2, A2, 2000&lt;/P&gt;&lt;P&gt;3, A3, 3000&lt;/P&gt;&lt;P&gt;1, A1, 6000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Key, C, Desc&lt;/P&gt;&lt;P&gt;1, A1, Money&lt;/P&gt;&lt;P&gt;2, A2, Cheque&lt;/P&gt;&lt;P&gt;3, A3, Boleto&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Table1)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;Desc&lt;/P&gt;&lt;P&gt;Resident Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Table2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 20:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646503#M1068789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-25T20:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: joining 2 tables having different column name loaded from different source</title>
      <link>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646504#M1068790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Then at the end of the script add the following syntax Drop Field [Associate] Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 20:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646504#M1068790</guid>
      <dc:creator>denwo2010</dc:creator>
      <dc:date>2014-08-25T20:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: joining 2 tables having different column name loaded from different source</title>
      <link>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646505#M1068791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;When I followed your above approach, Field2 values are coming as blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual Code:&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt; [Practice Area&amp;nbsp; ], &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;EM&gt;[Associate Working On&amp;nbsp; ]&lt;/EM&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;lt;sharepoint&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab23:&lt;/P&gt;&lt;P&gt;NOCONCATENATE&lt;/P&gt;&lt;P&gt; LOAD Distinct SubField([Associate Working On&amp;nbsp; ],'; ') as [Single Associate Working On],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Practice Area&amp;nbsp; ], &lt;/P&gt;&lt;P&gt;Resident table1 ;&lt;/P&gt;&lt;P&gt;join(Tab23)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp; [Resource Status&amp;nbsp; ]&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;[ Associate Name&amp;nbsp; ]&lt;/EM&gt; as [Single Associate Working On]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;lt;sharepoint&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in above code, &lt;STRONG&gt;[Resource Status&amp;nbsp; ]&lt;/STRONG&gt; is coming as - (hyphen), although it has values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest, what I did wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 21:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646505#M1068791</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-08-25T21:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: joining 2 tables having different column name loaded from different source</title>
      <link>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646506#M1068792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably it found no [Associate Name ]&amp;nbsp; values that matched up with the results of the Subfield() field ( [Single Associate Working On]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a test comment out and add the drop table below.&amp;nbsp; Then reload and see what you are getting for [Associate Name ] . Do the values look like [Single Associate Working On]&amp;nbsp; values ? &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//join(Tab23)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; [Resource Status&amp;nbsp; ]&lt;/STRONG&gt;&lt;STRONG style="font-family: inherit; font-size: 10pt; line-height: 1.5em; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[ Associate Name&amp;nbsp; ]&lt;/EM&gt; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;sharepoint&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table table1:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 21:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646506#M1068792</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-25T21:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: joining 2 tables having different column name loaded from different source</title>
      <link>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646507#M1068793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, they are exactly same. Both these fields contain names of associates, which I am trying to join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 22:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646507#M1068793</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-08-25T22:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: joining 2 tables having different column name loaded from different source</title>
      <link>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646508#M1068794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Would you be able to attach the sample ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 01:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-2-tables-having-different-column-name-loaded-from/m-p/646508#M1068794</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-26T01:48:16Z</dc:date>
    </item>
  </channel>
</rss>

