<?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 Arcade labeling expression in ArcGIS Pro 3.1.0 - space character returns newline in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-labeling-expression-in-arcgis-pro-3-1-0/m-p/1506164#M85630</link>
    <description>&lt;P&gt;Hello Arcade community - I'm using ArcGIS Pro 3.1.0 &amp;amp; have a point feature class representing septic tanks. I want to label a map with the tank ID &amp;amp;&amp;nbsp; on a newline the tank capacity in gallons. The tank capacity field is a numeric float type.&lt;/P&gt;&lt;P&gt;I'm want the label to be this:&lt;/P&gt;&lt;P&gt;ST-1&lt;/P&gt;&lt;P&gt;1,250 gals.&lt;/P&gt;&lt;P&gt;Here's my expression:&lt;/P&gt;&lt;P&gt;$feature.wwstank_id + TextFormatting.NewLine + text($feature.tank_cpcty,"#,###") + " gals."&lt;/P&gt;&lt;P&gt;returns this:&lt;/P&gt;&lt;P&gt;ST-1&lt;/P&gt;&lt;P&gt;1,250&lt;/P&gt;&lt;P&gt;gals.&lt;/P&gt;&lt;P&gt;When I remove the space preceding&amp;nbsp; gals.&amp;nbsp;&lt;/P&gt;&lt;P&gt;$feature.wwstank_id + TextFormatting.NewLine + text($feature.tank_cpcty,"#,###") + "gals."&lt;/P&gt;&lt;P&gt;returns this:&lt;/P&gt;&lt;P&gt;ST-1&lt;/P&gt;&lt;P&gt;1,250gals.&lt;/P&gt;&lt;P&gt;Please help me understand how to use a space character.&lt;/P&gt;&lt;P&gt;Thnx!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2024 14:18:33 GMT</pubDate>
    <dc:creator>WayneSimoneauParsons</dc:creator>
    <dc:date>2024-07-17T14:18:33Z</dc:date>
    <item>
      <title>Arcade labeling expression in ArcGIS Pro 3.1.0 - space character returns newline</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-labeling-expression-in-arcgis-pro-3-1-0/m-p/1506164#M85630</link>
      <description>&lt;P&gt;Hello Arcade community - I'm using ArcGIS Pro 3.1.0 &amp;amp; have a point feature class representing septic tanks. I want to label a map with the tank ID &amp;amp;&amp;nbsp; on a newline the tank capacity in gallons. The tank capacity field is a numeric float type.&lt;/P&gt;&lt;P&gt;I'm want the label to be this:&lt;/P&gt;&lt;P&gt;ST-1&lt;/P&gt;&lt;P&gt;1,250 gals.&lt;/P&gt;&lt;P&gt;Here's my expression:&lt;/P&gt;&lt;P&gt;$feature.wwstank_id + TextFormatting.NewLine + text($feature.tank_cpcty,"#,###") + " gals."&lt;/P&gt;&lt;P&gt;returns this:&lt;/P&gt;&lt;P&gt;ST-1&lt;/P&gt;&lt;P&gt;1,250&lt;/P&gt;&lt;P&gt;gals.&lt;/P&gt;&lt;P&gt;When I remove the space preceding&amp;nbsp; gals.&amp;nbsp;&lt;/P&gt;&lt;P&gt;$feature.wwstank_id + TextFormatting.NewLine + text($feature.tank_cpcty,"#,###") + "gals."&lt;/P&gt;&lt;P&gt;returns this:&lt;/P&gt;&lt;P&gt;ST-1&lt;/P&gt;&lt;P&gt;1,250gals.&lt;/P&gt;&lt;P&gt;Please help me understand how to use a space character.&lt;/P&gt;&lt;P&gt;Thnx!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 14:18:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-labeling-expression-in-arcgis-pro-3-1-0/m-p/1506164#M85630</guid>
      <dc:creator>WayneSimoneauParsons</dc:creator>
      <dc:date>2024-07-17T14:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade labeling expression in ArcGIS Pro 3.1.0 - space character returns newline</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-labeling-expression-in-arcgis-pro-3-1-0/m-p/1506169#M85631</link>
      <description>&lt;P&gt;Check your label settings. It may have "stack" enabled, which will insert line breaks on spaces and commas as the program deems necessary to fit everything in. Unchecking the box lets you define the label lines as you need.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1721226378173.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/109942i550D43FD8A66F103/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1721226378173.png" alt="jcarlson_0-1721226378173.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 14:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-labeling-expression-in-arcgis-pro-3-1-0/m-p/1506169#M85631</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-07-17T14:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade labeling expression in ArcGIS Pro 3.1.0 - space character returns newline</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-labeling-expression-in-arcgis-pro-3-1-0/m-p/1506347#M85658</link>
      <description>&lt;P&gt;That was it. Stack Label was enabled. Thank You!&lt;/P&gt;&lt;P&gt;Wayne Simoneau&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 20:42:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-labeling-expression-in-arcgis-pro-3-1-0/m-p/1506347#M85658</guid>
      <dc:creator>WayneSimoneauParsons</dc:creator>
      <dc:date>2024-07-17T20:42:14Z</dc:date>
    </item>
  </channel>
</rss>

