<?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: how to use ApplyMap in my joining script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300501#M828577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;haven't you already covered this in a prior post? &lt;A href="https://community.qlik.com/thread/265949"&gt;Time taken by resident load is huge&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're welcome by the way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2017 14:21:38 GMT</pubDate>
    <dc:creator>marcus_malinow</dc:creator>
    <dc:date>2017-06-29T14:21:38Z</dc:date>
    <item>
      <title>how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300497#M828572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to use ApplyMap in the below joining script:&lt;/P&gt;&lt;P&gt;[Temp Division]:&lt;BR /&gt;load &lt;BR /&gt; "Firm ID",&lt;BR /&gt; "Trn Key"&lt;BR /&gt;resident [F_SALES_TRN];&lt;BR /&gt;left join&lt;/P&gt;&lt;P&gt;LOAD &lt;BR /&gt;[Trn Key]&lt;BR /&gt;,"F_SALES_TRN_TERR_LIST.Terr Key" as [Terr Key]&lt;BR /&gt;resident [F_SALES_TRN_TERR_LIST];&lt;BR /&gt;left join&lt;BR /&gt;load&lt;BR /&gt;&amp;nbsp; Distinct&lt;BR /&gt;&amp;nbsp; "D_TERRITORY.Terr Key" as [Terr Key],&lt;BR /&gt;&amp;nbsp; [Terr Regn Mgr Last Name],&lt;BR /&gt;&amp;nbsp; [Terr Regn Mgr First Name],&lt;BR /&gt;&amp;nbsp; [Manager Wholesaler]&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;resident [D_TERRITORY];&lt;BR /&gt;left join&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp; Distinct&lt;BR /&gt;&amp;nbsp; "Firm ID",&lt;BR /&gt;&amp;nbsp; "Firm Channel Desc"&lt;BR /&gt;resident [D_FIRM];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&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/how-to-use-ApplyMap-in-my-joining-script/m-p/1300497#M828572</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300498#M828574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What purpose you want? And which table you want to apply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 13:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300498#M828574</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-29T13:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300499#M828575</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;You can write this&lt;/P&gt;&lt;P&gt;MAP1:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Firm ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Firm Channel Desc"&lt;/P&gt;&lt;P&gt;resident [D_FIRM];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP2:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;load Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp; "D_TERRITORY.Terr Key",&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Terr Regn Mgr Last Name]&amp;nbsp; &lt;/P&gt;&lt;P&gt;resident [D_TERRITORY];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP3:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;load Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp; "D_TERRITORY.Terr Key",&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Terr Regn Mgr First Name]&amp;nbsp; &lt;/P&gt;&lt;P&gt;resident [D_TERRITORY];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP4:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;load Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp; "D_TERRITORY.Terr Key",&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Manager Wholesaler]&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;resident [D_TERRITORY];&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;[Temp Division]:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP1', "Firm ID") AS "Firm Channel Desc",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Trn Key"&lt;/P&gt;&lt;P&gt;resident [F_SALES_TRN];&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Trn Key],&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP2', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Terr Regn Mgr Last Name] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP3', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Terr Regn Mgr First Name] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP4', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Manager Wholesaler]&lt;/P&gt;&lt;P&gt;resident [F_SALES_TRN_TERR_LIST];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 13:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300499#M828575</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-06-29T13:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300500#M828576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it will be better if you add a new map, in not necessary do a join just for one field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP1:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Firm ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Firm Channel Desc"&lt;/P&gt;&lt;P&gt;resident [D_FIRM];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP2:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;load Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp; "D_TERRITORY.Terr Key",&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Terr Regn Mgr Last Name] &lt;/P&gt;&lt;P&gt;resident [D_TERRITORY];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP3:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;load Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp; "D_TERRITORY.Terr Key",&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Terr Regn Mgr First Name] &lt;/P&gt;&lt;P&gt;resident [D_TERRITORY];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP4:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;load Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp; "D_TERRITORY.Terr Key",&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Manager Wholesaler]&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;resident [D_TERRITORY];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP5:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp; "Firm ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Trn Key"&lt;/P&gt;&lt;P&gt;resident [F_SALES_TRN];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Temp Division]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP1', ApplyMap('MAP5',[Trn Key])) AS "Firm Channel Desc",&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP2', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Terr Regn Mgr Last Name] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP3', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Terr Regn Mgr First Name] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP4', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Manager Wholesaler]&lt;/P&gt;&lt;P&gt;resident [F_SALES_TRN_TERR_LIST];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 13:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300500#M828576</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-06-29T13:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300501#M828577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;haven't you already covered this in a prior post? &lt;A href="https://community.qlik.com/thread/265949"&gt;Time taken by resident load is huge&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're welcome by the way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 14:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300501#M828577</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2017-06-29T14:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300502#M828578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This only gives me id, not the corresponding column value:&lt;/P&gt;&lt;P&gt;[Temp Division]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP1', ApplyMap('MAP5',[Trn Key])) AS "Firm Channel Descs",&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP2', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Terr Regn Mgr Last Names] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP3', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Terr Regn Mgr First Names] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP4', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Manager Wholesalers] &lt;/P&gt;&lt;P&gt;resident [F_SALES_TRN_TERR_LIST];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I only getting the id values for "Firm Channel Descs" or [Terr Regn Mgr Last Names]&amp;nbsp; and I get IDs , but the corresponding String values for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300502#M828578</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2017-07-04T06:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300503#M828579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This only gives me id, not the corresponding column value:&lt;/P&gt;&lt;P&gt;[Temp Division]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP1', ApplyMap('MAP5',[Trn Key])) AS "Firm Channel Descs",&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP2', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Terr Regn Mgr Last Names] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP3', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Terr Regn Mgr First Names] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MAP4', "F_SALES_TRN_TERR_LIST.Terr Key") AS [Manager Wholesalers] &lt;/P&gt;&lt;P&gt;resident [F_SALES_TRN_TERR_LIST];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I only getting the id values for "Firm Channel Descs" or [Terr Regn Mgr Last Names]&amp;nbsp; and I get IDs , but the corresponding String values for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300503#M828579</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2017-07-04T06:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300504#M828580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this line in the script you will have the string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP1', &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP5',&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Trn Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"Firm Channel Desc"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 08:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300504#M828580</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-04T08:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300505#M828581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it does not work for me. Please give me a way to find out the fault in my code? I think we have used 'resident [F_SALES_TRN_TERR_LIST];' and &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;"Firm Channel Desc" does not exists in that table. So it is not coming?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 08:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300505#M828581</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2017-07-04T08:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300506#M828582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, the name of the field was wrong, try with this to load the last table&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Temp Division]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP1', &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP5',&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[F_SALES_TRN_TERR_LIST.Terr Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"Firm Channel Desc"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP2', &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"F_SALES_TRN_TERR_LIST.Terr Key"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Terr Regn Mgr Last Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP3', &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"F_SALES_TRN_TERR_LIST.Terr Key"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Terr Regn Mgr First Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP4', &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"F_SALES_TRN_TERR_LIST.Terr Key"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Manager Wholesaler]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[F_SALES_TRN_TERR_LIST]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300506#M828582</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-04T09:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300507#M828583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I have tried it in many ways , but I failed, as because '&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;"F_SALES_TRN_TERR_LIST.Terr Key" means the column name used in ApplyMap function ,&amp;nbsp; is different than Mapping column name. So it will not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Sandip&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 10:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300507#M828583</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2017-07-05T10:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to use ApplyMap in my joining script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300508#M828584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my last comment is wrong, the double map is like the first one comment&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ApplyMap('MAP1', ApplyMap('MAP5',[Trn Key])) AS "Firm Channel Desc",&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the MAP5 is in the wrong order (now is good)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP5:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Trn Key",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Firm ID",&lt;/P&gt;&lt;P&gt;resident [F_SALES_TRN];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;MAP1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"Firm ID"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"Firm Channel Desc"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[D_FIRM]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; MAP2:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"D_TERRITORY.Terr Key"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Terr Regn Mgr Last Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[D_TERRITORY]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; MAP3:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"D_TERRITORY.Terr Key"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Terr Regn Mgr First Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[D_TERRITORY]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; MAP4:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"D_TERRITORY.Terr Key"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Manager Wholesaler]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[D_TERRITORY]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; MAP5:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"Trn Key"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"Firm ID"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;resident&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[F_SALES_TRN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Temp Division]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP1', &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP5',&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Trn Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"Firm Channel Desc"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP2', &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"F_SALES_TRN_TERR_LIST.Terr Key"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Terr Regn Mgr Last Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP3', &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"F_SALES_TRN_TERR_LIST.Terr Key"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Terr Regn Mgr First Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('MAP4', &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"F_SALES_TRN_TERR_LIST.Terr Key"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Manager Wholesaler]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[F_SALES_TRN_TERR_LIST]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 11:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-ApplyMap-in-my-joining-script/m-p/1300508#M828584</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-05T11:07:30Z</dc:date>
    </item>
  </channel>
</rss>

