<?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 Regarding applymap function in QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Regarding-applymap-function-in-QlikSense/m-p/1766766#M59323</link>
    <description>&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;Appreciate your time.&lt;/P&gt;&lt;P&gt;I am trying to do an applymap in a portion of my field.&lt;/P&gt;&lt;P&gt;for eg, I have a field called Report_Vendor_Prodid which has value 7|ABC|123 ,&lt;/P&gt;&lt;P&gt;I would like to swap the prodid with&amp;nbsp; product category. let say the above prodid belongs to&amp;nbsp; product category 1 then my result would like some thing below&lt;/P&gt;&lt;P&gt;7|ABC|1&lt;/P&gt;&lt;P&gt;could you kindly let me know your feedback.,thank you!&lt;/P&gt;&lt;P&gt;Kiruthiga&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2020 16:43:48 GMT</pubDate>
    <dc:creator>skiruthigadevi</dc:creator>
    <dc:date>2020-12-07T16:43:48Z</dc:date>
    <item>
      <title>Regarding applymap function in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Regarding-applymap-function-in-QlikSense/m-p/1766766#M59323</link>
      <description>&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;Appreciate your time.&lt;/P&gt;&lt;P&gt;I am trying to do an applymap in a portion of my field.&lt;/P&gt;&lt;P&gt;for eg, I have a field called Report_Vendor_Prodid which has value 7|ABC|123 ,&lt;/P&gt;&lt;P&gt;I would like to swap the prodid with&amp;nbsp; product category. let say the above prodid belongs to&amp;nbsp; product category 1 then my result would like some thing below&lt;/P&gt;&lt;P&gt;7|ABC|1&lt;/P&gt;&lt;P&gt;could you kindly let me know your feedback.,thank you!&lt;/P&gt;&lt;P&gt;Kiruthiga&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 16:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Regarding-applymap-function-in-QlikSense/m-p/1766766#M59323</guid>
      <dc:creator>skiruthigadevi</dc:creator>
      <dc:date>2020-12-07T16:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding applymap function in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Regarding-applymap-function-in-QlikSense/m-p/1766857#M59328</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You need to load the mapping table prior to the data table, with the "mapping" argument.&lt;/P&gt;&lt;P&gt;Then, in your data table you use the Applymap with the name of your mapping table.&lt;/P&gt;&lt;P&gt;It would be something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mymap:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline [&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From , To&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;123 , 1&lt;/P&gt;&lt;P&gt;x , y ] (delimiter is ',') ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load Column1,Column2, Applymap('MyMap', Prodid) as Category , ... from..;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Your mapping table must contain only 2 columns.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 22:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Regarding-applymap-function-in-QlikSense/m-p/1766857#M59328</guid>
      <dc:creator>Gui_Approbato</dc:creator>
      <dc:date>2020-12-07T22:24:56Z</dc:date>
    </item>
  </channel>
</rss>

