<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Arcade Expresssion in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expresssion/m-p/1514391#M86399</link>
    <description>&lt;P&gt;There's also &lt;STRONG&gt;DefaultValue&lt;/STRONG&gt;, which was made for this very thing. If there's a value, it returns, otherwise it falls back to the value you specify.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1722629601202.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111516iDAF9D37C827DA224/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1722629601202.png" alt="jcarlson_0-1722629601202.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_1-1722629630262.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111517i517B6EB16B46C516/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_1-1722629630262.png" alt="jcarlson_1-1722629630262.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2024 20:13:59 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2024-08-02T20:13:59Z</dc:date>
    <item>
      <title>Arcade Expresssion</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expresssion/m-p/1514376#M86397</link>
      <description>&lt;P&gt;We have a field name:&amp;nbsp; valve service SDE.&amp;nbsp; The attributes are either "null" or a "url"&amp;nbsp; We have a working expression for the url to be returned.&amp;nbsp; We need an expression for when the attribute is "null"&amp;nbsp; return the text&amp;nbsp; "No Service Card"&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 19:45:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expresssion/m-p/1514376#M86397</guid>
      <dc:creator>FranHarvey2</dc:creator>
      <dc:date>2024-08-02T19:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expresssion</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expresssion/m-p/1514377#M86398</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/401434"&gt;@FranHarvey2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a short arcade script that does just that if your feature is in this format:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var service = $feature.valve_service_SDE;

if (IsEmpty(service)) {
    return "No Service Card";
} else {
    return service;
}&lt;/LI-CODE&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 19:48:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expresssion/m-p/1514377#M86398</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-08-02T19:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expresssion</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-expresssion/m-p/1514391#M86399</link>
      <description>&lt;P&gt;There's also &lt;STRONG&gt;DefaultValue&lt;/STRONG&gt;, which was made for this very thing. If there's a value, it returns, otherwise it falls back to the value you specify.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1722629601202.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111516iDAF9D37C827DA224/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1722629601202.png" alt="jcarlson_0-1722629601202.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_1-1722629630262.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111517i517B6EB16B46C516/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_1-1722629630262.png" alt="jcarlson_1-1722629630262.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 20:13:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-expresssion/m-p/1514391#M86399</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-08-02T20:13:59Z</dc:date>
    </item>
  </channel>
</rss>

