<?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: Apply map not working as expected in May 2024 patch 11 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506329#M104164</link>
    <description>&lt;P&gt;Nor have I, but it definitely wasn't the case up to May 2023, and it's definitely the case in May 2024 based on your testing, and it's definitely the case in Cloud now, so we have a pretty good triangulation of this being a stealth change (intentional or otherwise) in late 2023 / early 2024. &lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2025 08:42:51 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2025-02-18T08:42:51Z</dc:date>
    <item>
      <title>Apply map not working as expected in May 2024 patch 11</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506312#M104156</link>
      <description>&lt;P&gt;Hi Qlik Team,&lt;/P&gt;
&lt;P&gt;I was playing around with basic syntax of Applymap in Qliksense enterprise May 2024 patch 11.&lt;/P&gt;
&lt;P&gt;Following codei tried to run :&lt;/P&gt;
&lt;P&gt;Map_Account:&lt;/P&gt;
&lt;P&gt;//Mapping&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account_Id,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _Account_Name&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM ['$(vPBCRMEntityNew)'GBL_CRM_Account.qvd](qvd);&lt;/P&gt;
&lt;P&gt;Test:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;applymap('Map_Account',Primary_Account_No)&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Account Name]&lt;/P&gt;
&lt;P&gt;FROM ['$(vPBCRMEntityNew)'GBL_CRM__Di.qvd](qvd);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ideally it should fail as mapping syntax is commented, but it works without any error of mapid not found.&lt;/P&gt;
&lt;P&gt;Any reason for this unusual behaviour?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 07:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506312#M104156</guid>
      <dc:creator>smandar91</dc:creator>
      <dc:date>2025-02-18T07:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map not working as expected in May 2024 patch 11</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506314#M104157</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/287989"&gt;@smandar91&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see what you are saying, Its as if Qlik already "creates" a mapping table based on the table only having 2 columns. The only difference I am noticing is that if you don't use "mapping" prefix the table isn't dropped automatically.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Jandre&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 07:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506314#M104157</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-02-18T07:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map not working as expected in May 2024 patch 11</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506315#M104158</link>
      <description>&lt;P&gt;Okay, does that mean mapping syntax is not needed anymore if i have table with just two columns? Is this new feature I'm not aware of or it's a bug in updated Qlik version? I tried same code in prod environment where Feb 2022, patch 14 is installed its fails with mapid not found error.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 07:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506315#M104158</guid>
      <dc:creator>smandar91</dc:creator>
      <dc:date>2025-02-18T07:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map not working as expected in May 2024 patch 11</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506317#M104159</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/287989"&gt;@smandar91&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great question. As mentioned - The Mapping prefix just looks like it would drop the table automatically. Seeing nothing in the documentation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Jandre&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 07:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506317#M104159</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-02-18T07:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map not working as expected in May 2024 patch 11</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506318#M104160</link>
      <description>&lt;P&gt;I don't remember seeing this documented (though it may have been), but I think this was changed at some point around late 2023 / early 2024. As &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/174995"&gt;@JandreKillianRIC&lt;/a&gt; suggested, using ApplyMap will work on a regular Load as long as that table has exactly two fields. The original table will not be dropped. This is the case in Qlik Cloud as well. &lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 07:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506318#M104160</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-02-18T07:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map not working as expected in May 2024 patch 11</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506326#M104163</link>
      <description>&lt;P&gt;Okay, this is something new to me. I haven't seen this documented anywhere .&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 08:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506326#M104163</guid>
      <dc:creator>smandar91</dc:creator>
      <dc:date>2025-02-18T08:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map not working as expected in May 2024 patch 11</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506329#M104164</link>
      <description>&lt;P&gt;Nor have I, but it definitely wasn't the case up to May 2023, and it's definitely the case in May 2024 based on your testing, and it's definitely the case in Cloud now, so we have a pretty good triangulation of this being a stealth change (intentional or otherwise) in late 2023 / early 2024. &lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 08:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-map-not-working-as-expected-in-May-2024-patch-11/m-p/2506329#M104164</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-02-18T08:42:51Z</dc:date>
    </item>
  </channel>
</rss>

