<?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 after crosstable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224539#M865806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a better solution than mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2016 11:59:38 GMT</pubDate>
    <dc:creator>stabben23</dc:creator>
    <dc:date>2016-12-22T11:59:38Z</dc:date>
    <item>
      <title>ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224531#M865798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem which I feel should be straightforward to solve. But I can't do it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have a table called Data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then load a temp table as a crosstable, called 'tempData'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then left join my tables:&lt;/P&gt;&lt;P&gt;LEFT JOIN (Data) LOAD * Resident tempData;&lt;/P&gt;&lt;P&gt;Drop TABLE tempData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want to applymap to one of the fields that was in tempData, but is now in Data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;BR /&gt;Jess&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/ApplyMap-after-crosstable/m-p/1224531#M865798</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224532#M865799</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;maybe you could try to do a mapping Load before you drop the tempData.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Data) LOAD * Resident tempData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping LOAD&lt;/P&gt;&lt;P&gt;map:&lt;/P&gt;&lt;P&gt;field1 as Mapkey,&lt;/P&gt;&lt;P&gt;field2 as mapfield&lt;/P&gt;&lt;P&gt;resident tempData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop TABLE tempData;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 11:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224532#M865799</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-12-22T11:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224533#M865800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before you can use ApplyMap() function, you need to load a MAPPING table:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3497"&gt;Mapping … and not the geographical kind&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use your mapping table using an ApplyMap() e.g. in the RESIDENT LOAD of your tempData table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 11:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224533#M865800</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-12-22T11:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224534#M865801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should have explained that I have already loaded the mapping table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I applymap in the resident load? That's the bit I'm stuck on! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 11:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224534#M865801</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-12-22T11:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224535#M865802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jessica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you put some sample data for brief idea of your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 11:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224535#M865802</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2016-12-22T11:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224536#M865803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jessica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can load the Data table once agin With a resident LOAD.&lt;/P&gt;&lt;P&gt;Data2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;applymap('map',field) as fieldNew&lt;/P&gt;&lt;P&gt;Resident Data;&lt;/P&gt;&lt;P&gt;drop table Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 11:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224536#M865803</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-12-22T11:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224537#M865804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map_New:&lt;/P&gt;&lt;P&gt;Mapping LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Given&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;New&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;A,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;B,2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Type&lt;/P&gt;&lt;P&gt;FROM xxxxxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tempData:&lt;/P&gt;&lt;P&gt;CrossTable(Given,Outcome,1)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;FROM xxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (Data) LOAD* Resident tempData;&lt;/P&gt;&lt;P&gt;Drop TABLE tempData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point, I want to applymap with 'Map_New', so that in my&amp;nbsp; 'Data' table, I am left with ID, Type, New, Outcome&lt;/P&gt;&lt;P&gt;and can drop 'Given'. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 11:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224537#M865804</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-12-22T11:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224538#M865805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use ApplyMap when you are joining?&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_New:&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 * INLINE [&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;Given&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;,&lt;/SPAN&gt;New&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="font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;A,1&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;B,2&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Data:&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&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;ID,&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;Type&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 xxxxxxxx&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;tempData:&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;CrossTable(Given,Outcome,1)&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&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;ID,&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;A,&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;B&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 xxxxx&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;JOIN (Data)&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 *,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;ApplyMap('&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Map_New&lt;/SPAN&gt;', FieldName, Null()) as NewFieldName&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;Resident tempData;&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;DROP Table tempData;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 11:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224538#M865805</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-22T11:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224539#M865806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a better solution than mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 11:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224539#M865806</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-12-22T11:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224540#M865807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the only good thing here is that we have one less load &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 12:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224540#M865807</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-22T12:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224541#M865808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect! Thanks Staffan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Knew it couldn't be as tricky as I was finding it! &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Really appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 12:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224541#M865808</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-12-22T12:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224542#M865809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed actually - sorry Staffan &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sunny, my script is looking even neater!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Huge thanks to you both. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 12:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224542#M865809</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-12-22T12:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224543#M865810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resident load on Fact table should be avoid if not necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 12:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224543#M865810</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-12-22T12:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap after crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224544#M865811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 12:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-after-crosstable/m-p/1224544#M865811</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-22T12:28:23Z</dc:date>
    </item>
  </channel>
</rss>

