<?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 Use Arcade to show Date data in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/use-arcade-to-show-date-data/m-p/2173#M104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a webmap that shows survey123 data.&amp;nbsp; I want to show a time lapse map that shows today's date symbology as its normal symbols and anything prior to today's date have it display as a grey circle.&amp;nbsp; Is this possible using Arcade?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2020 15:23:47 GMT</pubDate>
    <dc:creator>EricS</dc:creator>
    <dc:date>2020-02-19T15:23:47Z</dc:date>
    <item>
      <title>Use Arcade to show Date data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/use-arcade-to-show-date-data/m-p/2173#M104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a webmap that shows survey123 data.&amp;nbsp; I want to show a time lapse map that shows today's date symbology as its normal symbols and anything prior to today's date have it display as a grey circle.&amp;nbsp; Is this possible using Arcade?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 15:23:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/use-arcade-to-show-date-data/m-p/2173#M104</guid>
      <dc:creator>EricS</dc:creator>
      <dc:date>2020-02-19T15:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use Arcade to show Date data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/use-arcade-to-show-date-data/m-p/2174#M105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/people/geniusgis"&gt;geniusgis&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can. Your expression will have to check for the date and return either the original value to draw on or another standard value (for the grey circle). You mention a time lapse. Please note that if you would have a time slider, this will not influence the symbology of the expression (it just filters the features). The symbology will just check the current date with the creation date to define the symbology. Arcade has no access to the time slider setting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 19:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/use-arcade-to-show-date-data/m-p/2174#M105</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-02-20T19:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use Arcade to show Date data</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/use-arcade-to-show-date-data/m-p/2175#M106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you don't have time slider use case, then here is a one liner that do so the job for you.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;iif(DateDiff(today(), $feature.datefield, 'days') &amp;lt; 1, $feature.datefield, -999)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;or&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;iif(today() == $feature.datefield, $feature.datefield, -999)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what kind of renderer/symbology you have for this layer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 19:34:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/use-arcade-to-show-date-data/m-p/2175#M106</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2020-02-20T19:34:16Z</dc:date>
    </item>
  </channel>
</rss>

