<?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 Name field encrypt part in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790538#M661396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a name field and I want i to keep the same number of chacters but replace everything with '*' except for the first character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name = 'Smith'&amp;nbsp; - Encrypted Name = 'S***'&lt;/P&gt;&lt;P&gt;Name = 'Johnson' - Encrypted name = J******&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any script that will do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 14:49:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-25T14:49:53Z</dc:date>
    <item>
      <title>Name field encrypt part</title>
      <link>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790538#M661396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a name field and I want i to keep the same number of chacters but replace everything with '*' except for the first character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name = 'Smith'&amp;nbsp; - Encrypted Name = 'S***'&lt;/P&gt;&lt;P&gt;Name = 'Johnson' - Encrypted name = J******&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any script that will do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 14:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790538#M661396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Name field encrypt part</title>
      <link>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790539#M661397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Left(Name,1) &amp;amp; repeat('*', len(Name)-1) as Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 14:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790539#M661397</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-25T14:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Name field encrypt part</title>
      <link>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790540#M661398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 15:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790540#M661398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T15:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Name field encrypt part</title>
      <link>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790541#M661399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a further q is there any way I can put the last character on there aswell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&amp;nbsp; J*****n&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 15:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790541#M661399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T15:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Name field encrypt part</title>
      <link>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790542#M661400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;modify Gysbert's expression to do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left(Name,1) &amp;amp; repeat('*', len(Name)-2) &amp;amp; right(Name,1) as Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 15:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790542#M661400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T15:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Name field encrypt part</title>
      <link>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790543#M661401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's better define a maximum size: (in this case 60)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left(Name,1) &amp;amp; repeat('*', 58) &amp;amp; right(Name,1) as Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 19:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Name-field-encrypt-part/m-p/790543#M661401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T19:41:10Z</dc:date>
    </item>
  </channel>
</rss>

