<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828245#M1018836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country_Map:&lt;/P&gt;&lt;P&gt;Mapping LOAD * inline [&lt;/P&gt;&lt;P&gt;COUNTRY_CODE, COUNTRY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AF, Afghanistan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AL, Albania&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AT, Austria&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AZ, Azerbaijan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BS, Bahamas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BH, Bahrain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BD, Bangladesh&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country:&lt;/P&gt;&lt;P&gt;LOAD COUNTRY_CODE,&lt;/P&gt;&lt;P&gt;ApplyMap ('Country_Map', COUNTRY_CODE) as Country&lt;/P&gt;&lt;P&gt;inline [&lt;/P&gt;&lt;P&gt;COUNTRY_CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BS&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you need a space in *inline&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mapping LOAD *inline [&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: 13px;"&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: 13px;"&gt;here the name of the mapping table is wrong&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ApplyMap ('CountryMap',COUNTRY_CODE) as Country,&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 10:40:49 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-03-31T10:40:49Z</dc:date>
    <item>
      <title>mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828243#M1018834</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;any ideas why this mapping wont work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country_Map:&lt;BR /&gt;Mapping LOAD *inline [&lt;BR /&gt;COUNTRY_CODE, COUNTRY&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AF, Afghanistan&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AL, Albania&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AT, Austria&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AZ, Azerbaijan&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BS, Bahamas &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BH, Bahrain&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BD, Bangladesh&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;ApplyMap ('CountryMap',COUNTRY_CODE) as Country,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 10:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828243#M1018834</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2015-03-31T10:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828244#M1018835</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;This is not the right format.&lt;/P&gt;&lt;P&gt;Check below post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4125"&gt;Mapping as an Alternative to Joining&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 10:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828244#M1018835</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-03-31T10:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828245#M1018836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country_Map:&lt;/P&gt;&lt;P&gt;Mapping LOAD * inline [&lt;/P&gt;&lt;P&gt;COUNTRY_CODE, COUNTRY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AF, Afghanistan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AL, Albania&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AT, Austria&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AZ, Azerbaijan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BS, Bahamas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BH, Bahrain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BD, Bangladesh&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country:&lt;/P&gt;&lt;P&gt;LOAD COUNTRY_CODE,&lt;/P&gt;&lt;P&gt;ApplyMap ('Country_Map', COUNTRY_CODE) as Country&lt;/P&gt;&lt;P&gt;inline [&lt;/P&gt;&lt;P&gt;COUNTRY_CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BS&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you need a space in *inline&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mapping LOAD *inline [&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: 13px;"&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: 13px;"&gt;here the name of the mapping table is wrong&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ApplyMap ('CountryMap',COUNTRY_CODE) as Country,&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 10:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828245#M1018836</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-31T10:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828246#M1018837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ilan, your map is called 'Country_Map', not 'CountryMap', is this a typo in the post? Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap ('Country_Map',COUNTRY_CODE) as Country,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Assuming this is part of a LOAD sentence)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 10:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828246#M1018837</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-31T10:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828247#M1018838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii &lt;A href="https://community.qlik.com/qlik-users/115939"&gt;ilanbaruch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Country Map:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Mapping &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; [&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;COUNTRY_CODE, COUNTRY&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AF, Afghanistan&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AL, Albania&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AT, Austria&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AZ, Azerbaijan&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BS, Bahamas &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BH, Bahrain&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BD, Bangladesh&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Country:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load Country Code&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;ApplyMap ('Country Map',COUNTRY_CODE) as Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Country Code&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AZ&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BS&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 10:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828247#M1018838</guid>
      <dc:creator />
      <dc:date>2015-03-31T10:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828248#M1018839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please also note ilan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap ('Country_Map',COUNTRY_CODE) as Country,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that COUNTRY_CODE is the field you are using in your loading &lt;EM&gt;table &lt;/EM&gt;so you may have created your inline map with that field name (which you don't have to do) but it's the field name in your table that must be in the second parameter of the applymap. So just check the spelling of the table field too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 10:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828248#M1018839</guid>
      <dc:creator />
      <dc:date>2015-03-31T10:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828249#M1018840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CountryMap:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; COUNTRY_CODE, COUNTRY&lt;BR /&gt; AF, Afghanistan&lt;BR /&gt; AL, Albania&lt;BR /&gt; DZ, Algeria&lt;BR /&gt; AD, Andorra&lt;BR /&gt; AO, Angola&lt;BR /&gt; AG, Antigua &lt;BR /&gt; AR, Argentina&lt;BR /&gt; AM, Armenia &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ('CountryMap',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;COUNTRY_CODE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &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;I tried this..still wont work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 11:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828249#M1018840</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2015-03-31T11:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828250#M1018841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ilan, it's working? As I see it solved I'm not sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 11:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-load/m-p/828250#M1018841</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-31T11:18:37Z</dc:date>
    </item>
  </channel>
</rss>

