<?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>valid Input</title><link>https://community.appian.com/discussions/f/user-interface/38271/valid-input</link><description>Hi All, 
 I need to show one validation that - throw error if they enter anything apart from 0 to 9 and . 
 How can we achieve that using some functions in appian 
 Can Someone suggest for this?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: valid Input</title><link>https://community.appian.com/thread/144305?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2025 02:27:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:632878e1-518e-40cb-9034-7ff24eb44753</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="298100" url="~/discussions/f/user-interface/38271/valid-input/144284"]what if user provides 8..9.7 [/quote]
&lt;p&gt;all you said originally was &amp;quot;0 and 9 and .&amp;quot;&amp;nbsp; That doesn&amp;#39;t exclude having 2 periods in a row.&amp;nbsp;&amp;nbsp; If two periods in a row is not allowed, obviously your algorithm for validation will need to be a bit more complex.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: valid Input</title><link>https://community.appian.com/thread/144284?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2025 09:58:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2aa72a66-7dea-4aa9-9718-22c464557715</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks, this looks good and I have one more concern what if user provides 8..9.7 smtg like this(2 dot decimals) ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: valid Input</title><link>https://community.appian.com/thread/144130?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2025 14:46:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ec1ba2a5-6c4b-41f3-9c14-55c41ca5dddf</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;It really kinda depends on what valid input(s) you&amp;#39;re trying to accept.&amp;nbsp; If you&amp;#39;re after only decimal values, you could wrap your save in &amp;quot;todecimal()&amp;quot; at save time, forcing any extraneous characters to go away.&amp;nbsp; If something like &amp;quot;10.2.3.6.8.9&amp;quot; would be acceptable though, you&amp;#39;d need to check the text manually - a regex would work, but also you could just use built-in functions like &amp;quot;cleanWith()&amp;quot; i.e.&lt;br /&gt;&lt;em&gt;validations: { &lt;br /&gt;&amp;nbsp; if(ri!text &amp;lt;&amp;gt; cleanWith(ri!text, &amp;quot;0123456789.&amp;quot;), &amp;quot;Invalid Characters Entered&amp;quot;, null())&lt;br /&gt;}&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: valid Input</title><link>https://community.appian.com/thread/144129?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2025 14:39:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2f7cb700-98eb-4c88-aacf-8fe324157236</guid><dc:creator>Nithisha</dc:creator><description>&lt;p&gt;Use&amp;nbsp;regexmatch(). It will be useful to achieve your requirement.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>