<?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 Analysis widget - hoping for enabled = false support and Category support in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-hoping-for-enabled-false-support/m-p/1617567#M19064</link>
    <description>&lt;P&gt;I am seeing that hiding params using self.params[3].enabled = False works great as a regular toolbox but when I publish the tool as a service in both Pro and ExB this does not work and it just always shows the param.&lt;/P&gt;&lt;P&gt;def updateParameters(self):&lt;/P&gt;&lt;P&gt;if(self.params[2].value):&lt;BR /&gt;self.params[3].enabled = True&lt;BR /&gt;else:&lt;BR /&gt;self.params[3].enabled = False&lt;BR /&gt;return&lt;/P&gt;&lt;P&gt;Is this a known issue?&amp;nbsp; I am seeing a number of things that work in a toolbox but not as a service.&lt;/P&gt;&lt;P&gt;Another example is Category is not supported in ExB but does work in Pro.&amp;nbsp; This is making it hard to create a consistent user experience.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_0-1747926922611.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132983iDEEB4C97ED853CA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DougBrowning_0-1747926922611.png" alt="DougBrowning_0-1747926922611.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_1-1747927018599.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132984i3B561ABB46B83037/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DougBrowning_1-1747927018599.png" alt="DougBrowning_1-1747927018599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any doc on what is and is not supported when publishing?&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;</description>
    <pubDate>Thu, 22 May 2025 15:17:30 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2025-05-22T15:17:30Z</dc:date>
    <item>
      <title>Analysis widget - hoping for enabled = false support and Category support</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-hoping-for-enabled-false-support/m-p/1617567#M19064</link>
      <description>&lt;P&gt;I am seeing that hiding params using self.params[3].enabled = False works great as a regular toolbox but when I publish the tool as a service in both Pro and ExB this does not work and it just always shows the param.&lt;/P&gt;&lt;P&gt;def updateParameters(self):&lt;/P&gt;&lt;P&gt;if(self.params[2].value):&lt;BR /&gt;self.params[3].enabled = True&lt;BR /&gt;else:&lt;BR /&gt;self.params[3].enabled = False&lt;BR /&gt;return&lt;/P&gt;&lt;P&gt;Is this a known issue?&amp;nbsp; I am seeing a number of things that work in a toolbox but not as a service.&lt;/P&gt;&lt;P&gt;Another example is Category is not supported in ExB but does work in Pro.&amp;nbsp; This is making it hard to create a consistent user experience.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_0-1747926922611.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132983iDEEB4C97ED853CA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DougBrowning_0-1747926922611.png" alt="DougBrowning_0-1747926922611.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_1-1747927018599.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132984i3B561ABB46B83037/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DougBrowning_1-1747927018599.png" alt="DougBrowning_1-1747927018599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any doc on what is and is not supported when publishing?&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 15:17:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-hoping-for-enabled-false-support/m-p/1617567#M19064</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2025-05-22T15:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis widget - hoping for enabled = false support and Category support</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-hoping-for-enabled-false-support/m-p/1625006#M19363</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;&amp;nbsp;, this is currently a limitation from analysis component, that it does not honor the parameter display rule or restriction. There is already issue logged and enhancement requested to the analysis component team. But we cannot guarantee when can they support this. Thanks for your patience.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 09:34:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-hoping-for-enabled-false-support/m-p/1625006#M19363</guid>
      <dc:creator>Wei_Ying</dc:creator>
      <dc:date>2025-06-19T09:34:11Z</dc:date>
    </item>
  </channel>
</rss>

