<?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: Turn layers on/off when styled using 'Unique Values' or expression in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1360239#M76302</link>
    <description>&lt;P&gt;If your ultimate goal is to create a app where the items can be toggled on and off through the legend, you can use the &lt;A href="https://www.esri.com/arcgis-blog/products/instant-apps/mapping/interactive-legend/" target="_self"&gt;Interactive Legend&lt;/A&gt; instant app.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 13:49:28 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2023-12-13T13:49:28Z</dc:date>
    <item>
      <title>Turn layers on/off when styled using 'Unique Values' or expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1360216#M76295</link>
      <description>&lt;P&gt;Maybe I'm missing something but is there any way to configure Pro so that when you have a layer symbolised using 'Unique Values' that you can toggle on/off individual sub-layers?&amp;nbsp; The only way I can find to do this to create separate layers for each value using the Definition Query function.&amp;nbsp; This is fine if my layer only has a small number of unique values, but if it has a lot of values this is really tedious to set up.&lt;/P&gt;&lt;P&gt;For example, in the image below I have configured the symbology to use the &lt;EM&gt;&lt;STRONG&gt;Department&lt;/STRONG&gt;&lt;/EM&gt; attribute, but I want to be able to control which departments are drawn on the map individually:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MappyIan_0-1702468282510.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88879i0D81E33E1816B013/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MappyIan_0-1702468282510.png" alt="MappyIan_0-1702468282510.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I can achieve the behaviour I want by creating four separate layers using &lt;STRONG&gt;Definition Queries&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MappyIan_1-1702468380729.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88880i0FFBA77DE45BCB39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MappyIan_1-1702468380729.png" alt="MappyIan_1-1702468380729.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This gives me what I want but is a pain to set up if you have multiple unique values in the selected field.&lt;/P&gt;&lt;P&gt;I came across &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/can-one-toggle-layer-symbology-on-and-off/m-p/221937" target="_blank" rel="noopener"&gt;this post [opens in new page]&lt;/A&gt;&amp;nbsp;from a few years ago where&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/129401"&gt;@KoryKramer&lt;/a&gt;&amp;nbsp;suggests creating all the Definition Queries on a single layer then using the&amp;nbsp;layer's Data &amp;gt; Definition Query group drop-down&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MappyIan_2-1702468745869.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88881i4D57766249BDAFEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MappyIan_2-1702468745869.png" alt="MappyIan_2-1702468745869.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Again, this kind of gives me what I want but it's a pain to set up and the contents panel doesn't update to show what is being drawn so is a bit confusing.&lt;/P&gt;&lt;P&gt;It seems like such a basic function that it should be relatively easy to implement.&amp;nbsp; The '&lt;EM&gt;definition query&lt;/EM&gt;' is already specified in the symbology panel, all we need is to extend the functionality in the Contents panel to allow individual sub-layers as specified in the '&lt;EM&gt;definition query&lt;/EM&gt;' to be toggled on/off.&lt;/P&gt;&lt;P&gt;Ultimately I'd like this to carry forward to ArcGIS Online for any layers configured like this so that the same toggle functionality is available once the layer is published to ArcGIS Online.&lt;/P&gt;&lt;P&gt;I'd love to know if this is possible already and I've simply just missed it or similarly I'd love to know if you think this is a good idea in which case I'll stick it in the Ideas channel.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 12:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1360216#M76295</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2023-12-13T12:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Turn layers on/off when styled using 'Unique Values' or expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1360239#M76302</link>
      <description>&lt;P&gt;If your ultimate goal is to create a app where the items can be toggled on and off through the legend, you can use the &lt;A href="https://www.esri.com/arcgis-blog/products/instant-apps/mapping/interactive-legend/" target="_self"&gt;Interactive Legend&lt;/A&gt; instant app.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 13:49:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1360239#M76302</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-12-13T13:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Turn layers on/off when styled using 'Unique Values' or expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1360339#M76319</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2839"&gt;@KenBuja&lt;/a&gt;, that's helpful but I'm also after a way of achieving it in Pro and the ArcGIS Online Map Viewer.&amp;nbsp; I'm just surprised this doesn't seem to be a common issue/request as (to me at least) it seems like a fairly useful requirement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 16:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1360339#M76319</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2023-12-13T16:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Turn layers on/off when styled using 'Unique Values' or expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1361791#M76466</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/476936"&gt;@MappyIan&lt;/a&gt;&amp;nbsp;Please add your kudos to&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/toggle-visibility-for-individual-categories-on/idi-p/928481" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-ideas/toggle-visibility-for-individual-categories-on/idi-p/928481&lt;/A&gt;&amp;nbsp;We are tracking this request so the more kudos we see on the idea will help in prioritization. Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 17 Dec 2023 14:04:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1361791#M76466</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2023-12-17T14:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Turn layers on/off when styled using 'Unique Values' or expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1362443#M76532</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/129401"&gt;@KoryKramer&lt;/a&gt;, thanks for the link to the idea, kudos duly added.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 09:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1362443#M76532</guid>
      <dc:creator>MappyIan</dc:creator>
      <dc:date>2023-12-19T09:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Turn layers on/off when styled using 'Unique Values' or expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1523080#M87118</link>
      <description>&lt;P&gt;was this ever resolved? I am also running into the same issue. I have a layer called Functional Class and I want users to toggle the unique values on/off as they see fit. I don't want to create 8 different layers for each functional class since that is tedious and leads to clutter in my personal database. ESRI please work on enabling this functionality. If someone has figured this out, please share your knowledge. I am using experience builder in this specific case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sara_Fatimah_0-1723837029622.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/112664iECC91EA152183A8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sara_Fatimah_0-1723837029622.png" alt="Sara_Fatimah_0-1723837029622.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 19:38:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1523080#M87118</guid>
      <dc:creator>Sara_Fatimah</dc:creator>
      <dc:date>2024-08-16T19:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Turn layers on/off when styled using 'Unique Values' or expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1523085#M87119</link>
      <description>&lt;P&gt;Btw how many Kudos are generally needed for an idea in ESRI to be implemented?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 19:44:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1523085#M87119</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2024-08-16T19:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Turn layers on/off when styled using 'Unique Values' or expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1523095#M87120</link>
      <description>&lt;P&gt;Just posted an update&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/toggle-visibility-for-individual-categories-on/idc-p/1523092/highlight/true#M31603" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-ideas/toggle-visibility-for-individual-categories-on/idc-p/1523092/highlight/true#M31603&lt;/A&gt;&amp;nbsp;This functionality is planned to be available in ArcGIS Pro 3.4 scheduled for Oct/Nov 2024.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 19:56:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1523095#M87120</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2024-08-16T19:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Turn layers on/off when styled using 'Unique Values' or expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1523116#M87123</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/554773"&gt;@Ed_&lt;/a&gt;&amp;nbsp;I'd encourage you to read the Frequently Asked Questions about ArcGIS Ideas &amp;gt; How are ArcGIS Ideas considered?&amp;nbsp;&lt;A href="https://community.esri.com/t5/community-help-documents/frequently-asked-questions-about-arcgis-ideas/ta-p/910738#toc-hId--362318211" target="_blank"&gt;https://community.esri.com/t5/community-help-documents/frequently-asked-questions-about-arcgis-ideas/ta-p/910738#toc-hId--362318211&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 20:35:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1523116#M87123</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2024-08-16T20:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Turn layers on/off when styled using 'Unique Values' or expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1523123#M87124</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So basically:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ed__0-1723841044912.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/112672i4AC252C595505D86/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ed__0-1723841044912.png" alt="Ed__0-1723841044912.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 20:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/turn-layers-on-off-when-styled-using-unique-values/m-p/1523123#M87124</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2024-08-16T20:44:12Z</dc:date>
    </item>
  </channel>
</rss>

