<?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 Mapping Load Scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-Load-Scripting/m-p/1151891#M634905</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;My usual newbie type question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got 3 headers named [Added By], [Last Maint By] and [Closed By] on one spreadsheet. All 3 of these are actually employee ID's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have another spreadsheet which has the header [Employees] which is also the employee ID. I want to map all 3 off those headers to this header so that I can pull back information on the employees who are opening and closing calls for example [Position] and [Team].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done at all using mapping loads and apply map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2016 10:34:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-16T10:34:47Z</dc:date>
    <item>
      <title>Mapping Load Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-Scripting/m-p/1151891#M634905</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;My usual newbie type question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got 3 headers named [Added By], [Last Maint By] and [Closed By] on one spreadsheet. All 3 of these are actually employee ID's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have another spreadsheet which has the header [Employees] which is also the employee ID. I want to map all 3 off those headers to this header so that I can pull back information on the employees who are opening and closing calls for example [Position] and [Team].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done at all using mapping loads and apply map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-Scripting/m-p/1151891#M634905</guid>
      <dc:creator />
      <dc:date>2016-05-16T10:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-Scripting/m-p/1151892#M634906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can apply the same principle as for a canonical date:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;LOAD Recno() as RecID, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Added By], [Last Maint By], [Closed By] ....&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;FROM YourExcelTableASource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;LOAD [Employees], ...&lt;/P&gt;&lt;P&gt;FROM YourExcelTableBSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CROSSTABLE (Role, Employees)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD RecID, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Added By], [Last Maint By], [Closed By]&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;RESIDENT TableA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 16:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-Scripting/m-p/1151892#M634906</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-16T16:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-Scripting/m-p/1151893#M634907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post some sample data (excel) and your expected result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 21:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-Scripting/m-p/1151893#M634907</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-16T21:37:15Z</dc:date>
    </item>
  </channel>
</rss>

