<?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 How to get a sum of time? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268535#M66737</link>
    <description>&lt;P&gt;I'm trying to get a summary of the duration for ID's using summary statistics. Data type is text with no number format.&lt;/P&gt;&lt;TABLE width="151"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="70"&gt;ID&lt;/TD&gt;&lt;TD width="81"&gt;Duration&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCD&lt;/TD&gt;&lt;TD&gt;1:08:47&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ&lt;/TD&gt;&lt;TD&gt;0:09:23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ&lt;/TD&gt;&lt;TD&gt;0:07:31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCD&lt;/TD&gt;&lt;TD&gt;0:04:30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to do sum of the Duration Field, I get this error:&lt;/P&gt;&lt;P&gt;ERROR 000315 Field Formated_Total_Duration only supports statistic types MIN, MAX, MEAN, COUNT, FIRST, LAST, UNIQUE.&lt;/P&gt;&lt;P&gt;Is there a work around or another tool I should be using?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 16:28:14 GMT</pubDate>
    <dc:creator>Davec43</dc:creator>
    <dc:date>2023-03-16T16:28:14Z</dc:date>
    <item>
      <title>How to get a sum of time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268535#M66737</link>
      <description>&lt;P&gt;I'm trying to get a summary of the duration for ID's using summary statistics. Data type is text with no number format.&lt;/P&gt;&lt;TABLE width="151"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="70"&gt;ID&lt;/TD&gt;&lt;TD width="81"&gt;Duration&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCD&lt;/TD&gt;&lt;TD&gt;1:08:47&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ&lt;/TD&gt;&lt;TD&gt;0:09:23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ&lt;/TD&gt;&lt;TD&gt;0:07:31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCD&lt;/TD&gt;&lt;TD&gt;0:04:30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to do sum of the Duration Field, I get this error:&lt;/P&gt;&lt;P&gt;ERROR 000315 Field Formated_Total_Duration only supports statistic types MIN, MAX, MEAN, COUNT, FIRST, LAST, UNIQUE.&lt;/P&gt;&lt;P&gt;Is there a work around or another tool I should be using?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 16:28:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268535#M66737</guid>
      <dc:creator>Davec43</dc:creator>
      <dc:date>2023-03-16T16:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a sum of time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268540#M66738</link>
      <description>&lt;P&gt;Can you convert that to a numeric time, such as minutes or seconds, and get the statistics for field instead?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 15:30:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268540#M66738</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-03-16T15:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a sum of time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268559#M66740</link>
      <description>&lt;P&gt;You don't say anything about how the time is stored, as you show it, it could be as a string, so summing a string makes no sense. You need to edit your question and add more detail, especially data format and what it is you are doing.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 16:19:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268559#M66740</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2023-03-16T16:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a sum of time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268565#M66741</link>
      <description>&lt;P&gt;If I convert it into seconds in excel before importing the data over, it works.&amp;nbsp; Is there a way in arc to convert seconds to hh:mm:ss?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 16:24:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268565#M66741</guid>
      <dc:creator>Davec43</dc:creator>
      <dc:date>2023-03-16T16:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a sum of time?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268593#M66748</link>
      <description>&lt;P&gt;You can use Arcade to do that. Take a look at &lt;A href="https://community.esri.com/t5/developers-questions/how-do-i-convert-seconds-to-minutes-hours-or-days/td-p/186038" target="_self"&gt;this solution&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 16:56:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-get-a-sum-of-time/m-p/1268593#M66748</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-03-16T16:56:10Z</dc:date>
    </item>
  </channel>
</rss>

