<?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: Learn Apply Map in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694622#M593183</link>
    <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;I don't get any error msg. just that it cannot recode .&lt;/P&gt;&lt;P&gt;enclosed my raw data.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
    <pubDate>Sat, 18 Apr 2020 19:23:30 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2020-04-18T19:23:30Z</dc:date>
    <item>
      <title>Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694611#M593177</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I try to learn how to apply mapping .&lt;/P&gt;&lt;P&gt;May i know why cannot add MAPPING in below script ?&lt;/P&gt;&lt;P&gt;MAP:&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;//MAPPING&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;SEG_RAW,&lt;BR /&gt;SEGMENT&lt;BR /&gt;FROM&lt;BR /&gt;C:\Users\pauly\Dropbox\mainqv\QV_PROJECT\MAPPING\MAPPAY.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is ADL);&lt;/P&gt;&lt;P&gt;PAY:&lt;BR /&gt;LOAD&lt;BR /&gt;UserField1,&lt;BR /&gt;ApplyMap('Map_PAY',[UserField1],'OTHERS') as [SEGMENT_]&lt;BR /&gt;FROM&lt;BR /&gt;C:\Users\pauly\Dropbox\mainqv\QV_PROJECT\MAPPING\PAY_ADL.csv&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 18:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694611#M593177</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T18:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694614#M593178</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;You must define the table as a mapping table if you want to use the Apply map function.&lt;/P&gt;&lt;P&gt;If you do not define a mapping table, your Apply map function won't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 18:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694614#M593178</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-18T18:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694616#M593179</link>
      <description>&lt;P&gt;Hi Kau&lt;/P&gt;&lt;P&gt;Thank you for your sharing.&amp;nbsp;Can you share how to define the table as Mapping table ?&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694616#M593179</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T19:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694618#M593180</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;All you have to do is add the "mapping" keyword before the load statement.&lt;/P&gt;&lt;P&gt;Now two things to remember about the mapping table.&lt;/P&gt;&lt;P&gt;1. It should have exactly 2 columns.&lt;/P&gt;&lt;P&gt;2. The first column should be the column for which you want to change the new value.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; and the second column should represent your new value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case the mapping table script will be as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MAP:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;MAPPING&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEG_RAW,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEGMENT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\pauly\Dropbox\mainqv\QV_PROJECT\MAPPING\MAPPAY.xlsx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is ADL);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694618#M593180</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-18T19:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694620#M593181</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;I have define a mapping table , and also link the mapping table field i need to map&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;UserField1 &lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;with my load script , still not working.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Map_Pay:&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;MAPPING&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;UserField1&lt;/FONT&gt;&lt;/STRONG&gt;,&lt;BR /&gt;SEGMENT&lt;BR /&gt;FROM&lt;BR /&gt;C:MAPPAY.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is ADL);&lt;/P&gt;&lt;P&gt;PAY:&lt;BR /&gt;LOAD&lt;BR /&gt;UserField1,&lt;BR /&gt;ApplyMap('Map_PAY',[&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;UserField1&lt;/FONT&gt;&lt;/STRONG&gt;],'OTHERS') as [SEGMENT_]&lt;BR /&gt;FROM&lt;BR /&gt;C:PAY_ADL.csv&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694620#M593181</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T19:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694621#M593182</link>
      <description>&lt;P&gt;I don't see any error in the script.&lt;/P&gt;&lt;P&gt;What is the error that you get?&lt;/P&gt;&lt;P&gt;Can you share the data to recreate your issue on my environment?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694621#M593182</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-18T19:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694622#M593183</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;I don't get any error msg. just that it cannot recode .&lt;/P&gt;&lt;P&gt;enclosed my raw data.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694622#M593183</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T19:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694623#M593184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It didnt work because the Mapping table name that you were supplying in Applymap Function was wrong.&lt;/P&gt;&lt;P&gt;It should have been "Map_Pay" but you have used "Map_PAY".&lt;/P&gt;&lt;P&gt;Thus it didnt find the Mapping table and thus it didnt work.&lt;/P&gt;&lt;P&gt;Try with the exact mapping table name and it should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694623#M593184</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-18T19:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694624#M593185</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;I hv try to make both Map_Pay the same , but it still cannot work.&lt;/P&gt;&lt;P&gt;Any other&amp;nbsp; suggestion ?&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694624#M593185</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T19:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694626#M593186</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;I just test when i comment Mapping it work fine.&lt;/P&gt;&lt;P&gt;where go wrong ?&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694626#M593186</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T19:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694627#M593187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is working for me. See the attached file.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694627#M593187</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-18T19:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694628#M593188</link>
      <description>&lt;P&gt;When you remove it, it is just like a normal association.&lt;/P&gt;&lt;P&gt;If you want to try, do this. Change the field name in Pay Table from&amp;nbsp;UserField1 to UserField2.&lt;/P&gt;&lt;P&gt;When you do this, it wont show you the proper result.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694628#M593188</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-18T19:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694629#M593189</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;when i download the QVW file you send me , it work fine now.&lt;/P&gt;&lt;P&gt;Now when i try to comment Mapping , it does not work .&lt;/P&gt;&lt;P&gt;But if i try my own script , it still not working.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694629#M593189</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T19:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694630#M593190</link>
      <description>&lt;P&gt;That should not happen. What version you are having?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694630#M593190</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-18T19:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694631#M593191</link>
      <description>&lt;P&gt;Ver 9&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694631#M593191</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T19:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694632#M593192</link>
      <description>&lt;P&gt;What..?&lt;/P&gt;&lt;P&gt;Qlikview version 9?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you sure?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694632#M593192</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-18T19:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694634#M593193</link>
      <description>&lt;P&gt;Yes i have been using this ver 9 and i never have any issue in the past , only recently i enclosed this issue.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694634#M593193</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T19:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694635#M593194</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;when you press control T , do you see only one table with 2 field ?&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694635#M593194</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T19:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694636#M593195</link>
      <description>&lt;P&gt;Thats true,&lt;/P&gt;&lt;P&gt;because the mapping table stays in RAM till script execution is going on. Once script is finished the Mapping table is flushed out of RAM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 19:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694636#M593195</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-18T19:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Learn Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694638#M593196</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;If i have 5 different company segment table.&lt;/P&gt;&lt;P&gt;should i using one mapping table for 5 company ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;because i need each company have it own recode.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 20:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learn-Apply-Map/m-p/1694638#M593196</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-04-18T20:06:50Z</dc:date>
    </item>
  </channel>
</rss>

