<?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: basics about mapping load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917539#M652090</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;There were hundereds lines and the ID which i referred to might be repeating.&lt;/P&gt;&lt;P&gt;I wanna do it by mapping it in script load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax mentioned by you is i assume:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not understanding 'NN' ???&lt;/P&gt;&lt;P&gt;&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;MapName2Place:&amp;nbsp;&amp;nbsp; - (Excel sheet)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mapping load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Name,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Place&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from yoursource&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;TableIDName: - (qvd in app)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;applymap('MapName2Place', Name,'NN') as whateryouwant&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from pothresource&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2015 13:30:58 GMT</pubDate>
    <dc:creator>markgraham123</dc:creator>
    <dc:date>2015-08-10T13:30:58Z</dc:date>
    <item>
      <title>basics about mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917537#M652088</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'm a begineer in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone thorugh videos of Mapping load tutorials but everything confused me.&lt;/P&gt;&lt;P&gt;I have a QVW file where i have ID and Name.&lt;/P&gt;&lt;P&gt;I wanna map the Name to a place from Excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID Name&lt;/P&gt;&lt;P&gt;1&amp;nbsp; John&lt;/P&gt;&lt;P&gt;2&amp;nbsp; Eli&lt;/P&gt;&lt;P&gt;3&amp;nbsp; Mark&lt;/P&gt;&lt;P&gt;4&amp;nbsp; Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel sheet to map:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Name&lt;/TD&gt;&lt;TD width="64"&gt;Place&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;John&lt;/TD&gt;&lt;TD&gt;USA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Eli&lt;/TD&gt;&lt;TD&gt;London&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Mark&lt;/TD&gt;&lt;TD&gt;Paris&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Robert&lt;/TD&gt;&lt;TD&gt;India&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in QlikView frint end, when i select ID 1, i can see place USA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917537#M652088</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-08-10T13:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: basics about mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917538#M652089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you talk about mapping load, but what you want you donot Need it&lt;/P&gt;&lt;P&gt;in Frontend you define listbox with Name and you define a table with ID and Place&lt;/P&gt;&lt;P&gt;the datamodel automatically connects the two tables by the same fieldname (=Name).&lt;/P&gt;&lt;P&gt;so you select ID = 1, the table reduces to 1 row with ID=1 and Place=USA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to know how mapping works:&lt;/P&gt;&lt;P&gt;you Need following steps in script&lt;/P&gt;&lt;P&gt;define mapping table&lt;/P&gt;&lt;P&gt;MapName2Place:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Place&lt;/P&gt;&lt;P&gt;from yoursource&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableIDName:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;applymap('MapName2Place', Name,'NN') as whateryouwant&lt;/P&gt;&lt;P&gt;from pothresource&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but even that you donot Need&lt;/P&gt;&lt;P&gt;a simple join what doit also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917538#M652089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T13:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: basics about mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917539#M652090</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;There were hundereds lines and the ID which i referred to might be repeating.&lt;/P&gt;&lt;P&gt;I wanna do it by mapping it in script load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax mentioned by you is i assume:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not understanding 'NN' ???&lt;/P&gt;&lt;P&gt;&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;MapName2Place:&amp;nbsp;&amp;nbsp; - (Excel sheet)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mapping load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Name,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Place&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from yoursource&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;TableIDName: - (qvd in app)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;applymap('MapName2Place', Name,'NN') as whateryouwant&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from pothresource&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917539#M652090</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-08-10T13:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: basics about mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917540#M652091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'NN' means when an ID receives the mapping table which was not loaded you will get 'NN'&lt;/P&gt;&lt;P&gt;if you are sure, that you have all distinct values , then you donot Need 'NN' (skip it)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917540#M652091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T13:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: basics about mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917541#M652092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanq Rudolf &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/basics-about-mapping-load/m-p/917541#M652092</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-08-10T13:36:39Z</dc:date>
    </item>
  </channel>
</rss>

