<?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 load problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-load-problem/m-p/960092#M978491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use join instead of ApplyMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 06:37:30 GMT</pubDate>
    <dc:creator>tyagishaila</dc:creator>
    <dc:date>2015-08-20T06:37:30Z</dc:date>
    <item>
      <title>Mapping load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-load-problem/m-p/960089#M978488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a mapping load table which has two column ,Primary key and a column,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second table where i apply map ,where in have two column ,Primary Key and a field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In mapping load table i have 15 records , and in Second table that is apply map table i have 10 records&lt;/P&gt;&lt;P&gt;So when i Run the script , in output table i get only 10 records which r in apply map table&lt;/P&gt;&lt;P&gt;How to show the missing value of Mapping load table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Mapping Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;CustId,Name&lt;/P&gt;&lt;P&gt;1,a&lt;/P&gt;&lt;P&gt;2,b&lt;/P&gt;&lt;P&gt;3,c&lt;/P&gt;&lt;P&gt;4,d&lt;/P&gt;&lt;P&gt;5,e&lt;/P&gt;&lt;P&gt;6,f&lt;/P&gt;&lt;P&gt;7,g&lt;/P&gt;&lt;P&gt;8,h&lt;/P&gt;&lt;P&gt;9,i&lt;/P&gt;&lt;P&gt;10,j&lt;/P&gt;&lt;P&gt;13,hkjk&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conmpany:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;ApplyMap('Customer', CustId,'unknown') as Name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;CustId,Country&lt;/P&gt;&lt;P&gt;1,qw&lt;/P&gt;&lt;P&gt;2,ewrrs&lt;/P&gt;&lt;P&gt;3,gdfghdf&lt;/P&gt;&lt;P&gt;4,dfghdh&lt;/P&gt;&lt;P&gt;5,b&lt;/P&gt;&lt;P&gt;6,h&lt;/P&gt;&lt;P&gt;7,hd&lt;/P&gt;&lt;P&gt;8,h&lt;/P&gt;&lt;P&gt;9,gh&lt;/P&gt;&lt;P&gt;10,gh&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you run the above script the value CustId=13 will be missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to show the Primary Keys of mapping load table&amp;nbsp; in apply mapping table&amp;nbsp; even though they are missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-load-problem/m-p/960089#M978488</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-load-problem/m-p/960090#M978489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use left join instead of Applymap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt; Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;CustId,Name&lt;/P&gt;&lt;P&gt;1,a&lt;/P&gt;&lt;P&gt;2,b&lt;/P&gt;&lt;P&gt;3,c&lt;/P&gt;&lt;P&gt;4,d&lt;/P&gt;&lt;P&gt;5,e&lt;/P&gt;&lt;P&gt;6,f&lt;/P&gt;&lt;P&gt;7,g&lt;/P&gt;&lt;P&gt;8,h&lt;/P&gt;&lt;P&gt;9,i&lt;/P&gt;&lt;P&gt;10,j&lt;/P&gt;&lt;P&gt;13,hkjk&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Left Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conmpany: &lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;CustId,Country&lt;/P&gt;&lt;P&gt;1,qw&lt;/P&gt;&lt;P&gt;2,ewrrs&lt;/P&gt;&lt;P&gt;3,gdfghdf&lt;/P&gt;&lt;P&gt;4,dfghdh&lt;/P&gt;&lt;P&gt;5,b&lt;/P&gt;&lt;P&gt;6,h&lt;/P&gt;&lt;P&gt;7,hd&lt;/P&gt;&lt;P&gt;8,h&lt;/P&gt;&lt;P&gt;9,gh&lt;/P&gt;&lt;P&gt;10,gh&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 06:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-load-problem/m-p/960090#M978489</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-08-20T06:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-load-problem/m-p/960091#M978490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load the table normally and then create a separate mapping table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CustomerList:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * inline&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CustId,Name&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,a&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,b&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;3,hkjk&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Mapping LOAD * Resident &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CustomerList;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer 13 / hkjk will exist after the load is complete, but will not be linked to any facts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 06:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-load-problem/m-p/960091#M978490</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-20T06:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping load problem</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-load-problem/m-p/960092#M978491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use join instead of ApplyMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 06:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-load-problem/m-p/960092#M978491</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-08-20T06:37:30Z</dc:date>
    </item>
  </channel>
</rss>

