<?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: Allow users to change the attribute used for the symbology in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347159#M9260</link>
    <description>&lt;P&gt;Yes. It is possible. Create a button for each attribute that activates a definitionExpression and alters the symbology of the layer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#definitionExpression" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#definitionExpression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#renderer" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#renderer&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 14:35:02 GMT</pubDate>
    <dc:creator>JeffreyThompson2</dc:creator>
    <dc:date>2023-11-08T14:35:02Z</dc:date>
    <item>
      <title>Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347117#M9252</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one problem that I have to resolve to improve the ergonomy of my application.&lt;/P&gt;&lt;P&gt;I have socio-demographic feature layer with many columns that is interesting to represent in a map by point.&lt;/P&gt;&lt;P&gt;But, if I want to represent all of this information in a map, I have to duplicate my Feature Layer for each attribute that I need to represent in the map.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is better if I can use only one Feature Layer and if I can permit to change which attribute have to be visualized on the map. It is possible ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each attribute selected have to charge with a symbology associated who is parameter in the Map Viewer if it's possible ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 13:41:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347117#M9252</guid>
      <dc:creator>JasonBOCQUET</dc:creator>
      <dc:date>2023-11-08T13:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347121#M9253</link>
      <description>&lt;P&gt;I'm not entirely sure what you are asking.&lt;/P&gt;&lt;P&gt;If you want your symbology to vary by attribute, there is an option to do that in the webmap.&lt;/P&gt;&lt;P&gt;If you want to show only a specific attribute at a time, you can use the Filter widget.&lt;/P&gt;&lt;P&gt;If you want the user to be able to change the symbology at runtime, you will need to build a custom widget in Developer Edition.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 13:52:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347121#M9253</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-11-08T13:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347126#M9254</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to have on my Map:&lt;/P&gt;&lt;P&gt;One Feature Layer with the possibility to choice WHICH Attribute must be mapped. And for each of this attribute, the symbology is pré-parameter and would be loaded in fonction of the choice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem that I have, if I&amp;nbsp; want to map 10 different attributes, I have to duplicate 10 times my feature layer to allow the user to choice each attributes he wants to see in the map. But it would be better if the user choice the attribute with only one feature layer rather than choice between 10 different layer what he want to see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's more understandable ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 13:59:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347126#M9254</guid>
      <dc:creator>JasonBOCQUET</dc:creator>
      <dc:date>2023-11-08T13:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347132#M9255</link>
      <description>&lt;P&gt;It sounds like you should be using the Filter widget.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/guide/filter-widget/" target="_blank"&gt;https://developers.arcgis.com/experience-builder/guide/filter-widget/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 14:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347132#M9255</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-11-08T14:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347134#M9256</link>
      <description>&lt;P&gt;If I use the Filter widget I can only showing information depending of attribute.&lt;/P&gt;&lt;P&gt;But I want to colour my point in fonction of ONE attribute, and allow to users the possibility to click on another attribute to see another color depending of the second attribute selected. All of this, without to use multiple layers. I want to do this with only one layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filter widget can't color my map in fonction of attribute. If i set my map with a symbology on the attribute 1, if I filter on attribute 2 or 3 it doesn't change the symbology, it stay on the attribute 1. I want to switch with another symbology for another attribute, on the same layer.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 14:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347134#M9256</guid>
      <dc:creator>JasonBOCQUET</dc:creator>
      <dc:date>2023-11-08T14:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347145#M9257</link>
      <description>&lt;P&gt;Anything involving changing the symbology at runtime will require building a custom widget.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 14:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347145#M9257</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-11-08T14:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347147#M9258</link>
      <description>&lt;P&gt;Ok, but it's technically possible ?&lt;/P&gt;&lt;P&gt;I can prepare each symbology for each attribute, stock them and call them on my custom widget, depending of which attribute the user choice ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm very not convinced to duplicate my layer for each attribute I need to represent. I'm afraid of having a super long layer list which is indigestible for the user. But I have too many attribute to map.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 14:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347147#M9258</guid>
      <dc:creator>JasonBOCQUET</dc:creator>
      <dc:date>2023-11-08T14:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347159#M9260</link>
      <description>&lt;P&gt;Yes. It is possible. Create a button for each attribute that activates a definitionExpression and alters the symbology of the layer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#definitionExpression" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#definitionExpression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#renderer" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#renderer&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 14:35:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347159#M9260</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-11-08T14:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347222#M9268</link>
      <description>&lt;P&gt;Thanks ! It alter the symbology by modify the current layer or it create a new Feature Layer ?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 16:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347222#M9268</guid>
      <dc:creator>JasonBOCQUET</dc:creator>
      <dc:date>2023-11-08T16:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347236#M9269</link>
      <description>&lt;P&gt;By using layer.renderer as in the example linked above, you will be able to alter the symbology of the current layer without needing to create new feature layers.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 16:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347236#M9269</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-11-08T16:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347244#M9271</link>
      <description>&lt;P&gt;Ok, thanks ! I'm gonna to try to script this !&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 16:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347244#M9271</guid>
      <dc:creator>JasonBOCQUET</dc:creator>
      <dc:date>2023-11-08T16:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347254#M9272</link>
      <description>&lt;P&gt;Good luck and please consider sharing your results in the Custom widgets group. It could be a really neat and useful widget.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 16:43:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347254#M9272</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-11-08T16:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347590#M9293</link>
      <description>&lt;P&gt;Yeah no problem ! If I already succeed...&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 09:14:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1347590#M9293</guid>
      <dc:creator>JasonBOCQUET</dc:creator>
      <dc:date>2023-11-09T09:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Allow users to change the attribute used for the symbology</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1360985#M9905</link>
      <description>&lt;P&gt;This would be a very helpful feature!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 17:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/allow-users-to-change-the-attribute-used-for-the/m-p/1360985#M9905</guid>
      <dc:creator>GTueller</dc:creator>
      <dc:date>2023-12-14T17:30:09Z</dc:date>
    </item>
  </channel>
</rss>

