<?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: Replacing substring with Some Character in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replacing-substring-with-Some-Character/m-p/1174453#M899566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=mid('AEJGASHDFN2K',1,2) &amp;amp; REPEAT('x', len('AEJGASHDFN2K')-4) &amp;amp;&lt;/P&gt;&lt;P&gt;right('AEJGASHDFN2K',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put this in a text box and test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2016 05:47:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-18T05:47:53Z</dc:date>
    <item>
      <title>Replacing substring with Some Character</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-substring-with-Some-Character/m-p/1174451#M899564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have a requirement of replacing a String Field Substring.&lt;/P&gt;&lt;P&gt;Example. &lt;/P&gt;&lt;P&gt;Input Row - "AEJGASHDFN2K"&lt;/P&gt;&lt;P&gt;I want Output as - "AExxxxxxxxx2K"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want First 2 letters and last 2 letters to be shown ,rest all "X".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N&lt;STRONG&gt;OTE:&lt;/STRONG&gt; The length of string would be dynamic. hence cannot set hard coded values.&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/Replacing-substring-with-Some-Character/m-p/1174451#M899564</guid>
      <dc:creator>Pulkit_Thukral</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing substring with Some Character</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-substring-with-Some-Character/m-p/1174452#M899565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: left([Input Row], 2) &amp;amp; repeat('x', len([Input Row]) - 4) &amp;amp; right([Input Row], 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 05:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-substring-with-Some-Character/m-p/1174452#M899565</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-18T05:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing substring with Some Character</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-substring-with-Some-Character/m-p/1174453#M899566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=mid('AEJGASHDFN2K',1,2) &amp;amp; REPEAT('x', len('AEJGASHDFN2K')-4) &amp;amp;&lt;/P&gt;&lt;P&gt;right('AEJGASHDFN2K',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put this in a text box and test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 05:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-substring-with-Some-Character/m-p/1174453#M899566</guid>
      <dc:creator />
      <dc:date>2016-07-18T05:47:53Z</dc:date>
    </item>
  </channel>
</rss>

