<?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>In summary view the field should not be visible is it is null</title><link>https://community.appian.com/discussions/f/user-interface/28527/in-summary-view-the-field-should-not-be-visible-is-it-is-null</link><description>Hi 
 I have requirement where i don&amp;#39;t want to show the field if it was null in summary view if it has the data it has to be displayed. the source of the view is interface in that interface the source of the fields is View. so could you please help on</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: In summary view the field should not be visible is it is null</title><link>https://community.appian.com/thread/111922?ContentTypeID=1</link><pubDate>Thu, 27 Apr 2023 18:44:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8da43535-302c-43c5-af36-d28de4a2df07</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Each component in Appian has a showWhen parameter. Putting a a!isNullOrEmpty() in it should get you there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: In summary view the field should not be visible is it is null</title><link>https://community.appian.com/thread/111921?ContentTypeID=1</link><pubDate>Thu, 27 Apr 2023 18:43:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be42175a-2d03-42cc-8872-12a396d2021f</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;You can write an expression in showwhen parameter of the component in which you are showing this field.&lt;/p&gt;
&lt;p&gt;This should be as simple as&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;showWhen: a!isNotNullOrEmpty(/*field value*/)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>