<?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: Arcade Expressions in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions/m-p/1048636#M39548</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/86921"&gt;@AmandaBeck&lt;/a&gt;&amp;nbsp; if you're looking to hide fields in your pop-up, take a look at the following document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-documents/hide-field-in-pop-up-using-arcade/ta-p/1029496" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-documents/hide-field-in-pop-up-using-arcade/ta-p/1029496&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Apr 2021 08:22:13 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2021-04-19T08:22:13Z</dc:date>
    <item>
      <title>Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions/m-p/1045177#M39374</link>
      <description>&lt;P&gt;Hi there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to write an Arcade Expression that will show certain data if equal to more than 0, and not show data when equal to 0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read the IIF and WHEN help pages and even the IsEmpty pages but I can't seem to make it work. How do I create an Arcade Expression to be used within a Custom Attribute Display?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 18:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions/m-p/1045177#M39374</guid>
      <dc:creator>AmandaBeck</dc:creator>
      <dc:date>2021-04-08T18:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions/m-p/1045212#M39377</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/86921"&gt;@AmandaBeck&lt;/a&gt;&amp;nbsp; try the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if (($feature.value&amp;gt; 0))  {
        return "Active";
    }&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;value&lt;/STRONG&gt; would be replaced with the field name.&amp;nbsp; You can set &lt;STRONG&gt;"Active"&lt;/STRONG&gt; to what ever you&amp;nbsp; would like displayed&amp;nbsp; in the legend.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 19:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions/m-p/1045212#M39377</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-04-08T19:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions/m-p/1045868#M39414</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10527"&gt;@JakeSkinner&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try this, however it did not do what I wanted it to.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already have a custom attribute expression with text for my pop ups. What I want to do is, have some text that shows and some that doesn't depending on what information is required in the pop up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try this way you mentioned, but maybe When() would work?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 12:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions/m-p/1045868#M39414</guid>
      <dc:creator>AmandaBeck</dc:creator>
      <dc:date>2021-04-12T12:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expressions</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions/m-p/1048636#M39548</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/86921"&gt;@AmandaBeck&lt;/a&gt;&amp;nbsp; if you're looking to hide fields in your pop-up, take a look at the following document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-documents/hide-field-in-pop-up-using-arcade/ta-p/1029496" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-documents/hide-field-in-pop-up-using-arcade/ta-p/1029496&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 08:22:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expressions/m-p/1048636#M39548</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-04-19T08:22:13Z</dc:date>
    </item>
  </channel>
</rss>

