<?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: Copy Label Classes to multiple layers in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1201423#M58448</link>
    <description>&lt;P&gt;You may be interested in voting on the following ideas:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/copy-multiple-label-classes-simultaneously/idc-p/1201420" target="_blank"&gt;Copy multiple label classes simultaneously - Esri Community &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/label-class-copy-and-paste-between-maps/idi-p/1075856" target="_blank"&gt;Label Class Copy and paste between maps - Esri Community &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-tool-quot-apply-label-classes-from/idi-p/1136217" target="_blank"&gt;Geoprocessing tool "Apply label classes from layer... - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2022 17:02:18 GMT</pubDate>
    <dc:creator>wayfaringrob</dc:creator>
    <dc:date>2022-08-10T17:02:18Z</dc:date>
    <item>
      <title>Copy Label Classes to multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1021062#M36515</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Would anybody be able to tell me if it is possible in &lt;STRONG&gt;Pro&lt;/STRONG&gt; to &lt;STRONG&gt;copy&lt;/STRONG&gt; a set of&lt;STRONG&gt; label classes&lt;/STRONG&gt; from one layer to others. I have set up multiple label classes, which I would like to replicate in other layers in my map. I can see that I can copy and paste each individual class into a new class in each of the other layers, but is there a way that I can do them all at once. (I have 11 label classes and 18 layers to apply them to!)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CherylWheeler11_0-1611850381569.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4795i569DD68820C946B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CherylWheeler11_0-1611850381569.png" alt="CherylWheeler11_0-1611850381569.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have multiple layers in the same map which I would like to label in the same way. (For some reason the&amp;nbsp;&lt;EM&gt;Create Labels from Symbology&amp;nbsp;&lt;/EM&gt;tab is greyed out???)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for any insights.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1021062#M36515</guid>
      <dc:creator>CherylWheeler11</dc:creator>
      <dc:date>2021-01-28T16:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Label Classes to multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1021099#M36524</link>
      <description>&lt;P&gt;If you hover over the greyed out option, it does tell you that your symbology needs to be set to &lt;STRONG&gt;Unique Values, Graduated Colors, or Graduated Symbols&lt;/STRONG&gt; so that it has distinct classes to apply to, and also that your symbology needs to be based on a field, &lt;EM&gt;not an expression&lt;/EM&gt;. This is because the label class definition needs to convert cleanly to SQL, which won't work off an expression.&lt;/P&gt;&lt;P&gt;My first suggestion would be to check out your symbology, and if possible, adjust it to directly reference fields rather than an expression. The &lt;STRONG&gt;Create Labels from Symbology&lt;/STRONG&gt; tool will still work if your symbology is based on multiple fields.&lt;/P&gt;&lt;P&gt;If that doesn't work, you're in for a lot of clicking, or possibly some Python. While you &lt;EM&gt;can &lt;/EM&gt;copy a single label class's properties, you &lt;EM&gt;can't&lt;/EM&gt; copy the class itself, so you need an existing label class to paste the properties &lt;EM&gt;into&lt;/EM&gt;. Such a workflow would look like:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Right-click label class in source layer and click "copy"&lt;/LI&gt;&lt;LI&gt;Create a new label class in destination layer&lt;/LI&gt;&lt;LI&gt;Right-click the new label class and click "paste", select "all properties"&lt;/LI&gt;&lt;LI&gt;Groan inwardly and repeat for &lt;EM&gt;every single label class&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jCarlson_0-1611853407304.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4802i924BF6E9EDA6E40E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jCarlson_0-1611853407304.png" alt="jCarlson_0-1611853407304.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It's not a great method, but if you really can't set label classes from symbology, it could work.&lt;/P&gt;&lt;P&gt;It's also worth noting that the GP tool &lt;STRONG&gt;Apply Symbology from Layer&lt;/STRONG&gt; &lt;EM&gt;does&lt;/EM&gt; pick up label classes, not just symbols. But of course, it will change the symbology, which maybe you don't want to do. You could save your symbology to styles, run the tool to import the label classes, then re-set the symbols to the styles afterward. But again, tedious and indirect. I'd check out your symbology settings first.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 17:05:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1021099#M36524</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-01-28T17:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Label Classes to multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1021113#M36528</link>
      <description>&lt;P&gt;Mmm, thanks very much Josh. I actually can't use multiple attributes for the symbology because I found that when I published the layers to Portal, that functionality wasn't allowed. Therefore, I used Arcade expressions which did work for that purpose, but now I have this new headache!. Never mind.....I'll get clicking&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks again. I will go the create new label class, copy, paste route! I appreciate your response.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 17:17:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1021113#M36528</guid>
      <dc:creator>CherylWheeler11</dc:creator>
      <dc:date>2021-01-28T17:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Label Classes to multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1021120#M36530</link>
      <description>&lt;P&gt;You can still use the multiple-fields option, albeit just in Pro. Even if it comes from a hosted layer, you won't be constrained by those same limitations within the Pro software. Were you needing the label classes to translate to something that works in Portal?&lt;/P&gt;&lt;P&gt;If you use the Map Viewer Beta, that &lt;EM&gt;does &lt;/EM&gt;give you the option of creating separate label classes with different SQL filters, so that's an option for multi-field-based label classes that are web-friendly. No such luck in the standard Map Viewer, though.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 17:23:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1021120#M36530</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-01-28T17:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Label Classes to multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1021127#M36532</link>
      <description>&lt;P&gt;Hi, Yes, we deliver our webapps through Portal. Unfortunately we do not appear to have MapViewerBeta installed on Portal, although it is on AGOL.&amp;nbsp; Maybe I can do it through a distributed collaboration if I use AGOL to create a webmap to feed my webapp in Portal. I will investigate.&lt;/P&gt;&lt;P&gt;Thanks again Josh.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 17:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1021127#M36532</guid>
      <dc:creator>CherylWheeler11</dc:creator>
      <dc:date>2021-01-28T17:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Label Classes to multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1143089#M51325</link>
      <description>&lt;P&gt;If you are still looking for an answer on this, XTools Pro for ArcPro will allow you to copy Label Properties to other layers in the TOC. It will copy multiple layer properties.&amp;nbsp; Also, make sure that your layer schemas are the same.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelBillings_0-1644596263530.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33703i13706F0A6568DF03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelBillings_0-1644596263530.png" alt="MichaelBillings_0-1644596263530.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 16:18:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1143089#M51325</guid>
      <dc:creator>MichaelBillings</dc:creator>
      <dc:date>2022-02-11T16:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Label Classes to multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1177070#M55511</link>
      <description>&lt;P&gt;Very handy as wanting to apply same labeling to 36 layers within Pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked well. However I note, the label Minimum Scale (Out Beyond) I had set on my Copy Labeling layer did not apply to any of the layers I pasted the Labeling to.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nonetheless the tool saved me plenty of time by copying: My Label expression (generic to all layers) and text symbol.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 00:57:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1177070#M55511</guid>
      <dc:creator>PatO_Brien1</dc:creator>
      <dc:date>2022-05-25T00:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Label Classes to multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1201423#M58448</link>
      <description>&lt;P&gt;You may be interested in voting on the following ideas:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/copy-multiple-label-classes-simultaneously/idc-p/1201420" target="_blank"&gt;Copy multiple label classes simultaneously - Esri Community &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/label-class-copy-and-paste-between-maps/idi-p/1075856" target="_blank"&gt;Label Class Copy and paste between maps - Esri Community &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-tool-quot-apply-label-classes-from/idi-p/1136217" target="_blank"&gt;Geoprocessing tool "Apply label classes from layer... - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 17:02:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/copy-label-classes-to-multiple-layers/m-p/1201423#M58448</guid>
      <dc:creator>wayfaringrob</dc:creator>
      <dc:date>2022-08-10T17:02:18Z</dc:date>
    </item>
  </channel>
</rss>

