<?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: Rename two identical values in the same field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734059#M1054700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked, but I only want the &amp;amp; ' ' &amp;amp; replacement to occur when the Platform Category = Orange. Do you know how I can expand your statement to be conditional?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 19:37:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-15T19:37:47Z</dc:date>
    <item>
      <title>Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734052#M1054693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;Food&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Fruit&lt;/TD&gt;&lt;TD&gt;Orange&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Drink&lt;/TD&gt;&lt;TD&gt;Orange&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to rename the two 'Orange' values in the 'Type' Field differently, based on the associated values in the 'Food' Field. Does anyone know how I can do this in the script? I need help with both the method, and the syntax. I think I could use REPLACE or MAPPING, I just don't know how I would type it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 18:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734052#M1054693</guid>
      <dc:creator />
      <dc:date>2014-10-15T18:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734053#M1054694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69007_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tmp:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Food, Type&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Fruit, Orange&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Drink, Orange&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Fruit, Lemon&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;final:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Food,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if(Type = 'Orange', &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; pick(match(Food, 'Fruit', 'Drink'), 'Orange Fruit', 'Orange Drink'),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Type) as Type&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; tmp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table tmp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 18:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734053#M1054694</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-15T18:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734054#M1054695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much! Unfortunately, this generated a synthetic key - perhaps I should have mentioned that the two fields 'Food' and 'Type', and the 'Orange' Type values, are in a pre-existing data table. So perhaps I should use your If pick(match) syntax in a different way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734054#M1054695</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734055#M1054696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can replace my tmp table with your preexisting one&lt;/P&gt;&lt;P&gt;Or post the script, maybe I don't understand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734055#M1054696</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-15T19:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734056#M1054697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach the model? may you can try in the script load something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Food,&lt;/P&gt;&lt;P&gt;Food &amp;amp; ' ' &amp;amp; Type AS Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when Qlik reads Food = drink and Type = Orange, you will have Food =drink, Type = drink Orange&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734056#M1054697</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734057#M1054698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My script looks something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Systems:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amounts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Market Sector],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Market Segment],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Platform Type],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Platform Category],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Platform Sub-Category],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer],&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[\\xx\xx\xx.qvd]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is, I have the value 'Orange' in [Platform Category] - one for 'Fruit' in [Platform Type] and one for 'Drink' in [Platform Type]. How can I edit the script to conditionally change 'Orange' to 'Orange Fruit' and 'Orange Drink'? I only want to do that change for Orange, not for all other values in [Platform Category]. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734057#M1054698</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734058#M1054699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Systems:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amounts,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Market Sector],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Market Segment],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Platform Type],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF ( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;[Platform Category] = 'Orange' ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;[Platform Type] &amp;amp; ' ' &amp;amp;&lt;/SPAN&gt; [Platform Category],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;[Platform Category] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;[Platform Category]&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Platform Sub-Category],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;[\\xx\xx\xx.qvd]&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;You will see the difference in [Platform Category] directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734058#M1054699</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734059#M1054700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked, but I only want the &amp;amp; ' ' &amp;amp; replacement to occur when the Platform Category = Orange. Do you know how I can expand your statement to be conditional?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734059#M1054700</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734060#M1054701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I add an If sentence in the previos reply, here is again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Systems:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amounts,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Market Sector],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Market Segment],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Platform Type],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF ( &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Platform Category] = 'Orange' ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Platform Type] &amp;amp; ' ' &amp;amp;&lt;/SPAN&gt; [Platform Category],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Platform Category] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Platform Category]&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Platform Sub-Category],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;[\\xx\xx\xx.qvd]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;You will see the difference in [Platform Category] directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734060#M1054701</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734061#M1054702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont forget to mark the post as the right answer if it helps you please &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734061#M1054702</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rename two identical values in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734062#M1054703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES it worked!! Thank you Jon! And thank you Massimo, as well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rename-two-identical-values-in-the-same-field/m-p/734062#M1054703</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:46:48Z</dc:date>
    </item>
  </channel>
</rss>

