<?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 display validation in Editable grid when value is null (Without button click)?</title><link>https://community.appian.com/discussions/f/general/21662/how-to-display-validation-in-editable-grid-when-value-is-null-without-button-click</link><description>I want to display validation on editable grid when user will make the value as null without clicking on any button. Is that possible?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to display validation in Editable grid when value is null (Without button click)?</title><link>https://community.appian.com/thread/84760?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 10:38:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2b8a71ec-cef3-4228-b855-3508c43939bd</guid><dc:creator>Selvakumar Kumarasamy</dc:creator><description>&lt;p&gt;As you said, we can&amp;#39;t configure validations over a text field when it has no values.&lt;/p&gt;
&lt;p&gt;But we can try giving the validation message on the editable grid field. Suppose, you&amp;#39;re 5th row is not having the data, then you can point out that in the validation message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display validation in Editable grid when value is null (Without button click)?</title><link>https://community.appian.com/thread/84755?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 10:01:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cf92031c-febf-4dc9-91ee-879561f64ef3</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;I want validation to be shown on text field when value is null for it.&lt;br /&gt;I want this without clicking on any button.&lt;br /&gt;Simply when user unfocus it.&lt;br /&gt;&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1629367333909v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;I want validation when value is null.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display validation in Editable grid when value is null (Without button click)?</title><link>https://community.appian.com/thread/84753?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 09:04:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb0e785c-fc89-460f-97a2-7a2359a85c91</guid><dc:creator>dastagirid756</dc:creator><description>&lt;p&gt;Can&amp;nbsp;you please come up with your use case and your problem statement. If possible paste your code snippet.&lt;/p&gt;
&lt;p&gt;As per the earlier link, you can implement validations on both field level and grid level.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display validation in Editable grid when value is null (Without button click)?</title><link>https://community.appian.com/thread/84752?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 08:58:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78fce864-9cdf-4d86-b7f6-5c4895c33da0</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;On validations field null value check will not work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display validation in Editable grid when value is null (Without button click)?</title><link>https://community.appian.com/thread/84748?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 04:53:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:77a0108c-3c23-47d3-b9fb-08d1f9716cfa</guid><dc:creator>dastagirid756</dc:creator><description>&lt;p&gt;Use the below code for null check as per your requirement:&lt;/p&gt;
&lt;p&gt;Null Check for Single Value:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; if(or(isnull(ri!value),ri!value=&amp;quot;&amp;quot;),&amp;quot;Please enter value&amp;quot;,&amp;quot;&amp;quot;)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Null Check for List:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;&amp;#160;if(fn!isnull(ri!arrayValues),&amp;quot;Please enter values&amp;quot;,if(length(ri!array)=0,&amp;quot;Please enter values&amp;quot;,&amp;quot;&amp;quot;))&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display validation in Editable grid when value is null (Without button click)?</title><link>https://community.appian.com/thread/84747?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 04:44:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:312ea579-6580-4d8d-ba71-e71ccfa431a2</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;I want to apply validation for null value.&lt;br /&gt;I mean when value is null want to show validation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display validation in Editable grid when value is null (Without button click)?</title><link>https://community.appian.com/thread/84715?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 14:05:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cf058859-8f9e-4305-aa89-7be31e4777ab</guid><dc:creator>dastagirid756</dc:creator><description>&lt;p&gt; You can add validations to an editable grid at individual row component as well as to an entire grid.&lt;/p&gt;
&lt;p&gt;Please find the working example from the Appian documentation&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/21.2/recipe-add-validations-to-an-inline-editable-grid.html"&gt;recipe-add-validations-to-an-inline-editable-grid.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>