<?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: map in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/map/m-p/1125932#M916657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raadwiptec,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What out put you want at last?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2016 12:03:32 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2016-05-23T12:03:32Z</dc:date>
    <item>
      <title>map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125928#M916653</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;How could i map two different field names but the data inside is mostly similiar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data1.xls has the following data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction&amp;nbsp; ¦&amp;nbsp; Account No&lt;/P&gt;&lt;P&gt;22222222222&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 89776&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;54545454585&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;45885&lt;/P&gt;&lt;P&gt;54551854215&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 96562&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data2.txt&lt;/P&gt;&lt;P&gt;Invoice&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;22222222222&amp;nbsp;&amp;nbsp; 012&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;54545454585&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;011&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;54551854215&amp;nbsp;&amp;nbsp; 022&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Iam trying the following, I dont get any errors.. but in the first try i dont get values,,second try iam getting transaction and not the Account no&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Data1];&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Mapping LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Transaction ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;SPAN style="font-size: 13.3333px;"&gt;Account No]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;from Data1.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;((ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Data2];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ApplyMap(;Data1',Invoice) as [Account No]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;from &lt;SPAN style="font-size: 13.3333px;"&gt;Data2.txt&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125928#M916653</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125929#M916654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you enclosed the Map table name in single quotes?&lt;/P&gt;&lt;P&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.3333px;"&gt;ApplyMap(&lt;STRONG&gt;'&lt;/STRONG&gt;Data1',Invoice) as [Account No]&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.3333px;"&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; font-size: 13.3333px;"&gt;edit: In addition, I think you should get an error that field [Account No] already exists in Data1 input table.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 12:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125929#M916654</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-23T12:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125930#M916655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if they are copy and paste errors, or actual errors in your code, but you have an extra opening parenthesis in the ooxml qualifier and a syntax error in the ApplyMap statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 12:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125930#M916655</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-05-23T12:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125931#M916656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;your code seems fine except for the ";" before Data1 in your applymap sentence and the extra opening parenthesis when reading from Data1 the from sentence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should be like this:&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[Data2];&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Load *,&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;ApplyMap('Data1',Invoice) as [Account No]&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;from &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Data2.txt&lt;/SPAN&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Hope this helps.&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Kind regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 12:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125931#M916656</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-05-23T12:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125932#M916657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raadwiptec,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What out put you want at last?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 12:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125932#M916657</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-05-23T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125933#M916658</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;&lt;/P&gt;&lt;P&gt;Try like this ,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ApplyMap('Data1',Invoice) as [Account No]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- In your applaymap Statement&amp;nbsp; Remove&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ";"&amp;nbsp;&amp;nbsp; in front of Data1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardds,&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 12:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125933#M916658</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-23T12:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125934#M916659</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;&lt;/P&gt;&lt;P&gt;sorry what ever u mentioned are copy and paste errors.I dont get any errors.on the reload. I want the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;Account No] as the output .based on the mapping betweenTransaction and Invoice.&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;My Mapiping Load is this &lt;/P&gt;&lt;P&gt;[Data1]:&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Mapping LOAD&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Transaction ,&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Account No]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;from ......xxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;the only difference between transaction and Invoice is .. in invoice i have spaces with additional 012, 011 and 022 etc&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;22222222222&amp;nbsp;&amp;nbsp; 012&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;54545454585&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;011&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;54551854215&amp;nbsp;&amp;nbsp; 022&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;For this above i also tried &lt;BR /&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[Data2];&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Load *,&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;ApplyMap('Data1',Lesft(Invoice,11) as [Account No]&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;from &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Data2.txt&lt;/SPAN&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Now currently when i reload.. I get the output as&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&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="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;Account No&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;¦&amp;nbsp; &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;22222222222&amp;nbsp;&amp;nbsp;&amp;nbsp; &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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;54545454585&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;54551854215&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 12:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125934#M916659</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-05-23T12:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125935#M916660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again there seem to be some typos..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and maybe you are trying to map a text against numeric values, try:&lt;/P&gt;&lt;P&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.3333px; background-color: #f2f2f2;"&gt;ApplyMap('Data1',Num#(trim(Left(Invoice,11))),'no map of' &amp;amp; Invoice) as [Account No]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 12:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125935#M916660</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-23T12:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125936#M916661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I hope it is help full for you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Transaction&amp;nbsp; ,&amp;nbsp; Account No&lt;/P&gt;&lt;P&gt;22222222222&amp;nbsp;&amp;nbsp; ,&amp;nbsp; 89776&lt;/P&gt;&lt;P&gt;54545454585&amp;nbsp; ,&amp;nbsp;&amp;nbsp; 45885&lt;/P&gt;&lt;P&gt;54551854215&amp;nbsp; ,&amp;nbsp;&amp;nbsp; 96562&lt;/P&gt;&lt;P&gt; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; T2:&lt;/P&gt;&lt;P&gt; mapping load Transaction,&lt;/P&gt;&lt;P&gt;[Account No]&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Resident T1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DROP table T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; T3:&lt;/P&gt;&lt;P&gt; load * Inline&amp;nbsp; [&lt;/P&gt;&lt;P&gt;Invoice&lt;/P&gt;&lt;P&gt;22222222222&amp;nbsp;&amp;nbsp; 012&lt;/P&gt;&lt;P&gt;54545454585&amp;nbsp;&amp;nbsp; 011&lt;/P&gt;&lt;P&gt;54551854215&amp;nbsp;&amp;nbsp; 022&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;T4:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ApplyMap('T2',SubField(Invoice,' ',1)) as ABC&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Resident T3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DROP table T3;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 12:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125936#M916661</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-23T12:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125937#M916662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swehi/Mahes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried both, But it is giving me only output&amp;nbsp; of transaction data and not the Account no.Neither any errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 13:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125937#M916662</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-05-23T13:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125938#M916663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a small sample QVW or input files to look at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 13:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125938#M916663</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-23T13:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125939#M916664</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;Please share your Qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 04:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125939#M916664</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-24T04:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125940#M916665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt; I think your data format is different that's why you are not getting correct output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please try like this ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data1:&lt;/P&gt;&lt;P&gt;mapping &lt;/P&gt;&lt;P&gt;LOAD num([Transaction ]) as [Transaction ], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Account No]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Data2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD Invoice,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SubField(Invoice,' ',1) as sub,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ApplyMap('Data1',num(Trim(Left(Invoice,11)))) as AccountNo1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet4);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 06:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125940#M916665</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-24T06:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125941#M916666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,/All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam getting few values now.. after using num but noit entire..here some transaction 2 account numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;transaction ¦ Account number&lt;/P&gt;&lt;P&gt;2343434543&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0255554&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2343434543&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0656566&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;for the above it is taking only one value and not the other one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 08:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125941#M916666</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-05-24T08:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125942#M916667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A Mapping table is like a table of key / value pairs,with unique keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can't map a key value to two different values, like in your sample. Only the first in load order will be considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create multiple records with different values, you can maybe JOIN the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 08:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125942#M916667</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-24T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125943#M916668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so here should i use inner join with 2 columns? would be give me the results.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Transaction)&lt;/P&gt;&lt;P&gt;[Account No]&lt;/P&gt;&lt;P&gt;From&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;from &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Data1.txt&lt;/SPAN&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 09:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125943#M916668</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-05-24T09:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125944#M916669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the key values and key field names match, this should then join your Account No to your transaction table,&lt;/P&gt;&lt;P&gt;though potentially duplicate transaction lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not quite sure what you want to achieve here, having multiple accounts per transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, you might run into similar issues as with the mapping approach w.r.t. matching the key values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe start by just linking both tables and examine the field values and key relation ship using list boxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 09:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125944#M916669</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-24T09:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125945#M916670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Raadwiptec,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached App.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 15:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125945#M916670</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-05-24T15:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: map</title>
      <link>https://community.qlik.com/t5/QlikView/map/m-p/1125946#M916673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this instead of your expression&lt;/P&gt;&lt;P&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.3333px; background-color: #f2f2f2;"&gt;ApplyMap('Data1',Num#(trim(Left(Invoice,11))),'no map of' &amp;amp; Invoice) as [Account No]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 15:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/map/m-p/1125946#M916673</guid>
      <dc:creator />
      <dc:date>2016-05-24T15:49:07Z</dc:date>
    </item>
  </channel>
</rss>

