<?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: Renaming field value in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Renaming-field-value-in-script/m-p/1261497#M867877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the got the answer with the below logic as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(left(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HPTOX&lt;/SPAN&gt;,8)='&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Electric&lt;/STRONG&gt;','Electic\GE',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HPTOX&lt;/SPAN&gt;) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HPTOX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2016 13:56:34 GMT</pubDate>
    <dc:creator>nareshthavidishetty</dc:creator>
    <dc:date>2016-12-01T13:56:34Z</dc:date>
    <item>
      <title>Renaming field value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-field-value-in-script/m-p/1261495#M867875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to rename field value in script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field: HPTOX&lt;/P&gt;&lt;P&gt;Value with in field : &lt;STRONG&gt;Electric&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here i need to rename Electric into Electric\GE&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, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-field-value-in-script/m-p/1261495#M867875</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming field value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-field-value-in-script/m-p/1261496#M867876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Pick(Match(HPTOX, '&lt;STRONG&gt;Electric&lt;/STRONG&gt;')+1, HPTOX, 'Electric\GE') as HPTOX&lt;/P&gt;&lt;P&gt;[..]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;you can use mapping load / applymap function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aurélien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 13:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-field-value-in-script/m-p/1261496#M867876</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2016-12-01T13:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming field value in script</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-field-value-in-script/m-p/1261497#M867877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the got the answer with the below logic as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(left(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HPTOX&lt;/SPAN&gt;,8)='&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Electric&lt;/STRONG&gt;','Electic\GE',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HPTOX&lt;/SPAN&gt;) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HPTOX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 13:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-field-value-in-script/m-p/1261497#M867877</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-12-01T13:56:34Z</dc:date>
    </item>
  </channel>
</rss>

