<?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: How to get column from one table to another table with matched data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825575#M1044707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If only &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;customercommision link the 2 tables then:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * resident Table B .....&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;auditnumber, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;customercommision&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;resident tableA&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 16:25:04 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-11-26T16:25:04Z</dc:date>
    <item>
      <title>How to get column from one table to another table with matched data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825573#M1044705</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 two excel sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel A have columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code, &lt;BR /&gt;customer, &lt;BR /&gt;auditnumber, &lt;BR /&gt;customercommision&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel B have columns&lt;BR /&gt;code, &lt;BR /&gt;customer, &lt;BR /&gt;customercommision&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;the values in excel A customercommision has below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4545797&lt;BR /&gt;462348476&lt;BR /&gt;383646&lt;BR /&gt;47566&lt;BR /&gt;37547&lt;BR /&gt;854747&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;values in excel A customercommision has below&lt;BR /&gt;4545797&lt;BR /&gt;462348476&lt;BR /&gt;45345345&lt;BR /&gt;383646&lt;BR /&gt;47566&lt;BR /&gt;37547&lt;BR /&gt;854747&lt;BR /&gt;363563565&lt;BR /&gt;565363565&lt;BR /&gt;4534534&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get auditnumber into excel B where customercommision values equals to excel A customercommision&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried matching customercommision by using join in qvw but not getting correct result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 16:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825573#M1044705</guid>
      <dc:creator />
      <dc:date>2014-11-26T16:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get column from one table to another table with matched data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825574#M1044706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ExcelA: &lt;/P&gt;&lt;P&gt;LOAD code, &lt;BR /&gt;customer, &lt;BR /&gt;auditnumber, &lt;BR /&gt;customercommision&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcelB:&lt;/P&gt;&lt;P&gt;NoConcatenate LOAD code, &lt;/P&gt;&lt;P&gt;customer, &lt;/P&gt;&lt;P&gt;customercommision&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join Load customercommision, auditnumber resident ExcelA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table ExcelA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joining only by customercommision can link some unwanted rows if differents customers have the same commision, maybe you want to use a field that really identifies the customer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 16:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825574#M1044706</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-26T16:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get column from one table to another table with matched data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825575#M1044707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If only &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;customercommision link the 2 tables then:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * resident Table B .....&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;auditnumber, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;customercommision&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;resident tableA&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 16:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825575#M1044707</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-26T16:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get column from one table to another table with matched data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825576#M1044708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amelia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your script do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AuditMap:&lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;customercommision,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;auditnumber&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;From Excel A;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;code, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;customer, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;customercommision,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ApplyMap('AuditMap', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;customercommision, '-') as auditnumber&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;From Excel B;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Then you'll find the audtnumbers from A in B...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Burkhard&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 16:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825576#M1044708</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2014-11-26T16:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get column from one table to another table with matched data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825577#M1044709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Yes you are right joining the customercommision is not getting correct results. Please can you suggest me how to get this by joining customer.I have been struggling with this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 16:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825577#M1044709</guid>
      <dc:creator />
      <dc:date>2014-11-26T16:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get column from one table to another table with matched data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825578#M1044710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I tried it is showing blank auditnumber. am I need to change anything in script. please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 16:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825578#M1044710</guid>
      <dc:creator />
      <dc:date>2014-11-26T16:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get column from one table to another table with matched data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825579#M1044711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show me your script, please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 17:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825579#M1044711</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2014-11-26T17:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get column from one table to another table with matched data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825580#M1044712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amelia, maybe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcelA: &lt;/P&gt;&lt;P&gt;LOAD code, &lt;BR /&gt;customer, &lt;BR /&gt;auditnumber, &lt;BR /&gt;customercommision&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcelB:&lt;/P&gt;&lt;P&gt;NoConcatenate LOAD code, &lt;/P&gt;&lt;P&gt;customer, &lt;/P&gt;&lt;P&gt;customercommision&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join Load code, customer, auditnumber resident ExcelA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table ExcelA;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 09:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-column-from-one-table-to-another-table-with-matched/m-p/825580#M1044712</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-27T09:41:09Z</dc:date>
    </item>
  </channel>
</rss>

