<?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: Displaying multiple label features in one feature class in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11998#M130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooops, my bad...thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 16:27:09 GMT</pubDate>
    <dc:creator>KatyW</dc:creator>
    <dc:date>2015-07-09T16:27:09Z</dc:date>
    <item>
      <title>Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11992#M124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Man I hope I typed out the title of this thread correctly!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to display multiple label fields like the one in the first image.&amp;nbsp; The feature class is underground nap in the splice closure layer.&amp;nbsp; I want to show the enc_size and fiberassignments as labels for the underground nap.&amp;nbsp; How do I do this?&amp;nbsp; I tired reading all kinds of resources on labeling and annotation but I'm falling short on understanding how the hell to do this!&amp;nbsp; I provided my MXD in the second image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 16:00:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11992#M124</guid>
      <dc:creator>KatyW</dc:creator>
      <dc:date>2015-07-09T16:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11993#M125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You posted this in GeoNet help which is for questions about using GeoNet.&amp;nbsp; You might want to move this to the GIS place or somewhere to get a better response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer to your question is you have to build a label expression.&amp;nbsp; In VB it would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[field1] &amp;amp;"/"&amp;amp; [field2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would then set the labels to stack and force split using the / character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s800000049000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s800000049000000"&gt;ArcGIS Help 10.1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the link doesn't work, google arcgis stack labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 16:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11993#M125</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2015-07-09T16:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11994#M126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand your question, but if you want to stack the labels you will need to use an expression, such as one of the examples shown here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/map/working-with-text/about-building-label-expressions.htm#GUID-1FE4CD55-4411-4B1A-B5A0-305A5ACE3E32" title="http://desktop.arcgis.com/en/desktop/latest/map/working-with-text/about-building-label-expressions.htm#GUID-1FE4CD55-4411-4B1A-B5A0-305A5ACE3E32"&gt;Building label expressions—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 16:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11994#M126</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-07-09T16:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11995#M127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select the Label tab from Layer Properties, click the Expression button, and enter the expression in the Expression box on the lower half of the window. For example, the vbscript expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 10.5px; background-color: #fafafa;"&gt;[NAME] &amp;amp; vbCrLf&amp;amp; [ADDRESS_1] &amp;amp; vbCrLf&amp;amp; [ADDRESS_2] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 10.5px; background-color: #fafafa;"&gt;Would create a label that looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 10.5px; background-color: #fafafa;"&gt;Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 10.5px; background-color: #fafafa;"&gt;Address_1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 10.5px; background-color: #fafafa;"&gt;Address_2&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 16:22:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11995#M127</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-07-09T16:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11996#M128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Katherine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under Layer Properties&amp;gt;Labels&amp;gt;Expression, you can stack labels by using either a python or VB expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Python Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[field1] + "\n" + [field2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If either of your fields are numeric, you may need to make it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;str([field1]) + "\n" + str([field2])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the \n is a carriage return string that makes a new line for the second field value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 16:22:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11996#M128</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-07-09T16:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11997#M129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the labels tab open the Expression tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming your field doesn't include the text "Size", you'll need to add that as well. The following should be entered into the expression box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[fiberassignments] &amp;amp; " " &amp;amp; "Size: " &amp;amp; [enc_size]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have Maplex label engine you can add special characters within parentheses to force stacking of labels. You can set which characters to force stacking and set visibility of those characters and stacking behavior under the Fitting Strategy tab under the Placement Properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 16:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11997#M129</guid>
      <dc:creator>RichEmerson</dc:creator>
      <dc:date>2015-07-09T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11998#M130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooops, my bad...thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 16:27:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11998#M130</guid>
      <dc:creator>KatyW</dc:creator>
      <dc:date>2015-07-09T16:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11999#M131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep getting an error message that says "No features found.&amp;nbsp; Could not verify expression"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 17:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/11999#M131</guid>
      <dc:creator>KatyW</dc:creator>
      <dc:date>2015-07-09T17:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12000#M132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you constructing your expression using the list of available fields in the box above? Are your field names enclosed in brackets? Are you including the "&amp;amp;" character between each field name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 17:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12000#M132</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-07-09T17:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12001#M133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My expression looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ENC_SIZE] "&amp;amp;" [FIBERASSIGNMENTS] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My field spellings are correct and are capitalized in the attribute table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 17:34:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12001#M133</guid>
      <dc:creator>KatyW</dc:creator>
      <dc:date>2015-07-09T17:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12002#M134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the info you provided, this expression should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;[fiberassignments] &amp;amp; &lt;CODE&gt;vbCrLf&lt;/CODE&gt; &amp;amp; "Size: " &amp;amp; [enc_size]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 17:36:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12002#M134</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-07-09T17:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12003#M135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the " " from the ampersand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 17:37:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12003#M135</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-07-09T17:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12004#M136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the parenthesis surrounding the &amp;amp; symbol. Keep in mind that this&lt;/P&gt;&lt;P&gt;will put your text together without a space. Try the following to keep the&lt;/P&gt;&lt;P&gt;text from running together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;amp; " " &amp;amp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 17:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12004#M136</guid>
      <dc:creator>RichEmerson</dc:creator>
      <dc:date>2015-07-09T17:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12005#M137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even without the " " around the ampersand, I still get the error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 17:39:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12005#M137</guid>
      <dc:creator>KatyW</dc:creator>
      <dc:date>2015-07-09T17:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12006#M138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cut and paste the expression below into your Label Expression window, then select the verify button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;[fiberassignments] &amp;amp; &lt;/SPAN&gt;&lt;CODE&gt;vbCrLf&lt;/CODE&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; &amp;amp; "Size: " &amp;amp; [enc_size]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 17:45:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12006#M138</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-07-09T17:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12007#M139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Untitled.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/116226_Untitled.jpg" style="width: 620px; height: 309px;" /&gt;&lt;/P&gt;&lt;P&gt;Still getting the error...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 18:11:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12007#M139</guid>
      <dc:creator>KatyW</dc:creator>
      <dc:date>2015-07-09T18:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12008#M140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm stumped. Can you attach a zip file of your data so I can try it on my system?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 18:18:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12008#M140</guid>
      <dc:creator>JohnWarden</dc:creator>
      <dc:date>2015-07-09T18:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12009#M141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You get this error when you specify a field that does not exist in your data. The fields you are trying to use are not listed in the field list, although they may be listed further down. Can you take a screen shot showing the fields you are trying to reference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: you can also see this error if there are no features matching the SQL statement you've set for the class. I see you're using classes for labeling. Are you sure some features match?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 18:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12009#M141</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-07-09T18:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12010#M142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Untitled.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/116234_Untitled.jpg" style="width: 620px; height: 293px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what you mean by "&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Are you sure some features match?"&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 18:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12010#M142</guid>
      <dc:creator>KatyW</dc:creator>
      <dc:date>2015-07-09T18:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple label features in one feature class</title>
      <link>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12011#M143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; line-height: 1.5;"&gt;I'm not sure what you mean by "&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Are you sure some features match?"&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; For example, if you've got a field called "MyNumber" with values of 1 and 2 only, and your SQL Query for a label class is: "MyNumber" = 3 (meaning, label those features where the value is 3), and then you try to verify a label expression of [MyNumber], you will receive the error you mention because no features match that SQL expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 18:33:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/displaying-multiple-label-features-in-one-feature/m-p/12011#M143</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-07-09T18:33:19Z</dc:date>
    </item>
  </channel>
</rss>

