<?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: Attribute Driven Symbology in ArcGIS Pro in ArcGIS Pro Videos</title>
    <link>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336554#M112</link>
    <description>&lt;P&gt;Can you provide the expression used to calculate the field you created?&lt;/P&gt;&lt;P&gt;I really enjoy these ArcGIS Pro Shorts, thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 13:52:56 GMT</pubDate>
    <dc:creator>JasonBagwell1</dc:creator>
    <dc:date>2023-10-10T13:52:56Z</dc:date>
    <item>
      <title>Attribute Driven Symbology in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1335807#M109</link>
      <description>&lt;P&gt;Check out the newest video in our ArcGIS Pro Shorts series to learn about attribute driven symbology in ArcGIS Pro!&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6338530977112w960h540r106" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6338530977112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6338530977112w960h540r106');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6338530977112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mediaspace.esri.com/media/t/1_m7yupxu6" target="_self"&gt;Watch the video&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/593038"&gt;@ValeriaChavez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 14:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1335807#M109</guid>
      <dc:creator>CaitlynNorth</dc:creator>
      <dc:date>2023-10-10T14:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Driven Symbology in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336191#M110</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/600475" target="_self"&gt;&lt;SPAN class=""&gt;@CaitlynNorth,&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Nice...but can you show us these predefined RGB colors in the legend. In your demonstration I don't see it in Content pane?!?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 03:20:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336191#M110</guid>
      <dc:creator>BranislavBlagojevic</dc:creator>
      <dc:date>2023-10-09T03:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Driven Symbology in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336554#M112</link>
      <description>&lt;P&gt;Can you provide the expression used to calculate the field you created?&lt;/P&gt;&lt;P&gt;I really enjoy these ArcGIS Pro Shorts, thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 13:52:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336554#M112</guid>
      <dc:creator>JasonBagwell1</dc:creator>
      <dc:date>2023-10-10T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Driven Symbology in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336614#M113</link>
      <description>&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;I'm really glad to hear you're enjoying the ArcGIS Pro Shorts series! Here's the expression I used on the demo:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"rgb(" + Text($feature.Red) + "," + Text($feature.Green) + "," + Text($feature.Blue) + ")"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 15:44:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336614#M113</guid>
      <dc:creator>ValeriaChavez</dc:creator>
      <dc:date>2023-10-10T15:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Driven Symbology in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336620#M114</link>
      <description>&lt;P&gt;Hey Branislav,&lt;/P&gt;&lt;P&gt;I didn't expand the layer symbol in the contents pane because there are a&amp;nbsp;&lt;EM&gt;lot&amp;nbsp;&lt;/EM&gt;of them and time constrains but here's a gif of what it looks like:&amp;nbsp;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6338792638112w960h540r814" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6338792638112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6338792638112w960h540r814');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6338792638112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 15:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336620#M114</guid>
      <dc:creator>ValeriaChavez</dc:creator>
      <dc:date>2023-10-10T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Driven Symbology in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336649#M115</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 17:13:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336649#M115</guid>
      <dc:creator>JasonBagwell1</dc:creator>
      <dc:date>2023-10-10T17:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Driven Symbology in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336800#M116</link>
      <description>&lt;P&gt;Thank you, Valeria! You are demonstrating this using the 'Conus_Forest_Polygon' Layer and its attributes. Now in 'legend_colors.gif' you are showing another layer (conus_foresttype.tif), n o t&amp;nbsp; RGB colors produced by original layer attribute! This doesn't work in ArcGIS Pro! Simply said Colors do not reflect in the legend (function not fully or correctly implemented)!&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 00:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/attribute-driven-symbology-in-arcgis-pro/m-p/1336800#M116</guid>
      <dc:creator>BranislavBlagojevic</dc:creator>
      <dc:date>2023-10-11T00:54:00Z</dc:date>
    </item>
  </channel>
</rss>

