<?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 not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780232#M664845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The technique used for ApplyMap seems to be correct.&lt;/P&gt;&lt;P&gt;Just check the values in 'ATTRIBUTE5' matches with 'RESOURCENAME'.&lt;/P&gt;&lt;P&gt;Also, give the thhird parameter of the ApplyMap with a default vale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Cheers ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2015 16:02:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-10T16:02:49Z</dc:date>
    <item>
      <title>Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780228#M664841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_EMPLOYEES:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;ATTRIBUTE5,&lt;/P&gt;&lt;P&gt;EMPLOYEE_ID&lt;/P&gt;&lt;P&gt;from HR_EMPLOYEES.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;RESOURCENAME as ATTRIBUTE5,&lt;/P&gt;&lt;P&gt;Applymap('HR_EMPLOYEES', RESOURCENAME) as employee_id,&lt;/P&gt;&lt;P&gt;EVENTCODEID,&lt;/P&gt;&lt;P&gt;EVENTDATETIME as Event_shift_time&lt;/P&gt;&lt;P&gt;from OtherTable.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the output of table "test", the "employee_id" field is supposed to contain the values of EMPLOYEE_ID (in HR_EMPLOYEES), but it doesn't, the field employee_id contains the same values as ATTRIBUTE5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really don't get why &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 15:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780228#M664841</guid>
      <dc:creator />
      <dc:date>2015-02-10T15:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780229#M664842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check if the values of ATTRIBUTE5 from HR_EMPLOYEES and RESOURCENAME from othertable&lt;/P&gt;&lt;P&gt;are identical. the behaviour described would result if no match is found. maybe different upper/lower case?&lt;/P&gt;&lt;P&gt;if number different number format??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 15:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780229#M664842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-10T15:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780230#M664843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you didnt specify a default value in your apply map statement, it is just returning RESOURCENAME from the test table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesnt look like it is finding any matches between ATTRIBUTE5 and RESOURCENAME.&amp;nbsp; Are they in the same format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 15:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780230#M664843</guid>
      <dc:creator>jpapador</dc:creator>
      <dc:date>2015-02-10T15:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780231#M664844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura, ApplyMap() keeps the value of the ValueToSearch if this doesn't exist in the Map table, I would load the values of HR_EMPLOYEES in an isolated table (unique field names, ie adding MAP_ prefix to the fields name) and check if there is the same value for MAP_ATTRIBUTE5 and ATTRIBUTE5 (no blank spaces or anything different).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 15:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780231#M664844</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-02-10T15:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780232#M664845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The technique used for ApplyMap seems to be correct.&lt;/P&gt;&lt;P&gt;Just check the values in 'ATTRIBUTE5' matches with 'RESOURCENAME'.&lt;/P&gt;&lt;P&gt;Also, give the thhird parameter of the ApplyMap with a default vale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Cheers ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780232#M664845</guid>
      <dc:creator />
      <dc:date>2015-02-10T16:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780233#M664846</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;Try the statement below and if you are getting Invalid for each field the match isn't being met.&amp;nbsp; If that is the case can you provide a table box of two fields to see why the match isn't being made?&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;HR_EMPLOYEES:&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EMPLOYEE_ID,&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;ATTRIBUTE5&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM HR_EMPLOYEES.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;TEST:&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;RESOURCENAME as ATTRIBUTE5,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;APPLYMAP('HR_EMPLOYEES', RESOURCENAME,'Invalid') AS EMPLOYEE_ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EVENTCODEID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EVENTDATETIME as Event_shift_time&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from OtherTable.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780233#M664846</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2015-02-10T16:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780234#M664847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or temprarily remove the MAPPING prefix from your code. You'll get an additional table that uses ATTRIBUTE5 as a key to connects EMPLOYEE_ID to the test table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a Table box to check wether every EVENTCODEID has an ATTRIBUTE5 value and a corresponding EMPLOYEE_ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780234#M664847</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-02-10T16:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780235#M664848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are right, I've put a default value in the applymap and it always returns this value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's very weird because I 've tried :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_EMPLOYEES:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;ATTRIBUTE5,&lt;/P&gt;&lt;P&gt;EMPLOYEE_ID&lt;/P&gt;&lt;P&gt;from HR_EMPLOYEES.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;RESOURCENAME as ATTRIBUTE5,&lt;/P&gt;&lt;P&gt;EVENTCODEID,&lt;/P&gt;&lt;P&gt;EVENTDATETIME as Event_shift_time&lt;/P&gt;&lt;P&gt;from OtherTable.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I do get 2 tables linked on ATTRIBUTE5 and then,&amp;nbsp; I do have an EMPLOYEE_ID for each ATTRIBUTE5...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use an old version of Qlikview (9), might this be the reason ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780235#M664848</guid>
      <dc:creator />
      <dc:date>2015-02-10T16:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780236#M664849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is EMPLOYEE_ID and ATTRIBUTE5 a 1:1 relationship.&amp;nbsp; Maps only work correctly for a 1:1 relationship while just creating a link between the tables would work for 1:n relationships.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try doing a left join instead of a map and see if that produces values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;RESOURCENAME as ATTRIBUTE5,&lt;/P&gt;&lt;P&gt;EVENTCODEID,&lt;/P&gt;&lt;P&gt;EVENTDATETIME as Event_shift_time&lt;/P&gt;&lt;P&gt;from OtherTable.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (test)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;ATTRIBUTE5,&lt;/P&gt;&lt;P&gt;EMPLOYEE_ID as newemployeeid&lt;/P&gt;&lt;P&gt;from HR_EMPLOYEES.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780236#M664849</guid>
      <dc:creator>jpapador</dc:creator>
      <dc:date>2015-02-10T16:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780237#M664850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've changed my code to :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_EMPLOYEES:&lt;/P&gt;&lt;P&gt;Mapping load distinct&lt;/P&gt;&lt;P&gt;ATTRIBUTE5,&lt;/P&gt;&lt;P&gt;EMPLOYEE_ID&lt;/P&gt;&lt;P&gt;from HR_EMPLOYEES.qvd(qvd)&lt;/P&gt;&lt;P&gt;where not isnull(ATTRIBUTE5) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it is now working !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780237#M664850</guid>
      <dc:creator />
      <dc:date>2015-02-10T16:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780238#M664851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura, with this last test you've done you can try to create a table box with EMPLOYEE_ID and EVENTCODEID, if both values are in the same row, then a linked value exist, otherwise HR_EMPLOYEES.ATTRIBUTE5 is different than test.ATTRIBUTE5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If can upload a sample we can get you a direct solution instead of guiding tests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780238#M664851</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-02-10T16:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780239#M664852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I have resolved my first trouble, now I have another applymap which is not working :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code_event_tl:&lt;/P&gt;&lt;P&gt;mapping LOAD &lt;/P&gt;&lt;P&gt;EVENTCODEID,&lt;/P&gt;&lt;P&gt;EVENTCODENAME&lt;/P&gt;&lt;P&gt;from EVENT_CODE.qvd (qvd)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;RESOURCENAME as ATTRIBUTE5,&lt;/P&gt;&lt;P&gt;Applymap('HR_EMPLOYEES', RESOURCENAME, 'null') as EMPLOYEE_ID,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Applymap('Code_event_tl',EVENTCODEID, 'null') as Event_shift,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;EVENTCODEID,&lt;/P&gt;&lt;P&gt;EVENTDATETIME as Event_shift_time&lt;/P&gt;&lt;P&gt;from OtherTable.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the "Event_shift" value which always returns null... whereas the Code_event_tl table is a simple table with 7 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also notice that when I look at the "schema view" ( where you can see the tables and the relationships), there is a lonely table called "$orphan_EVENTCODENAME" and it contains EVENTCODENAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780239#M664852</guid>
      <dc:creator />
      <dc:date>2015-02-10T16:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780240#M664853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never saw an $orphan table, so I have no idea, anyway, have you tried to use the Distinct clause like in the last map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780240#M664853</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-02-10T16:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap not working</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780241#M664854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/3598"&gt;Mapping $Orphan&lt;/A&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 might have found the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-not-working/m-p/780241#M664854</guid>
      <dc:creator />
      <dc:date>2015-02-10T16:48:24Z</dc:date>
    </item>
  </channel>
</rss>

