<?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: How to Filter Data in Expression using Text Widget in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/1056459#M1916</link>
    <description>&lt;P&gt;Is there any update on when Arcade expressions or a ROUND function would be available?&lt;/P&gt;</description>
    <pubDate>Mon, 10 May 2021 21:59:20 GMT</pubDate>
    <dc:creator>I_AM_ERROR</dc:creator>
    <dc:date>2021-05-10T21:59:20Z</dc:date>
    <item>
      <title>How to Filter Data in Expression using Text Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/141069#M217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I want to do:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I simply want to&amp;nbsp;add an expression in Dynamic content of Text widget so that I can calculate proportion (see Figure below). However, it fails whenever I add using conditional sentences (==). I tried lots but nothing works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic Text screenshot" class="jive-emoji image-1 jive-image" height="345" src="https://community.esri.com/legacyfs/online/487178_Capture.PNG" width="202" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Could someone kindly teach me how to filter data using Expression? Is it even possible to add conditional sentences?&lt;/LI&gt;&lt;LI&gt;Are there any instruction documents for how to use Expression of Dynamic Text widget. I have not seen anything in the homepage. Does it use SQL or Arcade expression?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 00:18:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/141069#M217</guid>
      <dc:creator>EijiMatsuzaki</dc:creator>
      <dc:date>2020-04-02T00:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter Data in Expression using Text Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/141070#M218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Similarly, I created an expression to calculate population per square mile, and I want to use the ROUND function on the result.&amp;nbsp; I think this would be an Arcade function but maybe Arcade is not available in Experience Builder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 13:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/141070#M218</guid>
      <dc:creator>KevinMayall</dc:creator>
      <dc:date>2020-04-02T13:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter Data in Expression using Text Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/141071#M219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eiji and Kevin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the question. The dynamic content does not support SQL conditions or Arcade functions for now. The expression only supports string binding and simple calculations currently (see &lt;A href="https://doc.arcgis.com/en/experience-builder/configure-widgets/text-widget.htm#ESRI_SECTION1_D0A54B5A11E84F5DBC281C3F04ACA8C4"&gt;dynamic content help&lt;/A&gt;) and other functions will be added gradually in further releases.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display filtered results in Text, maybe you can apply filters to the data source used in the Text widget in two access:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;set filters in the map viewer&lt;/LI&gt;&lt;LI&gt;use the Filter widget in EXB&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Be aware that both filters are global and will affect every widget that consumes the same data source.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are planning to support set filters within Text in the next release and you will be able to display info under certain conditions.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2020 03:38:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/141071#M219</guid>
      <dc:creator>DanJiang</dc:creator>
      <dc:date>2020-04-03T03:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter Data in Expression using Text Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/1056459#M1916</link>
      <description>&lt;P&gt;Is there any update on when Arcade expressions or a ROUND function would be available?&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 21:59:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/1056459#M1916</guid>
      <dc:creator>I_AM_ERROR</dc:creator>
      <dc:date>2021-05-10T21:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter Data in Expression using Text Widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/1245339#M5982</link>
      <description>&lt;P&gt;Any updates on this? If Arcade functionality is not going to be available soon, adding the MEDIAN function as an option would also be very helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 16:47:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-to-filter-data-in-expression-using-text-widget/m-p/1245339#M5982</guid>
      <dc:creator>CherieBryant</dc:creator>
      <dc:date>2023-01-04T16:47:21Z</dc:date>
    </item>
  </channel>
</rss>

