<?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 function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997643#M339311</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;another solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_179682_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98322_QlikCommunity_Thread_179682_Pic1.JPG" style="height: 393px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2015 23:25:50 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-09-08T23:25:50Z</dc:date>
    <item>
      <title>Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997635#M339303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;I'd like to rename several values in a field through setting an expression on the forefront.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;Say, value 'A' to value 'A1', &lt;SPAN style="color: #000000; font-family: Calibri; font-size: 16px;"&gt;'B' to value 'B1', &lt;SPAN style="color: #000000; font-family: Calibri; font-size: 16px;"&gt;'C' to value 'C1'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;What syntax should be used then?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;Thank you in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: Calibri;"&gt;Larisa&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.0pt; font-family: Calibri; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997635#M339303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T16:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997636#M339304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(match(Field, 'A', 'B', 'C'), Field &amp;amp; '1', Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are more values which needed to be renamed more complex a mapping-table would be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997636#M339304</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-08T16:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997637#M339305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Replace() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997637#M339305</guid>
      <dc:creator>malini_qlikview</dc:creator>
      <dc:date>2015-09-08T16:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997638#M339306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean embedded Replace?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace(Replace(Field, Value, Value2), &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Value3, Value4))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997638#M339306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T16:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997639#M339307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see,&lt;/P&gt;&lt;P&gt;Is embedded Replace a good option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Replace(Replace(Field, ValueOld1, ValueNew1), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ValueOld2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ValueNew2&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 17:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997639#M339307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T17:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997640#M339308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Replace(Field,Field,Field&amp;amp;'1')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 17:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997640#M339308</guid>
      <dc:creator>malini_qlikview</dc:creator>
      <dc:date>2015-09-08T17:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997641#M339309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but if A should be renamed to Apple, B to Bright, C to Clever, this approach won't work. I see that I could use a mapping table, but I am searching for a simpler solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 18:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997641#M339309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T18:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997642#M339310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;pick(wildmatch(Field,'A','B','C', '*'),'A1','B1','C1',Field) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 18:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997642#M339310</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-09-08T18:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997643#M339311</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;another solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_179682_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98322_QlikCommunity_Thread_179682_Pic1.JPG" style="height: 393px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 23:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997643#M339311</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-09-08T23:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997644#M339312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 16px;"&gt;I'd like to rename several values in a field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Replace(&lt;SPAN style="font-size: 13.3333px;"&gt;Fieldname&lt;/SPAN&gt;,&lt;SPAN style="font-size: 13.3333px;"&gt;Fieldname&lt;/SPAN&gt;,&lt;SPAN style="font-size: 13.3333px;"&gt;Fieldname&lt;/SPAN&gt;&amp;amp;'1')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 06:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997644#M339312</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-09-09T06:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997645#M339313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! The example is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 11:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function/m-p/997645#M339313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-09T11:31:36Z</dc:date>
    </item>
  </channel>
</rss>

