<?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: Replace Value field from Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123495#M18822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;might be worth to question the datamodel,&lt;/P&gt;&lt;P&gt;anyhow:&lt;/P&gt;&lt;P&gt;load the mapping, as needed (and add all the VODAFONE etc) and put in line 79 as line like&lt;/P&gt;&lt;P&gt;If([Final Field] = 'OPERATOR', APPLYMAP('mapCustomer', Value)) AS NewField1&lt;/P&gt;&lt;P&gt;should then do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2018 10:59:39 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2018-08-27T10:59:39Z</dc:date>
    <item>
      <title>Replace Value field from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123492#M18819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this attached qvw, I have to replace the Value field, Where ever T-Mobile, T-Mobile US, &lt;SPAN style="font-size: 13.3333px;"&gt;T-Mobile D is available, I want to replece the same value with only T-Mobile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Similary for Vodafone and TMO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please find the attached QVW.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AK&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 08:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123492#M18819</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2018-08-27T08:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Value field from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123493#M18820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;think that it is easier to work with a mapping table:&lt;/P&gt;&lt;P&gt;mapCustomer:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [read, write&lt;/P&gt;&lt;P&gt;T-Mobile, T-Mobile&lt;/P&gt;&lt;P&gt;T-Mobile US, T-Mobile&lt;/P&gt;&lt;P&gt;T-Mobile D, T-Mobile];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;APPLYMAP('mapCustomer', Customer)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS Customer_mapped&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;.....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPLYMAP will translate only the listed entries. Others will be show unchanged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edith would like to add that the mapping may also be loaded from an external table, like Excel - thus easy to maintain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 09:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123493#M18820</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2018-08-27T09:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Value field from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123494#M18821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried, Not working this Applymap in my qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvw and Xls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 09:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123494#M18821</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2018-08-27T09:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Value field from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123495#M18822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;might be worth to question the datamodel,&lt;/P&gt;&lt;P&gt;anyhow:&lt;/P&gt;&lt;P&gt;load the mapping, as needed (and add all the VODAFONE etc) and put in line 79 as line like&lt;/P&gt;&lt;P&gt;If([Final Field] = 'OPERATOR', APPLYMAP('mapCustomer', Value)) AS NewField1&lt;/P&gt;&lt;P&gt;should then do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 10:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123495#M18822</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2018-08-27T10:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Value field from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123496#M18823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 12:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Value-field-from-Script/m-p/123496#M18823</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2018-08-27T12:25:08Z</dc:date>
    </item>
  </channel>
</rss>

