<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to mask specified number of integers ex:- ######7890.</title><link>https://community.appian.com/discussions/f/user-interface/25581/how-to-mask-specified-number-of-integers-ex---7890</link><description>How to mask specified number of integers ex:- ######7890.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to mask specified number of integers ex:- ######7890.</title><link>https://community.appian.com/thread/99894?ContentTypeID=1</link><pubDate>Mon, 22 Aug 2022 09:58:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb9f12f5-d7e6-4c45-bc5b-d40eebfe6398</guid><dc:creator>shreeharshan0678</dc:creator><description>&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to mask specified number of integers ex:- ######7890.</title><link>https://community.appian.com/thread/99893?ContentTypeID=1</link><pubDate>Mon, 22 Aug 2022 09:58:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4fe5bfc2-3f20-4048-8a87-347400c9b55d</guid><dc:creator>shreeharshan0678</dc:creator><description>&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to mask specified number of integers ex:- ######7890.</title><link>https://community.appian.com/thread/99892?ContentTypeID=1</link><pubDate>Mon, 22 Aug 2022 09:49:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9cdf268d-0f86-44fd-833f-8f2773cdd183</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!text: &amp;quot;9876543210&amp;quot;,
  local!numberOfChars: 6,
  rept(&amp;quot;#&amp;quot;, local!numberOfChars) &amp;amp; mid(local!text, local!numberOfChars + 1, 100)
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to mask specified number of integers ex:- ######7890.</title><link>https://community.appian.com/thread/99891?ContentTypeID=1</link><pubDate>Mon, 22 Aug 2022 09:43:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6c80a839-6cdb-42c0-afaa-db430724303d</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!text: &amp;quot;9876543210&amp;quot;,
  local!numberOfChars: 7,
  local!textToReplace: left(local!text,local!numberOfChars),
  local!replacingValue: joinarray(repeat(local!numberOfChars,&amp;quot;#&amp;quot;)),
  substitute(local!text,local!textToReplace,local!replacingValue)
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>