<?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: Scatter Plots and Date on X-axis in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1288488#M69103</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/485437"&gt;@JennaOlson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the field DateTest was a new field created which I set to have a number format of numeric ( I made this field to show how the conversion works as the data had a correctly formatted date field)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_0-1683878298328.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70499iEDFF3E933F20F111/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_0-1683878298328.png" alt="DanielFox1_0-1683878298328.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In order to get the date in this format I used the calculate field expression (below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_1-1683878354255.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70500iBC9AC74C691B32DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_1-1683878354255.png" alt="DanielFox1_1-1683878354255.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Meaning the original date is equal to the new field (DateTest) and thus changing the format (not a readable date). To change this back I made another field (DateDATE) but without setting any number formats, then using the calculate field the DateDATE = DateTest which then changes the format back (to a readable date). (apologises I put in the incorrect screenshot before on my last post)&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your data you should be able to make one field (ie.DateDATE) without a number format, ensuring you set the field to "date" You will need to only calculate this field once and this should convert over.&lt;/P&gt;&lt;P&gt;When you get the date in the correct format and you don't see it in the dropdown you can select the expression option and double-click the field for your axis. Below you can see what the chart looks like with the correct date field selected.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_4-1683879188096.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70503i19210A87FAC9A6AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_4-1683879188096.png" alt="DanielFox1_4-1683879188096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this clears up any confusion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2023 08:21:56 GMT</pubDate>
    <dc:creator>DanielFox1</dc:creator>
    <dc:date>2023-05-12T08:21:56Z</dc:date>
    <item>
      <title>Scatter Plots and Date on X-axis</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1287977#M69054</link>
      <description>&lt;P&gt;I am working on Charts in ArcGIS Pro 3.1.1.&amp;nbsp; I need to use a Scatter Plot so that I can produce a trend line and not have a line connecting all of my data points.&amp;nbsp; My X-axis needs to be a date, date is not a numeric variable so is unacceptable.&amp;nbsp; I then created a new table and changed my dates to a number type. The Chart is close to what I need, but I now need an arcade expression or formula that I can use that will allow my numerical date to display as a date.&amp;nbsp; Example: 33258 needs to display as 1/20/1991 on my axis label.&amp;nbsp; Or if anyone has any better suggestions, I'm all ears.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 21:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1287977#M69054</guid>
      <dc:creator>JennaOlson</dc:creator>
      <dc:date>2023-05-10T21:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plots and Date on X-axis</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1288197#M69070</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/485437"&gt;@JennaOlson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create a new field in your attribute table and ensure that you set the field to date (see screenshot below) then using calculate field use the following as shown below this will display the numeric date back into a readable date value and you can display the chart of this information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Original Date&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_0-1683818158371.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70424i120B6F5F9988C6FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_0-1683818158371.png" alt="DanielFox1_0-1683818158371.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Add new Field that is Date but has a number format as numeric&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_1-1683818215432.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70425iB46D801E0069B295/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_1-1683818215432.png" alt="DanielFox1_1-1683818215432.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(for my example I used the calculate field to ensure a numeric date was placed in this field, referencing the original date)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_3-1683818365454.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70427iEE9D556D67D10AE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_3-1683818365454.png" alt="DanielFox1_3-1683818365454.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_6-1683818615026.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70431iECEAB7255C05ADDF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_6-1683818615026.png" alt="DanielFox1_6-1683818615026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a new field for Date that has no number format&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_2-1683818282581.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70426i5E4A6EA5699AC93C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_2-1683818282581.png" alt="DanielFox1_2-1683818282581.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Using the same method of calculating field I made the new field = the previous field which has a numeric format.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_4-1683818438332.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70428i917CC976EC4B0DA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_4-1683818438332.png" alt="DanielFox1_4-1683818438332.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Highlighted below is the converted numeric field to a readable date&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_5-1683818476520.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70429i667057C1241CB6FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_5-1683818476520.png" alt="DanielFox1_5-1683818476520.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then you should be able to use the new field on your axis. I hope this has helped.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 15:23:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1288197#M69070</guid>
      <dc:creator>DanielFox1</dc:creator>
      <dc:date>2023-05-11T15:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plots and Date on X-axis</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1288368#M69084</link>
      <description>&lt;P&gt;Thank you so much for the step-by-step.&amp;nbsp; I've tried a couple of time to follow, but Whenever it looks like a date in the field, Pro, defaults it to a Date format and cannot be used a an option for the X-axis.&amp;nbsp; Maybe I missed a step though.&amp;nbsp; In your example, DateDATE is the result, but in the screen shot previous, DateTest = DateTest.&amp;nbsp; Is there another step?&amp;nbsp; I jsut can't figure out how to get a Data Type of Date to have a Number Format of Numeric.&amp;nbsp; Thanks again though for the reply!&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 20:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1288368#M69084</guid>
      <dc:creator>JennaOlson</dc:creator>
      <dc:date>2023-05-11T20:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plots and Date on X-axis</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1288488#M69103</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/485437"&gt;@JennaOlson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the field DateTest was a new field created which I set to have a number format of numeric ( I made this field to show how the conversion works as the data had a correctly formatted date field)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_0-1683878298328.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70499iEDFF3E933F20F111/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_0-1683878298328.png" alt="DanielFox1_0-1683878298328.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In order to get the date in this format I used the calculate field expression (below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_1-1683878354255.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70500iBC9AC74C691B32DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_1-1683878354255.png" alt="DanielFox1_1-1683878354255.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Meaning the original date is equal to the new field (DateTest) and thus changing the format (not a readable date). To change this back I made another field (DateDATE) but without setting any number formats, then using the calculate field the DateDATE = DateTest which then changes the format back (to a readable date). (apologises I put in the incorrect screenshot before on my last post)&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your data you should be able to make one field (ie.DateDATE) without a number format, ensuring you set the field to "date" You will need to only calculate this field once and this should convert over.&lt;/P&gt;&lt;P&gt;When you get the date in the correct format and you don't see it in the dropdown you can select the expression option and double-click the field for your axis. Below you can see what the chart looks like with the correct date field selected.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanielFox1_4-1683879188096.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70503i19210A87FAC9A6AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanielFox1_4-1683879188096.png" alt="DanielFox1_4-1683879188096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this clears up any confusion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 08:21:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1288488#M69103</guid>
      <dc:creator>DanielFox1</dc:creator>
      <dc:date>2023-05-12T08:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plots and Date on X-axis</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1316606#M71895</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/485437"&gt;@JennaOlson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;While it is currently not possible to build a scatter plot with a date field on the x-axis, we are taking this idea under consideration. If you would like to formally request this functionality, feel free to submit an ArcGIS Idea (see &lt;A href="https://community.esri.com/t5/community-help-documents/arcgis-ideas-submission-guidelines-and-statuses/ta-p/904874" target="_self"&gt;here&lt;/A&gt; for submission guidelines).&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 20:09:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1316606#M71895</guid>
      <dc:creator>ChristopherAllen</dc:creator>
      <dc:date>2023-08-08T20:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plots and Date on X-axis</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1666086#M100142</link>
      <description>&lt;P&gt;Adding date field support for scatter plots is currently planned for the Pro 3.7 release.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2025 00:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1666086#M100142</guid>
      <dc:creator>ChristopherAllen</dc:creator>
      <dc:date>2025-11-15T00:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plots and Date on X-axis</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1688125#M102179</link>
      <description>&lt;P&gt;I'm assuming the answer is unknown but is there, any chance this will be implemented on the chart widget on Experience Builder?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 19:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/scatter-plots-and-date-on-x-axis/m-p/1688125#M102179</guid>
      <dc:creator>ISGGISAdmin</dc:creator>
      <dc:date>2026-03-03T19:11:11Z</dc:date>
    </item>
  </channel>
</rss>

