<?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 Load script Replace comma separated  ID with name values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-script-Replace-comma-separated-ID-with-name-values/m-p/1787784#M1210230</link>
    <description>&lt;P&gt;I have field with ID values which is comma separated like 1.5,7,10. I need to replace the ID values with names like USA, Canada, Australia, Singapore. How can i do this in load script?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 08:28:03 GMT</pubDate>
    <dc:creator>Vijaikrishna</dc:creator>
    <dc:date>2021-03-03T08:28:03Z</dc:date>
    <item>
      <title>Load script Replace comma separated  ID with name values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-Replace-comma-separated-ID-with-name-values/m-p/1787784#M1210230</link>
      <description>&lt;P&gt;I have field with ID values which is comma separated like 1.5,7,10. I need to replace the ID values with names like USA, Canada, Australia, Singapore. How can i do this in load script?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 08:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-Replace-comma-separated-ID-with-name-values/m-p/1787784#M1210230</guid>
      <dc:creator>Vijaikrishna</dc:creator>
      <dc:date>2021-03-03T08:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load script Replace comma separated  ID with name values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-Replace-comma-separated-ID-with-name-values/m-p/1787791#M1210232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123327"&gt;@Vijaikrishna&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;Mapping&lt;BR /&gt;Load * Inline&lt;BR /&gt;[&lt;BR /&gt;ID, Country&lt;BR /&gt;1,USA&lt;BR /&gt;5,Canada&lt;BR /&gt;7,Australia&lt;BR /&gt;10,Singapore&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Load Concat(Ctry, ',', ID) as Ctry;&lt;BR /&gt;Load ApplyMap('MapCtry', SubField(ID, ',')) as Ctry, ID Inline&lt;BR /&gt;[&lt;BR /&gt;ID&lt;BR /&gt;"1,5,7,10"&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Replace with inline with ursource.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 08:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-Replace-comma-separated-ID-with-name-values/m-p/1787791#M1210232</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-03-03T08:38:56Z</dc:date>
    </item>
  </channel>
</rss>

