<?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>Radio button</title><link>https://community.appian.com/discussions/f/user-interface/12459/radio-button</link><description>hello, 
 I need to display 3 radio buttons in the UI. Based on the logged in user group need to allow users to select radio button options. 
 For Example 
 a)if the user from Group A logged in then user can select either option A or Option B. Also option</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Radio button</title><link>https://community.appian.com/thread/55528?ContentTypeID=1</link><pubDate>Wed, 23 May 2018 00:57:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:54ff7483-dc0c-49ee-a73d-c819814ae784</guid><dc:creator>baratc</dc:creator><description>Thanks David for looking into this. I agree having one option. but here challenge starts when user from admin group logs in then system should allow them to select the options. Thanks again.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio button</title><link>https://community.appian.com/thread/55527?ContentTypeID=1</link><pubDate>Wed, 23 May 2018 00:54:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b036708d-cc1c-4be4-b743-bf48970f97d8</guid><dc:creator>baratc</dc:creator><description>thanks rajat.. we are in 17.1&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio button</title><link>https://community.appian.com/thread/55431?ContentTypeID=1</link><pubDate>Mon, 21 May 2018 18:49:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d399d07-0ca5-488a-a3b6-c006526e143e</guid><dc:creator>rajats246</dc:creator><description>This is just a outline how we can implement this. Additional conditions need to be added as per requirement. If user selects option 3 and he selects option 2 then for option 3 value will be null.&lt;br /&gt;
&lt;br /&gt;
Regards ,&lt;br /&gt;
Rajat&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio button</title><link>https://community.appian.com/thread/55404?ContentTypeID=1</link><pubDate>Mon, 21 May 2018 14:55:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:919cabed-79a9-4312-9b8e-c62882b72f8d</guid><dc:creator>davel001150</dc:creator><description>Add if statements to your saveInto parameters.  if(and(user is member of group __, contains(prohibited list, save!value)), {}, saveInto(variable, save!value) )&lt;br /&gt;
&lt;br /&gt;
In your case it starts to get a little more complicated, but you can fully flesh out the logic for one group and then build from there.&lt;br /&gt;
&lt;br /&gt;
One more point, if the option for group C is only option C, then it seems pointless to have an input.  Do they have the option of either selecting option C or not selecting it?  Because they won&amp;#39;t be able to get rid of option C if they select it using a radio button.  Once one of them is selected, thereafter one of the radio buttons will always be selected.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio button</title><link>https://community.appian.com/thread/55375?ContentTypeID=1</link><pubDate>Mon, 21 May 2018 11:10:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:defc0a2a-f4a8-40cc-8c89-6801b2465c9e</guid><dc:creator>rajats246</dc:creator><description>&lt;p&gt;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-discussions-components-files/13/radiobutton.PNG"&gt;&lt;img src="https://community.appian.com/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/radiobutton.PNG?_=636624978232930637" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://community.appian.com/cfs-file/__key/communityserver-discussions-components-files/13/image-of-radio.PNG"&gt;&lt;img src="https://community.appian.com/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/image-of-radio.PNG?_=636624978232930637" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hi Baratc,&lt;/p&gt;
&lt;p&gt;I have a approach which is only use full if you are using 18.1 version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio button</title><link>https://community.appian.com/thread/55363?ContentTypeID=1</link><pubDate>Sun, 20 May 2018 17:15:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c17a2117-4c54-41ce-b5ab-a7d69b0a1fe6</guid><dc:creator>baratc</dc:creator><description>Thanks Mike.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio button</title><link>https://community.appian.com/thread/55356?ContentTypeID=1</link><pubDate>Sat, 19 May 2018 02:25:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8bca4beb-1e0c-4219-8384-ca1ef16749b1</guid><dc:creator>Mike Schmitt</dc:creator><description>Radio buttons offer no way to disable particular buttons in the list - it&amp;#39;s either all enabled or all disabled.  The best you might be able to do is make them all separate radio button components (label-less) and use a!saveInto() magics to prevent more than one at a time from being selected (this is a big workaround though and may end up kinda clunky). &lt;br /&gt;
&lt;br /&gt;
I think the Appian Best Practice™ way of doing this would be to have the standard selections, and implement validation messages for when the user selects an option they&amp;#39;re not allowed to select.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>