<?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>Assign Default value to radion button.</title><link>https://community.appian.com/discussions/f/user-interface/19414/assign-default-value-to-radion-button</link><description>Hi all, 
 I have a radio button field, it should have a default value &amp;#39;no&amp;#39; , 
 If user clicks yes, it saves &amp;quot;Y&amp;quot; in CDT column, but on interface part it again changes to its default (No) value. I need to save &amp;#39;N&amp;#39; as a default value too in CDT column. If</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Assign Default value to radion button.</title><link>https://community.appian.com/thread/75945?ContentTypeID=1</link><pubDate>Thu, 13 Aug 2020 10:04:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:34312fbd-fd76-46d7-92a7-8585a014165b</guid><dc:creator>VinodT</dc:creator><description>&lt;p&gt;I would recommend you to create local variable and give default value to it(In your case N), Now if user change the value the local variable will automatically it new value.&lt;/p&gt;
&lt;p&gt;local!choice:&amp;quot;N&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Assign Default value to radion button.</title><link>https://community.appian.com/thread/75911?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 14:04:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:510d61ce-080b-4442-8702-43bff9f157c2</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;Your trouble is that you have value &amp;quot;N&amp;quot;.&lt;/p&gt;
&lt;p&gt;That means that the value is &amp;quot;N&amp;quot;.&amp;nbsp; It&amp;#39;s always &amp;quot;N&amp;quot;.&amp;nbsp; That&amp;#39;s a constant.&amp;nbsp; Your saveInto is built to always save &amp;quot;N&amp;quot; to the local!CourseCDT.relevantind.&lt;/p&gt;
&lt;p&gt;You should set the value to local!CourseCDT.relavantind.&amp;nbsp; Now, when you change the local! it will show up in the radio button.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Next, make sure that the definition of local!CourseCDT.relavantind always sets it to &amp;quot;N&amp;quot;.&amp;nbsp; The definition only runs once when the form is loaded, so it only sets the local! to &amp;quot;N&amp;quot; one time, then your radio button will overwrite the value as you interact with it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Assign Default value to radion button.</title><link>https://community.appian.com/thread/75910?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 13:47:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d25020f4-d955-461d-b06d-dd1985fc7580</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There is documentation available. See here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/20.2/Search_Results.php?q=default"&gt;docs.appian.com/.../Search_Results.php&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>