<?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: Dynamic text but nothing appears if there is no data in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626795#M19476</link>
    <description>&lt;P&gt;Woohoo can't wait! Thanks Ke!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jun 2025 17:23:42 GMT</pubDate>
    <dc:creator>JBH</dc:creator>
    <dc:date>2025-06-25T17:23:42Z</dc:date>
    <item>
      <title>Dynamic text but nothing appears if there is no data</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1625166#M19377</link>
      <description>&lt;P&gt;I have a string of 6 Near Me widgets that search different distances and run when a user selects a parcel. I would like to provide a summary of the features and the counts that are selected, for example:&lt;/P&gt;&lt;P&gt;Wetlands (1)&lt;/P&gt;&lt;P&gt;Waterbody (2)&lt;/P&gt;&lt;P&gt;Species at Risk (1)&lt;/P&gt;&lt;P&gt;The Near Me widgets analyze around 20 layers total. I do not want the layer name to show in my summary if no features were picked up - i.e. I don't want it to say Railway (0), I just want Railway to not show at all.&lt;/P&gt;&lt;P&gt;I know I can use dynamic text and put a space/empty character in the Expression name but that is still going to appear in my summary, and just make the spacing all weird.&lt;/P&gt;&lt;P&gt;Does anyone know if there is a way to accomplish this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 20:06:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1625166#M19377</guid>
      <dc:creator>JBH</dc:creator>
      <dc:date>2025-06-19T20:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text but nothing appears if there is no data</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1625790#M19432</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/635433"&gt;@JBH&lt;/a&gt;, could you please share a screenshot of the expression you are using in the configuration and how it looks at the runtime?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 16:21:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1625790#M19432</guid>
      <dc:creator>AzizaParveen1</dc:creator>
      <dc:date>2025-06-23T16:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text but nothing appears if there is no data</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1625978#M19437</link>
      <description>&lt;P&gt;Hi Aziza,&lt;/P&gt;&lt;P&gt;My text would look like this:&lt;/P&gt;&lt;P&gt;"Waterbody ("+COUNT({OBJECTID})+")" with just a space in the Expression name:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBH_0-1750707009730.png" style="width: 210px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/134898i1224A43D48C205FF/image-dimensions/210x195?v=v2" width="210" height="195" role="button" title="JBH_0-1750707009730.png" alt="JBH_0-1750707009730.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The output looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBH_1-1750707464413.png" style="width: 187px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/134900iEFA6AAC79361ACC3/image-dimensions/187x65?v=v2" width="187" height="65" role="button" title="JBH_1-1750707464413.png" alt="JBH_1-1750707464413.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I thought I had gotten it to show up as just a space if nothing was within the proximity search but I guess I didn't, or I can't remember how I did...&lt;/P&gt;&lt;P&gt;But basically the output that I am looking for is the above except for where it says Species at Risk (0), I would like it to say nothing at all, because nothing was found. The list would instead look like:&lt;/P&gt;&lt;P&gt;Waterbody (1)&lt;BR /&gt;Aggregate Sand &amp;amp; Gravel (2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 19:54:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1625978#M19437</guid>
      <dc:creator>JBH</dc:creator>
      <dc:date>2025-06-23T19:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text but nothing appears if there is no data</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626573#M19458</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/635433"&gt;@JBH&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I think the Arcade script can be used to solve this. Arcade will be available in ArcGIS Online tomorrow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ke_Xu_0-1750841754522.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/135036i69CA23593D65FE8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ke_Xu_0-1750841754522.png" alt="Ke_Xu_0-1750841754522.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ke&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 08:56:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626573#M19458</guid>
      <dc:creator>Ke_Xu</dc:creator>
      <dc:date>2025-06-25T08:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text but nothing appears if there is no data</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626783#M19472</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/635433"&gt;@JBH&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have another question, are you showing the summary in Near Me widget? Near Me should not show the layer if there is no intersecting features. For example in this app, I have summary configured in Near Me widget for Wilderness layer, when it intersects with the layer, it shows the summary (Screenshot 1), if the search area does not intersect, the layer name does not show up (Screenshot 2)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AzizaParveen1_0-1750871396232.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/135076i67FF2E9D47122310/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AzizaParveen1_0-1750871396232.png" alt="AzizaParveen1_0-1750871396232.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AzizaParveen1_1-1750871411235.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/135077i8C276C8AF87BF3D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AzizaParveen1_1-1750871411235.png" alt="AzizaParveen1_1-1750871411235.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you are using Text widget to show your summary you can use arcade expression as Ke suggested, Arcade support will be available in Text widget later tonight after ArcGIS Online June update.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 17:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626783#M19472</guid>
      <dc:creator>AzizaParveen1</dc:creator>
      <dc:date>2025-06-25T17:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text but nothing appears if there is no data</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626795#M19476</link>
      <description>&lt;P&gt;Woohoo can't wait! Thanks Ke!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 17:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626795#M19476</guid>
      <dc:creator>JBH</dc:creator>
      <dc:date>2025-06-25T17:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text but nothing appears if there is no data</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626797#M19477</link>
      <description>&lt;P&gt;I am, yes. The problem is that we are migrating from another solution and our user's are used to having a more condensed summary. Because I am stringing together a few Near Me widgets and the output is larger (with the rectangles around the layer name, etc.), the users are having to scroll and take multiple screenshots, which they don't like.&lt;/P&gt;&lt;P&gt;Super excited for Arcade!! Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 17:26:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626797#M19477</guid>
      <dc:creator>JBH</dc:creator>
      <dc:date>2025-06-25T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text but nothing appears if there is no data</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626834#M19479</link>
      <description>&lt;P&gt;Is there a way to write the expression to display a certain message if no values appear in the field being referenced by dynamic text?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 18:23:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626834#M19479</guid>
      <dc:creator>DRamey</dc:creator>
      <dc:date>2025-06-25T18:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text but nothing appears if there is no data</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626836#M19480</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/706580"&gt;@DRamey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you can do that using arcade expression as well&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 18:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-text-but-nothing-appears-if-there-is-no/m-p/1626836#M19480</guid>
      <dc:creator>AzizaParveen1</dc:creator>
      <dc:date>2025-06-25T18:25:43Z</dc:date>
    </item>
  </channel>
</rss>

