<?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>I am having a problem with conditionally displaying tabs inside a section in a f</title><link>https://community.appian.com/discussions/f/user-interface/1755/i-am-having-a-problem-with-conditionally-displaying-tabs-inside-a-section-in-a-f</link><description>I am having a problem with conditionally displaying tabs inside a section in a form. For the tab titles, I have =&amp;quot;Package ID - &amp;quot; &amp;amp; pv!reqPackageList[1].package_id and =&amp;quot;Package ID - &amp;quot; &amp;amp; pv!reqPackageList[2].package_id. On the tab display, I have defined</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I am having a problem with conditionally displaying tabs inside a section in a f</title><link>https://community.appian.com/thread/6280?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2013 21:13:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fe4e8cd6-a25e-4792-acef-2cbd6d988d16</guid><dc:creator>padmanabhanv</dc:creator><description>Yes length with null did the trick, thanks all.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am having a problem with conditionally displaying tabs inside a section in a f</title><link>https://community.appian.com/thread/6269?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2013 10:59:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d635daf8-4089-4bc6-868a-31ce55b9d0ac</guid><dc:creator>shelzle</dc:creator><description>If you want to show or hide the tabs depending whether the lists are empty or not, isnull() will not help you. Have you tried to using length()? Beware that length() does not like null values, so you might have to use both.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am having a problem with conditionally displaying tabs inside a section in a f</title><link>https://community.appian.com/thread/6268?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2013 10:52:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c37526aa-2ee5-421f-81cc-55e8505e58f1</guid><dc:creator>hemalathat</dc:creator><description>Hi,&lt;br /&gt;You can add empty check along with null check in your condition. Your CDT is multiple so its better to check the length also.&lt;br /&gt;You can try this rule&lt;br /&gt;if(or(isnull(ri!givenValue),ri!givenValue=&amp;quot;&amp;quot;),false(),if(length(ri!givenValue)=0,false(),true()))&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am having a problem with conditionally displaying tabs inside a section in a f</title><link>https://community.appian.com/thread/6247?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2013 02:08:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d428cb9a-423a-40fa-8270-68f48aa519f3</guid><dc:creator>padmanabhanv</dc:creator><description>tried all combinations of null checks and indexes, not working. Anyone seen this issue before?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>