<?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 Arcade visualization expression in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/arcade-visualization-expression/m-p/436805#M2926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to Arcade and I am trying to symbolize a feature based on a domain value in multiple fields.&lt;/P&gt;&lt;P&gt;The feature class is named Zones and there are 3 fields Phase1, Phase2, Phase3 with the same Domain assigned to each field. The Domain values are [Active, Complete, Future]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create an expression when Phase1, Phase2 or Phase 3 = Active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Feb 2019 05:18:15 GMT</pubDate>
    <dc:creator>TaylorDenniston2</dc:creator>
    <dc:date>2019-02-16T05:18:15Z</dc:date>
    <item>
      <title>Arcade visualization expression</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-visualization-expression/m-p/436805#M2926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to Arcade and I am trying to symbolize a feature based on a domain value in multiple fields.&lt;/P&gt;&lt;P&gt;The feature class is named Zones and there are 3 fields Phase1, Phase2, Phase3 with the same Domain assigned to each field. The Domain values are [Active, Complete, Future]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create an expression when Phase1, Phase2 or Phase 3 = Active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2019 05:18:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-visualization-expression/m-p/436805#M2926</guid>
      <dc:creator>TaylorDenniston2</dc:creator>
      <dc:date>2019-02-16T05:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade visualization expression</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-visualization-expression/m-p/436806#M2927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found my answer below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//This Arcade expression is used to show only the features that contains a Domain value of "Active" when there are //mulitple fields that contain the same Domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var StatusArray = [DomainName($feature,"phase1"), DomainName($feature,"phase2"), DomainName($feature,"phase3")]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boolean(IndexOf (StatusArray, 'Active') &amp;gt;= 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2019 19:32:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-visualization-expression/m-p/436806#M2927</guid>
      <dc:creator>TaylorDenniston2</dc:creator>
      <dc:date>2019-02-17T19:32:16Z</dc:date>
    </item>
  </channel>
</rss>

