<?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: Dynamic Fiscal Year Filter in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-fiscal-year-filter/m-p/1627619#M19563</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/660570"&gt;@bsklaohfl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Arcade is supported in Experience Builder in the June 2025 AGOL&amp;nbsp; release.&lt;/P&gt;&lt;P&gt;However, due to some limitations, Arcade fields are not currently supported. As a workaround, you can use a list widget and add Arcade expressions to the text widget of a list.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shengdi&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jun 2025 07:40:20 GMT</pubDate>
    <dc:creator>ShengdiZhang</dc:creator>
    <dc:date>2025-06-27T07:40:20Z</dc:date>
    <item>
      <title>Dynamic Fiscal Year Filter</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-fiscal-year-filter/m-p/1273533#M6593</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am in need of a way to display a dynamically changing Fiscal Year data parameter. Each Fiscal Year begins 10/01 and ends the follow year on 09/30. The data would change based on the current Fiscal Year.&lt;/P&gt;&lt;P&gt;I have accomplished this on the Map Viewer using an Arcade expression for symbology, which is attached. Is there a way to translate this using a widget on the Experience Builder? I have tried using the Query SQL Expression Builder but have found it limiting...unless I am using it wrong.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;if ($feature["DateTimeInit"] &amp;gt;= Date(2019, 10, 1) &amp;amp;&amp;amp; $feature["DateTimeInit"] &amp;lt;= Date(2020, 9, 30)) {
    return 'FY 20';
} else if ($feature["DateTimeInit"] &amp;gt;= Date(2020, 10, 1) &amp;amp;&amp;amp; $feature["DateTimeInit"] &amp;lt;= Date(2021, 9, 30)) {
    return 'FY 21';
} else if ($feature["DateTimeInit"] &amp;gt;= Date(2021, 10, 1) &amp;amp;&amp;amp; $feature["DateTimeInit"] &amp;lt;= Date(2022, 9, 30)) {
    return 'FY 22';
} else {
    return 'N/A';
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 13:59:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-fiscal-year-filter/m-p/1273533#M6593</guid>
      <dc:creator>bsklaohfl</dc:creator>
      <dc:date>2023-03-30T13:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Fiscal Year Filter</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-fiscal-year-filter/m-p/1627619#M19563</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/660570"&gt;@bsklaohfl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Arcade is supported in Experience Builder in the June 2025 AGOL&amp;nbsp; release.&lt;/P&gt;&lt;P&gt;However, due to some limitations, Arcade fields are not currently supported. As a workaround, you can use a list widget and add Arcade expressions to the text widget of a list.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shengdi&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 07:40:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/dynamic-fiscal-year-filter/m-p/1627619#M19563</guid>
      <dc:creator>ShengdiZhang</dc:creator>
      <dc:date>2025-06-27T07:40:20Z</dc:date>
    </item>
  </channel>
</rss>

