<?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>&amp;#39;bang&amp;#39; to use value property values</title><link>https://community.appian.com/discussions/f/user-interface/14101/bang-to-use-value-property-values</link><description>can we use the vlaue property value in same text Filed for validate same text Field, 
 eg: 
 a!integerField( value: , saveInto: , align: &amp;quot;LEFT&amp;quot;, labelPosition: &amp;quot;ADJACENT&amp;quot;, refreshAfter: &amp;quot;UNFOCUS&amp;quot;, validations: 
 want high lighted value property value</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: 'bang' to use value property values</title><link>https://community.appian.com/thread/63891?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 04:56:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8fb0bdc-fe13-4fe9-a7a6-7a4c3a595db5</guid><dc:creator>Gawali</dc:creator><description>Thanks &lt;a href="/members/robert.shankin"&gt;Robert Shankin&lt;/a&gt; ,&lt;br /&gt;
 Thanks for your suggestion. I know this local variable concept but want to know that we can use that value property value by using any &amp;#39;bang&amp;#39; or not.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 'bang' to use value property values</title><link>https://community.appian.com/thread/63879?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 16:15:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0a486197-4b70-439f-b8d0-6622ef3442d7</guid><dc:creator>Robert Shankin</dc:creator><description>&lt;p&gt;What&amp;#39;s your use case?&lt;/p&gt;
&lt;p&gt;If the value of the field is hard-coded, the designer knows what it is, and there should be no need for a validation.&lt;/p&gt;
&lt;p&gt;Assuming you use local variables defined in the interface load, you can then reference the save variable in the validation expression.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!integerField(
  label: &amp;quot;Integer&amp;quot;,
  labelPosition: &amp;quot;ABOVE&amp;quot;,
  value: local!myInt,
  saveInto: local!myInt,
  refreshAfter: &amp;quot;UNFOCUS&amp;quot;,
  validations: {
    if(
      not(isnull(local!myInt)),
      if(
        local!myInt&amp;lt;=100,
        &amp;quot;error&amp;quot;,
        {}
      ),
      {}
    )
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 'bang' to use value property values</title><link>https://community.appian.com/thread/63871?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 09:27:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d29472be-df5f-4415-aa46-d15cca2639e2</guid><dc:creator>Gawali</dc:creator><description>&lt;p&gt;for Example:&lt;/p&gt;
&lt;p&gt;if the&amp;nbsp;integerField value is greater or less than the value of integerField&amp;nbsp; then it should be validate.&lt;/p&gt;
&lt;p&gt;Consider below example,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a!integerField( &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;span style="color:#ff9900;"&gt;value&lt;/span&gt;: 200 ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; saveInto: ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; align: &amp;quot;LEFT&amp;quot;,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; labelPosition: &amp;quot;ADJACENT&amp;quot;,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; refreshAfter: &amp;quot;UNFOCUS&amp;quot;,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;validations:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if(&lt;span style="color:#ff9900;"&gt;value&lt;/span&gt;=&amp;lt;100,{},&amp;quot;validation message&amp;quot;)&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 'bang' to use value property values</title><link>https://community.appian.com/thread/63870?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 09:16:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2f5b2bf0-62a8-4c5c-add8-97accaaf5904</guid><dc:creator>sindhug</dc:creator><description>AFAIK, its not possible to implement validations without storing/holding a Value  field.&lt;br /&gt;
Can you please explain your user case with more details.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Sindhu&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>