<?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 Adding characters for specific count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-characters-for-specific-count/m-p/39122#M6607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a client field which has multiple value. The requirement is I need to add '*' character in the middle as in need to mask those value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So lets say my client name is&amp;nbsp; ABCDE I need to show it as A***E.&amp;nbsp; I need to insert 3 '*' here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have calculated count where I need to insert * values based on the requirement how can I insert those number of * characters in client name value for different counts like 3,4,5,6 etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2018 08:41:50 GMT</pubDate>
    <dc:creator>rsdhavle</dc:creator>
    <dc:date>2018-04-02T08:41:50Z</dc:date>
    <item>
      <title>Adding characters for specific count</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-characters-for-specific-count/m-p/39122#M6607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a client field which has multiple value. The requirement is I need to add '*' character in the middle as in need to mask those value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So lets say my client name is&amp;nbsp; ABCDE I need to show it as A***E.&amp;nbsp; I need to insert 3 '*' here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have calculated count where I need to insert * values based on the requirement how can I insert those number of * characters in client name value for different counts like 3,4,5,6 etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 08:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-characters-for-specific-count/m-p/39122#M6607</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2018-04-02T08:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding characters for specific count</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-characters-for-specific-count/m-p/39123#M6608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to always keep the first and last letters and replace rest, try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Left(&amp;lt;YourString&amp;gt;, 1) &amp;amp; &lt;STRONG&gt;Repeat&lt;/STRONG&gt;('*', &amp;lt;count&amp;gt;) &amp;amp; Right(&amp;lt;YourString&amp;gt;, 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 08:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-characters-for-specific-count/m-p/39123#M6608</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-04-02T08:57:59Z</dc:date>
    </item>
  </channel>
</rss>

