<?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 i am getting error in mapping 2 tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/i-am-getting-error-in-mapping-2-tables/m-p/225075#M77426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to say without seeing the script but you first mention the name Customermaster and then use CustomerMaster in the applymap() function. Check spelling to make sure you're not crashing there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Dec 2010 07:38:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-12-16T07:38:22Z</dc:date>
    <item>
      <title>i am getting error in mapping 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/i-am-getting-error-in-mapping-2-tables/m-p/225072#M77423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iselect two tables&lt;BR /&gt;one is&lt;BR /&gt;Customermaster and another is Transtock table&lt;BR /&gt;&lt;BR /&gt;mappping&lt;BR /&gt;&lt;BR /&gt; applymap('CustomerMaster', CompanyID) as CustomerName&lt;BR /&gt; then it will display error message&lt;BR /&gt;&lt;BR /&gt;"mapping requires 2-Column input"&lt;BR /&gt; i will change field name one or more&lt;BR /&gt;then i am getting same error&lt;BR /&gt;what is the reason?&lt;BR /&gt;give me a Hint for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 05:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-am-getting-error-in-mapping-2-tables/m-p/225072#M77423</guid>
      <dc:creator />
      <dc:date>2010-12-16T05:41:05Z</dc:date>
    </item>
    <item>
      <title>i am getting error in mapping 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/i-am-getting-error-in-mapping-2-tables/m-p/225073#M77424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;Hi Sampath,&lt;/P&gt;&lt;P dir="ltr"&gt;Please ensure that you have the below kind of scripting for applymap in your code.&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;STRONG&gt;Customermaster:&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;STRONG&gt;mapping load * inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;STRONG&gt;CompanyID, CustomerName&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;STRONG&gt;111,A&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;STRONG&gt;222,B&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;STRONG&gt;333,C];&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;STRONG&gt;Transtock:&lt;/STRONG&gt;(if this is where you want to use applymap, otherwise change the table name as appropriate)&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;STRONG&gt;applymap('Customermaster',CompanyID) as CustomerName&lt;/STRONG&gt; // this will provide the corresponding customername of the CompanyID which presents in the Customermaster table&lt;/P&gt;&lt;P dir="ltr"&gt;Please note in this, the mapping table(i.e Customermaster) table will not be visible in the table structure.&lt;/P&gt;&lt;P dir="ltr"&gt;Regards,&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 06:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-am-getting-error-in-mapping-2-tables/m-p/225073#M77424</guid>
      <dc:creator>hemalatha</dc:creator>
      <dc:date>2010-12-16T06:19:30Z</dc:date>
    </item>
    <item>
      <title>i am getting error in mapping 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/i-am-getting-error-in-mapping-2-tables/m-p/225074#M77425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;0k&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;But still iam getting same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 07:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-am-getting-error-in-mapping-2-tables/m-p/225074#M77425</guid>
      <dc:creator />
      <dc:date>2010-12-16T07:27:25Z</dc:date>
    </item>
    <item>
      <title>i am getting error in mapping 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/i-am-getting-error-in-mapping-2-tables/m-p/225075#M77426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to say without seeing the script but you first mention the name Customermaster and then use CustomerMaster in the applymap() function. Check spelling to make sure you're not crashing there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 07:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/i-am-getting-error-in-mapping-2-tables/m-p/225075#M77426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-16T07:38:22Z</dc:date>
    </item>
  </channel>
</rss>

