<?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 Field Formula in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/field-formula/m-p/1656509#M99441</link>
    <description>&lt;P&gt;I am trying to create a way to Count [Incidents] based on entries that will be associated with a [Date]. Here is the ringer, there could be multiple people entering data, and multiple entries each day, but I only want to show activity for 1 day. I would like to display on a dashboard but&amp;nbsp;&lt;EM&gt;Distinct&lt;/EM&gt; does not show up as an option when I built the table. I can use a list but don't think that option is available.&lt;/P&gt;&lt;P&gt;My work around, can I create a separate table that will store this information and update accordingly? the table would collect Incidents and total number of days and entry was inputted from a survey123.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Oct 2025 23:23:08 GMT</pubDate>
    <dc:creator>ScottJones1</dc:creator>
    <dc:date>2025-10-08T23:23:08Z</dc:date>
    <item>
      <title>Field Formula</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-formula/m-p/1656509#M99441</link>
      <description>&lt;P&gt;I am trying to create a way to Count [Incidents] based on entries that will be associated with a [Date]. Here is the ringer, there could be multiple people entering data, and multiple entries each day, but I only want to show activity for 1 day. I would like to display on a dashboard but&amp;nbsp;&lt;EM&gt;Distinct&lt;/EM&gt; does not show up as an option when I built the table. I can use a list but don't think that option is available.&lt;/P&gt;&lt;P&gt;My work around, can I create a separate table that will store this information and update accordingly? the table would collect Incidents and total number of days and entry was inputted from a survey123.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 23:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-formula/m-p/1656509#M99441</guid>
      <dc:creator>ScottJones1</dc:creator>
      <dc:date>2025-10-08T23:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field Formula</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-formula/m-p/1657128#M99478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/145638"&gt;@ScottJones1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try the following which means you don't need to create a table manually&lt;/P&gt;&lt;P&gt;1. Create a Feature Layer View from your Survey123 data.&lt;/P&gt;&lt;P&gt;2. Use Arcade expressions in the view or dashboard to:&lt;BR /&gt;• Filter by a specific date&lt;BR /&gt;• Count incidents per day&lt;BR /&gt;• Optionally group by user or other fields&lt;BR /&gt;Example Arcade Expression (for a dashboard indicator) - this can be changed to use DateDiff or FormatDate if needed;&lt;/P&gt;&lt;P&gt;var today = Date();&lt;BR /&gt;var filtered = Filter($layer, "DateField = @today");&lt;BR /&gt;return Count(filtered);&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 15:52:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-formula/m-p/1657128#M99478</guid>
      <dc:creator>DanielFox1</dc:creator>
      <dc:date>2025-10-10T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Field Formula</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-formula/m-p/1657229#M99486</link>
      <description>&lt;P&gt;Daniel, would I be building this arcade expression in a new field in the layer? so that the field would calculate how many times and entry was made but only count (1) per day no matter how many entries? I did not see where I could try to build an Arcade expression.&amp;nbsp;&lt;/P&gt;&lt;P&gt;INC 1 -- NOV 1, ops meeting, support crews&lt;/P&gt;&lt;P&gt;INC 1 -- NOV 1, update executive staff&lt;/P&gt;&lt;P&gt;INC 1 -- NOV 2, ops meeting&lt;/P&gt;&lt;P&gt;I am trying to get a list that would display, INC 1 - Days 2 , right now it would show INC 1 -- Days 3&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 22:38:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-formula/m-p/1657229#M99486</guid>
      <dc:creator>ScottJones1</dc:creator>
      <dc:date>2025-10-10T22:38:56Z</dc:date>
    </item>
  </channel>
</rss>

