<?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: ApplyMap with LOAD INLINE not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006304#M650173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's like you said in a previous post &lt;A href="https://community.qlik.com/message/872616"&gt;Re: ApplyMap with LOAD INLINE not working&lt;/A&gt;: data is loaded in different formats. When QV has a chance to discover a number in a text string, it will store a numerical value together with the text representation. The numerical value will always have precedence. This is the concept of &lt;SPAN style="font-family: 'courier new', courier;"&gt;dual()&lt;/SPAN&gt; values which is central to qlikview. There is an easy way to verify this mixup: by default numerical values are right aligned, text strings are left aligned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually this phenomenon is caused by loading field values from different sources. One source will propose them as text values, another one will make them look like numerical values. Only one problem: if you use them as key values, they will &lt;EM&gt;not&lt;/EM&gt; match. If you use them in a list box, they will &lt;EM&gt;not map to the same underlying&lt;/EM&gt; value (for comparisons).. they will be treated as separate values, although they may look identical (see your screenshot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everywhere you load phone numbers, force them to be treated as text by using the text() function. Text() will store a value as text-only and block the conversion to numerical values.&lt;/P&gt;&lt;P&gt;Or, as I suggested before, prefix all phone numbers with a non-numerical character like '#' when loading them from the source. This will block the interpretation - behind the scenes - by QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2015 08:36:41 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-09-29T08:36:41Z</dc:date>
    <item>
      <title>ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006275#M650144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually I don't struggle with the ApplyMap function, has been working great.&amp;nbsp; However, when I try to use it with an INLINE lookup such as the example below, it will not map to AAContactNoDesc.&amp;nbsp; Am I doing something wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP_AACONTACTNO:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE&lt;/P&gt;&lt;P&gt;[AAContactNumber, AAContactNoDesc&lt;/P&gt;&lt;P&gt;'0113 438 0120','Flying to Mars'&lt;/P&gt;&lt;P&gt;'0330 780 7436','Flying to the Moon'];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Letter_code,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELIVERY_NNA,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_AACONTACTNO',AAContactNumber) as AAContactNoDesc,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadedDate&lt;/P&gt;&lt;P&gt;FROM [\\abcdef.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks, Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 09:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006275#M650144</guid>
      <dc:creator />
      <dc:date>2015-09-23T09:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006276#M650145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP_AACONTACTNO:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE&lt;/P&gt;&lt;P&gt;[AAContactNumber, AAContactNoDesc&lt;/P&gt;&lt;P&gt;'0113 438 0120','Flying to Mars'&lt;/P&gt;&lt;P&gt;'0330 780 7436','Flying to the Moon'];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Letter_code,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELIVERY_NNA,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_AACONTACTNO',AAContactNumber) as AAContactNoDesc,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadedDate&lt;/P&gt;&lt;P&gt;FROM [\\abcdef.qvd] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 09:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006276#M650145</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-09-23T09:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006277#M650146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your mapping is set up wrong, try this:&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;MAPPING LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AAContactNumber, AAContactNoDesc&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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; INLINE [&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: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AAContactNumber, AAContactNoDesc&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;0113 438 0120,Flying to Mars&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;0330 780 7436,Flying to the Moon];&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;and remove the extra ) in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ApplyMap('MAP_AACONTACTNO',AAContactNumber)) as AAContactNoDesc,&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;By the way, good debugging practise is to make use of the third parameter that ApplyMap uses. So instead of&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;&lt;SPAN style="line-height: 1.5em;"&gt;ApplyMap('MAP_AACONTACTNO',AAContactNumber)&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;&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="line-height: 1.5em;"&gt;You use&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;&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="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ApplyMap('MAP_AACONTACTNO',AAContactNumber, 'Unknown') so that anything unmapped will show up and you know you missed something.&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; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;EDIT: Had to add the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AAContactNumber, AAContactNoDesc also to the inline part. sorry&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 09:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006277#M650146</guid>
      <dc:creator />
      <dc:date>2015-09-23T09:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006278#M650147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MAP_AACONTACTNO:&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;MAPPING LOAD * INLINE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[AAContactNumber, AAContactNoDesc&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'0113 438 0120','Flying to Mars'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'0330 780 7436','Flying to the Moon'];&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;LOAD Letter_code, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELIVERY_NNA, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_AACONTACTNO',AAContactNumber)&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt; as AAContactNoDesc, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadedDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [\\abcdef.qvd] (qvd);&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;remove extra bracket at end of the apply map&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 09:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006278#M650147</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-09-23T09:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006279#M650148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Deepak, that was indeed a typo, which I'll edit out.&amp;nbsp; I did try re-running though just in case, and the behaviour is that AAContactNoDesc is shown with the number in it, not the description as one would expect. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 09:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006279#M650148</guid>
      <dc:creator />
      <dc:date>2015-09-23T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006280#M650149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Coen,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I tried it without the single quote and use the 3rd parameter to bucket the unmapped which is useful thanks.&amp;nbsp; However, instead of getting all telephone numbers back, I am now getting UNKNOWN for everything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap('MAP_AACONTACTNO',AAContactNumber,'UNKNOWN') as AAContactNoDesc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a data type issue possible?&amp;nbsp; The join key is clearly the contact no, is QV treating it as text or a number? Should I force it to be text like text(AAContactNumber) to ensure the join/mapping works? or?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 09:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006280#M650149</guid>
      <dc:creator />
      <dc:date>2015-09-23T09:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006281#M650150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex ApplyMap() is working with one filed which is having same filed name in both table.&lt;/P&gt;&lt;P&gt;in your table&lt;/P&gt;&lt;P&gt;MAP_AACONTACTNO:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE&lt;/P&gt;&lt;P&gt;[AAContactNumber, AAContactNoDesc&lt;/P&gt;&lt;P&gt;'0113 438 0120','Flying to Mars'&lt;/P&gt;&lt;P&gt;'0330 780 7436','Flying to the Moon'];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Letter_code,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELIVERY_NNA,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_AACONTACTNO',AAContactNumber) as AAContactNoDesc,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadedDate&lt;/P&gt;&lt;P&gt;FROM [\\abcdef.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP_AACONTACTNO:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;STRONG&gt;AAContactNumber&lt;/STRONG&gt;, AAContactNoDesc&lt;/P&gt;&lt;P&gt;'0113 438 0120','Flying to Mars'&lt;/P&gt;&lt;P&gt;'0330 780 7436','Flying to the Moon'];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Letter_code,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELIVERY_NNA,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;AAContactNumber&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_AACONTACTNO',&lt;STRONG&gt;AAContactNumber&lt;/STRONG&gt;) as AAContactNoDesc,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadedDate&lt;/P&gt;&lt;P&gt;FROM [\\abcdef.qvd] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 09:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006281#M650150</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2015-09-23T09:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006282#M650151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ahmar, I tried this mod and it does not affect the outcome.&amp;nbsp; I also tried a field alias and re-inserting the single quotes.&amp;nbsp; Still not getting the description to come through though.&amp;nbsp; At the moment, it is still only displaying -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AAContactNoDesc&lt;/P&gt;&lt;P&gt;UNKNOWN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for all values despite the fact that the numbers are the same and the description should be coming through.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 10:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006282#M650151</guid>
      <dc:creator />
      <dc:date>2015-09-23T10:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006283#M650152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a snapshot of a list box of &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AAContactNumber &lt;/STRONG&gt;field? To me it seems formatting difference between applymap field and the actualy table field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 10:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006283#M650152</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-23T10:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006284#M650153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure though , Do you have &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AAContactNumber &lt;/STRONG&gt;in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[\\abcdef.qvd], if yes than check if values are matching with your inline map table values.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 10:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006284#M650153</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-09-23T10:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006285#M650154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, to check it load without "Mapping" and put all the Fields into a table box...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 10:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006285#M650154</guid>
      <dc:creator>tobias_klett</dc:creator>
      <dc:date>2015-09-23T10:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006286#M650155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;is there mapping field&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;AAContactNumber in the second table if so then it work&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; line-height: 1.5em;"&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;MAP_AACONTACTNO:&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;MAPPING LOAD * INLINE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[AAContactNumber, AAContactNoDesc&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'0113 438 0120','Flying to Mars'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'0330 780 7436','Flying to the Moon'];&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;LOAD Letter_code,&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELIVERY_NNA, &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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAContactNumber&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp; /*&amp;nbsp; check the field is there or not */&lt;/STRONG&gt; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_AACONTACTNO',AAContactNumber) as AAContactNoDesc,&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadedDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [\\abcdef.qvd] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 11:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006286#M650155</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-09-23T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006287#M650156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be there are spaces in your source string.. try trimming it, also please check if the source strings match to the strings in the mappping load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP_AACONTACTNO:&lt;/P&gt;&lt;P&gt; MAPPING LOAD * INLINE&lt;/P&gt;&lt;P&gt;[AAContactNumber, AAContactNoDesc&lt;/P&gt;&lt;P&gt;'0113 438 0120','Flying to Mars'&lt;/P&gt;&lt;P&gt;'0330 780 7436','Flying to the Moon'];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Letter_code,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELIVERY_NNA,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_AACONTACTNO',&lt;STRONG&gt;Trim&lt;/STRONG&gt;(AAContactNumber)) as AAContactNoDesc,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadedDate&lt;/P&gt;&lt;P&gt;FROM [\\abcdef.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 11:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006287#M650156</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-23T11:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006288#M650157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tobias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it seems that QV is loading the data differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to get ensure they both the same. I presume the box on the left is a number and on the right it is text?&amp;nbsp; Is that right?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ApplyMap.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99815_ApplyMap.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 11:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006288#M650157</guid>
      <dc:creator />
      <dc:date>2015-09-23T11:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006289#M650158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field is there, but as per my response to Tobias, it looks like the data types are being loaded differently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 11:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006289#M650158</guid>
      <dc:creator />
      <dc:date>2015-09-23T11:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006290#M650159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sasi, I tried trim(text(x)) to no avail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 11:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006290#M650159</guid>
      <dc:creator />
      <dc:date>2015-09-23T11:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006291#M650160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap('MAP_AACONTACTNO',&lt;STRONG&gt;Text&lt;/STRONG&gt;(&lt;STRONG&gt;Trim&lt;/STRONG&gt;(AAContactNumber&lt;STRONG&gt;))&lt;/STRONG&gt;),'NA') as AAContactNoDesc,&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 11:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006291#M650160</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-23T11:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006292#M650161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try forcing Text to both of them?&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;&lt;STRONG&gt;MAP_AACONTACTNO:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;MAPPING LOAD Text(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AAContactNumber) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AAContactNumber,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AAContactNoDesc&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;INLINE &lt;SPAN style="line-height: 1.5em;"&gt;[&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="line-height: 1.5em;"&gt;AAContactNumber, AAContactNoDesc&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;0113 438 0120, Flying to Mars&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;0330 780 7436, Flying to the Moon&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; 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-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD Letter_code,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELIVERY_NNA,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_AACONTACTNO', Text(AAContactNumber)) as AAContactNoDesc,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadedDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM [\\abcdef.qvd] (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 11:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006292#M650161</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-23T11:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006293#M650162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, tried that and still no joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 13:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006293#M650162</guid>
      <dc:creator />
      <dc:date>2015-09-23T13:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap with LOAD INLINE not working</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006294#M650163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please could you provide sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 14:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-with-LOAD-INLINE-not-working/m-p/1006294#M650163</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-23T14:01:08Z</dc:date>
    </item>
  </channel>
</rss>

