<?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>Question on dynamically showing buttons</title><link>https://community.appian.com/discussions/f/user-interface/6646/question-on-dynamically-showing-buttons</link><description>In my form I have 3 buttons that will show only if a product is selected but when I unselect the product, the buttons are still showing. When it first loads the buttons don&amp;#39;t appear, I use the same isnull() within the validations in my grid to make sure</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Question on dynamically showing buttons</title><link>https://community.appian.com/thread/26165?ContentTypeID=1</link><pubDate>Fri, 08 Jan 2016 01:55:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f429e2af-8c45-4a1e-84ad-3089d5e78f1b</guid><dc:creator>mjmallet</dc:creator><description>Thanks..  the rule!APN_isEmpty works like a charm! :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question on dynamically showing buttons</title><link>https://community.appian.com/thread/26164?ContentTypeID=1</link><pubDate>Fri, 08 Jan 2016 01:52:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75b3bf21-da65-49e1-991a-71d2bfdfe2ba</guid><dc:creator>sikhivahans</dc:creator><description>@mjmallet I would like to suggest you to use rule!APN_isEmpty if the environment in which you are already working has Appian common objects. Just to let you know, isnull won't work all the times, and practitioners often use rule!APN_isBlank or rule!APN_isEmpty. I am suggesting the usage of rule!APN_isEmpty, as the null check is being made against an array.&lt;br /&gt;&lt;br /&gt;In addition to the above, further I would like to suggest to check for presence of values in local!gridSelection.selected by debugging its value.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>