<?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: Mapping Name with Customer in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-Name-with-Customer/m-p/1243102#M394564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CustomerMapping:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Customer;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CustomerRelation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ApplyMap('&lt;SPAN style="font-size: 13.3333px;"&gt;CustomerMapping', &lt;/SPAN&gt;PlanID) as Manager,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;ApplyMap('&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CustomerMapping', &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Customer) as Customer&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM CustomerRelation;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 11:02:56 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-29T11:02:56Z</dc:date>
    <item>
      <title>Mapping Name with Customer</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Name-with-Customer/m-p/1243101#M394563</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 have requirement and final out put like below im using a left join syntax as below but couldn't achieve, can someone please help me with the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 12pt; color: black; background-position: initial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Customer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; ID, Name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; 1,&amp;nbsp; Ravi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; 2,&amp;nbsp; Sankar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; 3,&amp;nbsp; Chandra&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; 4,&amp;nbsp; Raj&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10pt; color: black; background-position: initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10pt; color: black; background-position: initial;"&gt;CustomerRelation:&lt;BR /&gt; PlanID, Custimer&lt;BR /&gt; 1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 3,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10pt; color: black; background-position: initial;"&gt;output is&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 12pt; color: black; background-position: initial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; Manager, Customer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; Ravi,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sankar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; Chandra,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Raju&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 12pt; color: black; background-position: initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 12pt; color: black; background-position: initial;"&gt;Syntax:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 12pt; color: black; background-position: initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H6 style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: arial, helvetica, sans-serif;"&gt;LEFT JOIN (Customer)&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6 style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp; ID AS Name,&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6 style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp; Customer as Customer&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6 style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;RESIDENT &lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 12.0pt; color: black; background: white;"&gt;CustomerRelation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: arial, helvetica, sans-serif;"&gt;;&lt;/SPAN&gt;&lt;/H6&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 10:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Name-with-Customer/m-p/1243101#M394563</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2016-11-29T10:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Name with Customer</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Name-with-Customer/m-p/1243102#M394564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CustomerMapping:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Customer;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CustomerRelation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ApplyMap('&lt;SPAN style="font-size: 13.3333px;"&gt;CustomerMapping', &lt;/SPAN&gt;PlanID) as Manager,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;ApplyMap('&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CustomerMapping', &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Customer) as Customer&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM CustomerRelation;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 11:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Name-with-Customer/m-p/1243102#M394564</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-29T11:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Name with Customer</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Name-with-Customer/m-p/1243103#M394565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your data is coming from SQL/Oracle database, try to do self join while loading them in QlikView script rather than using QV functionality. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 11:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Name-with-Customer/m-p/1243103#M394565</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-11-29T11:22:55Z</dc:date>
    </item>
  </channel>
</rss>

