<?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>Del</title><link>https://community.appian.com/discussions/f/new-to-appian/19862/del</link><description>Del</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Del</title><link>https://community.appian.com/thread/77672?ContentTypeID=1</link><pubDate>Fri, 06 Nov 2020 16:34:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9adc4e7d-dae1-4adb-8e1c-b36aec1676f0</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;FYI, you preferably shouldn&amp;#39;t delete (or overwrite) your posts once your question has been answered, as people in the future might find your post when searching and find the answers they&amp;#39;re looking for without having to make a whole new post.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interface</title><link>https://community.appian.com/thread/77670?ContentTypeID=1</link><pubDate>Fri, 06 Nov 2020 15:12:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2edf24bb-1521-4179-8bce-b291825412fa</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;Hi arung,&lt;br /&gt;so your issue is more a style question than a showwhen issue.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    a!cardLayout(
      style: if(
	    and(
			not(toboolean(index(local!applicationConfig,&amp;quot;enableSupportLink&amp;quot;,null))),
			not(toboolean(index(local!applicationConfig,&amp;quot;enableSupportPhoneNumber&amp;quot;,null))),
			not(toboolean(index(local!applicationConfig,&amp;quot;enableSupportEmail&amp;quot;,null)))
		),
		&amp;quot;STANDARD&amp;quot;,
	    cons!PRO_HR_COLOUR_NAVIGATION_BACKGROUND
	   ),
      showBorder: false,
      showWhen: ri!showWhen,
      contents: {
        a!columnsLayout(
          columns: {
            a!columnLayout(
              contents: {
                a!richTextDisplayField(
                  labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                  value: {
                    a!richTextIcon(
                      icon: &amp;quot;support&amp;quot;,
                      altText: &amp;quot;life buoy&amp;quot;,
                      caption: &amp;quot;Support information&amp;quot;,
                      link: a!safeLink(
                        uri: index(local!applicationConfig,&amp;quot;supportLink&amp;quot;,null)
                      )
                    ),
                    &amp;quot; &amp;quot;,
                    a!richTextItem(
                      text: &amp;quot; Support&amp;quot;,
                      link: a!safeLink(
                        uri: index(local!applicationConfig,&amp;quot;supportLink&amp;quot;,null)
                      )
                    )
                  },
                  showWhen: index(local!applicationConfig,&amp;quot;enableSupportLink&amp;quot;,null)
                )
              }
            ),
            a!columnLayout(
              contents: {
                a!sideBySideLayout(
                  alignVertical: &amp;quot;MIDDLE&amp;quot;,
                  items: {
                    a!sideBySideItem(
                      item: a!richTextDisplayField(
                        labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                        align: &amp;quot;RIGHT&amp;quot;,
                        value: {
                          a!richTextIcon(
                            icon: &amp;quot;phone&amp;quot;,
                            altText: &amp;quot;phone&amp;quot;
                          ),
                          &amp;quot; &amp;quot;,
                          a!richTextItem(
                            text: index(local!applicationConfig,&amp;quot;supportPhoneNumber&amp;quot;,null)
                          )
                        },
                        showWhen: index(local!applicationConfig,&amp;quot;enableSupportPhoneNumber&amp;quot;,null)
                      )
                    ),
                    a!sideBySideItem(
                      width: &amp;quot;MINIMIZE&amp;quot;,
                      item: a!richTextDisplayField(
                        labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                        align: &amp;quot;RIGHT&amp;quot;,
                        value: {
                          a!richTextIcon(
                            icon: &amp;quot;envelope&amp;quot;,
                            altText: &amp;quot;email&amp;quot;
                          ),
                          &amp;quot; &amp;quot;,
                          a!richTextItem(
                            text: index(local!applicationConfig,&amp;quot;supportEmail&amp;quot;,null),
                            link: a!safeLink(
                              uri: &amp;quot;mailto:&amp;quot; &amp;amp; index(local!applicationConfig,&amp;quot;supportEmail&amp;quot;,null)
                            )
                          )
                        },
                        showWhen: index(local!applicationConfig,&amp;quot;enableSupportEmail&amp;quot;,null)
                      )
				    )
				   )
				 }
			  )
			}
		   )
		 }
	   )
	 }		
	)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interface</title><link>https://community.appian.com/thread/77626?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2020 15:32:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8cac4c61-07bd-4e03-9b06-9b6e918eb85a</guid><dc:creator>arung0001</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!localVariables(
    local!applicationConfig: rule!PRO_HR_QE_GetApplicationConfig(
      queryFilters: a!queryFilter(
        field: &amp;quot;isActive&amp;quot;,
        operator: &amp;quot;=&amp;quot;,
        value: true
      )
    ),
    a!cardLayout(
      style: cons!PRO_HR_COLOUR_NAVIGATION_BACKGROUND,
      showBorder: false,
      showWhen: ri!showWhen,
      contents: {
        a!columnsLayout(
          columns: {
            a!columnLayout(
              contents: {
                a!richTextDisplayField(
                  labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                  value: {
                    a!richTextIcon(
                      icon: &amp;quot;support&amp;quot;,
                      altText: &amp;quot;life buoy&amp;quot;,
                      caption: &amp;quot;Support information&amp;quot;,
                      link: a!safeLink(
                        uri: index(local!applicationConfig,&amp;quot;supportLink&amp;quot;,null)
                      )
                    ),
                    &amp;quot; &amp;quot;,
                    a!richTextItem(
                      text: &amp;quot; Support&amp;quot;,
                      link: a!safeLink(
                        uri: index(local!applicationConfig,&amp;quot;supportLink&amp;quot;,null)
                      )
                    )
                  },
                  showWhen: index(local!applicationConfig,&amp;quot;enableSupportLink&amp;quot;,null)
                )
              }
            ),
            a!columnLayout(
              contents: {
                a!sideBySideLayout(
                  alignVertical: &amp;quot;MIDDLE&amp;quot;,
                  items: {
                    a!sideBySideItem(
                      item: a!richTextDisplayField(
                        labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                        align: &amp;quot;RIGHT&amp;quot;,
                        value: {
                          a!richTextIcon(
                            icon: &amp;quot;phone&amp;quot;,
                            altText: &amp;quot;phone&amp;quot;
                          ),
                          &amp;quot; &amp;quot;,
                          a!richTextItem(
                            text: index(local!applicationConfig,&amp;quot;supportPhoneNumber&amp;quot;,null)
                          )
                        },
                        showWhen: index(local!applicationConfig,&amp;quot;enableSupportPhoneNumber&amp;quot;,null)
                      )
                    ),
                    a!sideBySideItem(
                      width: &amp;quot;MINIMIZE&amp;quot;,
                      item: a!richTextDisplayField(
                        labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                        align: &amp;quot;RIGHT&amp;quot;,
                        value: {
                          a!richTextIcon(
                            icon: &amp;quot;envelope&amp;quot;,
                            altText: &amp;quot;email&amp;quot;
                          ),
                          &amp;quot; &amp;quot;,
                          a!richTextItem(
                            text: index(local!applicationConfig,&amp;quot;supportEmail&amp;quot;,null),
                            link: a!safeLink(
                              uri: &amp;quot;mailto:&amp;quot; &amp;amp; index(local!applicationConfig,&amp;quot;supportEmail&amp;quot;,null)
                            )
                          )
                        },
                        showWhen: index(local!applicationConfig,&amp;quot;enableSupportEmail&amp;quot;,null)
                      )
                    )
                  }
                )
              }
            )
          }
        )
      }
    )
  )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interface</title><link>https://community.appian.com/thread/77623?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2020 15:22:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:88b059d4-418b-48c5-992b-5b75de019288</guid><dc:creator>Danny Verb</dc:creator><description>&lt;p&gt;Can you paste the SAIL you currently have?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interface</title><link>https://community.appian.com/thread/77608?ContentTypeID=1</link><pubDate>Wed, 04 Nov 2020 22:45:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:32e43c77-9139-4f1f-9d8e-2d1c68d9f699</guid><dc:creator>arung0001</dc:creator><description>&lt;p&gt;Del&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interface</title><link>https://community.appian.com/thread/77606?ContentTypeID=1</link><pubDate>Wed, 04 Nov 2020 19:15:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:68dfcd41-5d77-4d30-a13e-9b82628546bc</guid><dc:creator>Danny Verb</dc:creator><description>&lt;p&gt;You can use the `and` function,&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.1/fnc_logical_and.html"&gt;https://docs.appian.com/suite/help/19.1/fnc_logical_and.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you want to hide a cardLayout when all values are false, you can wrap each value in a fn!not()&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!localvariables(
 local!columnOne: false,
 local!columnTwo: false,
 local!columnThree: false,
 a!cardLayout(
    contents: {},
    showWhen: and(
        not(local!columnOne),
        not(local!columnTwo),
        not(local!columnThree)
    )
 )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>