<?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: Forcing label items to remain on the same line in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208175#M59312</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/181838"&gt;@CiaraRowland-Simms&lt;/a&gt;&amp;nbsp;, if I disable stacking my label does not use the TextFormatting.Newline? Maybe a bug? I'm using Pro 2.9.3.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndreaB_0-1661956149929.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49958iB478E69C4B9ECBBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreaB_0-1661956149929.png" alt="AndreaB_0-1661956149929.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="AndreaB_1-1661956188566.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49959i6B821BD1CB16948B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreaB_1-1661956188566.png" alt="AndreaB_1-1661956188566.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2022 14:32:53 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2022-08-31T14:32:53Z</dc:date>
    <item>
      <title>Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/179804#M7980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to working with label expressions in ArcGIS Pro and I was hoping for some help. The expression I'm working with is as follows (VBScript):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[full_name] + " (Z:" &amp;amp; [zone] &amp;amp; " R:" &amp;amp; [rank_id] &amp;amp;")"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize my syntax and labeling structure is messy, but it's been getting the job done. The label is displaying a client name followed by their zone and rank numbers in parenthesis. Example:&amp;nbsp;&lt;STRONG&gt;ExampleName (Z:1 R:10)&lt;/STRONG&gt;&amp;nbsp;The problem I'm having occurs when a longer client name forces what I have in parenthesis on to two different lines when I have label stacking enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to ensure that my information inside the parenthesis always stays together on the same line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 14:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/179804#M7980</guid>
      <dc:creator>deleted-user-hwcOLD4Ux5CR</dc:creator>
      <dc:date>2017-07-14T14:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/179805#M7981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A less elegant option (without code) would be to simply change the label engine from Maplex to Standard Label Engine by un-selecting the U&lt;EM&gt;se Maplex Label Engine&lt;/EM&gt; under the more options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should ensure all labels are on one line.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/362735_Standard.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 18:25:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/179805#M7981</guid>
      <dc:creator>MervynLotter</dc:creator>
      <dc:date>2017-07-14T18:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/179806#M7982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be solved my issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I turned off Maplex Label Engine and added \n before my parenthesis to push this portion onto to the second line.&amp;nbsp;&lt;STRONG&gt;&lt;SPAN style="background-color: #ffffff;"&gt;[full_name] + "&lt;SPAN style="text-decoration: underline;"&gt;\n&lt;/SPAN&gt; (Z:" &amp;amp; [zone] &amp;amp; " R:" &amp;amp; [rank_id]&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt; &amp;amp;")"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;There must be a way to format this in Maplex, but using a line break was creating too large of a break for my desired label appearance. For now, the less elegant option does the job.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/179806#M7982</guid>
      <dc:creator>deleted-user-hwcOLD4Ux5CR</dc:creator>
      <dc:date>2017-07-17T13:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/179807#M7983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem may no longer be relevant for you, but just in case it is: the issue is that maplex has&amp;nbsp;the option to specify stacking characters, and the space character is a stacking separator by default, so it splits on any space it sees fit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="474046" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/474046_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;You could remove the space as a stacking separator and choose an open bracket character for example, with visibility on and split after checked off.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="474357" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/474357_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;However, this won't help you if you still want it to stack on space characters in other parts of your expression. For that, you can use non-breaking space characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can replace regular spaces in part of your expression with non-breaking space character (U+00A0). For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;full_name &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" (Z:"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;zone &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\u00A0"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"R:"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;rank_id &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;")"&lt;/SPAN&gt;‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Or if you have regular spaces in your fields and don't want them to stack, you could find and replace&amp;nbsp;them with nbsp&amp;nbsp;in a section:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;full_name&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;replace&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"(Z:"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;zone &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" R:"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;rank_id &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;")"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" "&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\u00A0"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Maplex will not split on these non breaking space characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&amp;nbsp;&lt;/STRONG&gt;as a third option, you can hard code your new line character, and disabling stacking as a fitting strategy&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;full_name &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Newline &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"(Z:"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;zone &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" R:"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;rank_id &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;")"&lt;/SPAN&gt;‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG __jive_id="474358" class="jive-image image-4" src="https://community.esri.com/legacyfs/online/474358_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;All the examples above are using Arcade, but will work just as well in any other parser. For VBScript make sure you use&amp;nbsp;&lt;STRONG&gt;+ vbnewline +&lt;/STRONG&gt;&amp;nbsp;instead of TextFormatting.Newline to ensure you have the correct type of line feed character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;Ciara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 11:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/179807#M7983</guid>
      <dc:creator>CiaraRowland-Simms</dc:creator>
      <dc:date>2019-11-22T11:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208175#M59312</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/181838"&gt;@CiaraRowland-Simms&lt;/a&gt;&amp;nbsp;, if I disable stacking my label does not use the TextFormatting.Newline? Maybe a bug? I'm using Pro 2.9.3.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndreaB_0-1661956149929.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49958iB478E69C4B9ECBBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreaB_0-1661956149929.png" alt="AndreaB_0-1661956149929.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="AndreaB_1-1661956188566.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49959i6B821BD1CB16948B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreaB_1-1661956188566.png" alt="AndreaB_1-1661956188566.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 14:32:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208175#M59312</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-08-31T14:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208607#M59376</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous User,&lt;/P&gt;&lt;P&gt;Would you be able to send over what placement strategy you have on this label?&amp;nbsp;&amp;nbsp;Or send the layer file for me to take a look? Some types such as street labeling and contour deliberately ignore any new lines in the expression, so I'm wondering if you might be using one of those.&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Ciara&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 09:30:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208607#M59376</guid>
      <dc:creator>CiaraRowland-Simms</dc:creator>
      <dc:date>2022-09-01T09:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208767#M59393</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/181838"&gt;@CiaraRowland-Simms&lt;/a&gt;, here are the screenshots of the label position tabs.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndreaB_0-1662049581251.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/50153i9770E3525BB499EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreaB_0-1662049581251.png" alt="AndreaB_0-1662049581251.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="AndreaB_1-1662049617193.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/50154i912669772BD92E22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreaB_1-1662049617193.png" alt="AndreaB_1-1662049617193.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="AndreaB_2-1662049639265.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/50155i2425790BEF708CF2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreaB_2-1662049639265.png" alt="AndreaB_2-1662049639265.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Let me know if that helps.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 16:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208767#M59393</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-09-01T16:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208809#M59406</link>
      <description>&lt;P&gt;Hi @Anonymous User&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks that's great! My suspicion based on those properties is that Never remove (place overlapping) on the Conflict Resolution tab is causing the issue. That property is really a last resort to get text on the map when there isn't enough room. Would you be able to see if turning it off resolves your stacking issue?&lt;BR /&gt;Ciara&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 18:01:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208809#M59406</guid>
      <dc:creator>CiaraRowland-Simms</dc:creator>
      <dc:date>2022-09-01T18:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208876#M59417</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/181838"&gt;@CiaraRowland-Simms&lt;/a&gt;&amp;nbsp;, no that didn't change it. It works for some of the labels but not this one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndreaB_0-1662062452320.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/50179i34DA4A9C788E7492/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreaB_0-1662062452320.png" alt="AndreaB_0-1662062452320.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 20:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1208876#M59417</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-09-01T20:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1209196#M59459</link>
      <description>&lt;P&gt;Interesting! I'm going to loop in&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/195273"&gt;@SamuelTroth2&lt;/a&gt;&amp;nbsp;to get his thoughts as I've actually moved to working on a different area since this post so am not up to speed on recent changes to the label engine. Hopefully he'll be able to get to the bottom of the issue!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 16:04:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1209196#M59459</guid>
      <dc:creator>CiaraRowland-Simms</dc:creator>
      <dc:date>2022-09-02T16:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1211520#M59733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous User,&lt;/P&gt;&lt;P&gt;Looks like this is a bug in ArcGIS Pro. There's no reason that you should need the stacking property enabled for your stacking expression to work correctly. I have logged this as an issue for us to investigate. It seems to be linked to the 'Secondary offset' property, if you could find a way not to use that in your map that may be a viable workaround.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm very sorry Maplex isn't performing as you would hope. Please get in touch if you have any more questions.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 10:24:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1211520#M59733</guid>
      <dc:creator>SamuelTroth2</dc:creator>
      <dc:date>2022-09-12T10:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1248386#M64263</link>
      <description>&lt;P&gt;Hi. I am experiencing this same issue (as Andrea had) now, using Pro 3.0.2. Any light on when this bug will be fixed?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 00:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1248386#M64263</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2023-01-16T00:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1248449#M64266</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This issue will be fixed in the upcoming release ArcGIS Pro 3.1&lt;/P&gt;&lt;P&gt;Sorry that Maplex is performing as you would hope.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Esri&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 11:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1248449#M64266</guid>
      <dc:creator>SamuelTroth2</dc:creator>
      <dc:date>2023-01-16T11:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing label items to remain on the same line</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1517585#M86698</link>
      <description>&lt;P&gt;I think this is the most correct answer. You may wish for your labels to use Maplex rules overall for line breaks, but you just don't want it to occur in this specific place. In my case, I wanted to separate a date and time with a space, but always keep them on the same line, however, I wanted Maplex rules to figure out the rest of the line break rules.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 16:33:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/forcing-label-items-to-remain-on-the-same-line/m-p/1517585#M86698</guid>
      <dc:creator>DaveCA</dc:creator>
      <dc:date>2024-08-09T16:33:12Z</dc:date>
    </item>
  </channel>
</rss>

