<?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: How to create serial chart displaying month and year only in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044618#M4311</link>
    <description>&lt;P&gt;Thanks for the response.&amp;nbsp; Each row is a separate month.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Apr 2021 13:55:59 GMT</pubDate>
    <dc:creator>RTAAdmin</dc:creator>
    <dc:date>2021-04-07T13:55:59Z</dc:date>
    <item>
      <title>How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044603#M4309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have monthly data that I want to show in operations dashboard for multiple years.&amp;nbsp; &amp;nbsp;The dashboard hands the monthly data just fine for a single year, but I cannot figure out how to format my csv file to have it display monthly data for 2020 and 2021.&lt;/P&gt;&lt;P&gt;I opened a case with ESRI on this and haven't gotten anywhere in a few weeks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only work around I have found is adding a day to the month and year, but this is not accurately representing the monthly data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 13:33:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044603#M4309</guid>
      <dc:creator>RTAAdmin</dc:creator>
      <dc:date>2021-04-07T13:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044609#M4310</link>
      <description>&lt;P&gt;Unfortunately, the Dashboard is expecting dates to be full timestamps, so month/year data without the day often has issues like this. Do you have multiple rows per month? Or is each row in the CSV a separate month?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 13:40:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044609#M4310</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-07T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044618#M4311</link>
      <description>&lt;P&gt;Thanks for the response.&amp;nbsp; Each row is a separate month.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 13:55:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044618#M4311</guid>
      <dc:creator>RTAAdmin</dc:creator>
      <dc:date>2021-04-07T13:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044623#M4312</link>
      <description>&lt;P&gt;Any possible workarounds?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 14:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044623#M4312</guid>
      <dc:creator>RTAAdmin</dc:creator>
      <dc:date>2021-04-07T14:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044643#M4313</link>
      <description>&lt;P&gt;So, your options are sort of limited. A chart set to &lt;STRONG&gt;Grouped Values&amp;nbsp;&lt;/STRONG&gt;or&amp;nbsp;&lt;STRONG&gt;Features&lt;/STRONG&gt; can &lt;EM&gt;Parse Dates&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1617806476176.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10314i6A43A39A15360CEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1617806476176.png" alt="jcarlson_0-1617806476176.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But this requires your date field to be in the specific patterns available. You could alter the CSV to display &lt;STRONG&gt;yyyyMM&lt;/STRONG&gt; values and this would work. Then set the chat's &lt;STRONG&gt;Minimum Period&lt;/STRONG&gt; to &lt;EM&gt;Month&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Otherwise, you'd need some way to reliably sort your values as a string or a number. Reformatting your date field could work for this too, but as it is currently in your CSV, you'll get the Aprils at the top regardless of year, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 14:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044643#M4313</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-07T14:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044731#M4314</link>
      <description>&lt;P&gt;Thanks Josh!&amp;nbsp; &amp;nbsp;I will try this and report back.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 16:44:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044731#M4314</guid>
      <dc:creator>RTAAdmin</dc:creator>
      <dc:date>2021-04-07T16:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044825#M4315</link>
      <description>&lt;P&gt;I reformatted my fields to YYYYMM in the csv (attached) and&amp;nbsp;&lt;SPAN&gt;set the chat's&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Minimum Period&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Month&lt;/EM&gt;&lt;SPAN&gt;.&amp;nbsp; But still not having any luck - getting a weird result.&amp;nbsp; &amp;nbsp; Thanks again for your help on this....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RTAAdmin_0-1617824444321.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10371i9E47F6C91265C6DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RTAAdmin_0-1617824444321.png" alt="RTAAdmin_0-1617824444321.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 19:41:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044825#M4315</guid>
      <dc:creator>RTAAdmin</dc:creator>
      <dc:date>2021-04-07T19:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044835#M4316</link>
      <description>&lt;P&gt;Weird... Is that "Grouped Values" or "Features"? Features is the way to go with one row per month. Then you can set the &lt;EM&gt;Series&lt;/EM&gt; to be your other columns, instead of getting the count of features in the "group".&lt;/P&gt;&lt;P&gt;Given that some of your values seem to be getting tossed over to 1970, I'd guess that your year/month field is being interpreted as an integer? Underneath the formatting, a timestamp is really just an integer, and a timestamp of, say 202001, comes to to January 3, 1970.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1617825263283.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10372i31532E81979257FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1617825263283.png" alt="jcarlson_0-1617825263283.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'd guess that your CSV values are being interpreted as integers, which themselves can be directly converted to timestamps, so it's probably parsing them that way. Can you "force" the field to be interpreted as a string? Or create a new string field and copy the values as text?&lt;/P&gt;&lt;P&gt;It seems even stranger that at least one of your values is correctly 'landing' in 2020, but the others don't.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 19:59:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044835#M4316</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-07T19:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044837#M4317</link>
      <description>&lt;P&gt;Also! I was working with the Beta Dashboards, but in the standard Dashboard interface, the parsing options are a little better.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_1-1617825776004.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10373iBDC96E3876F04E4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_1-1617825776004.png" alt="jcarlson_1-1617825776004.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try using YYYY/MM so that the "/" character keeps your CSV data as text, rather than casting it to integers.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 20:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044837#M4317</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-07T20:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044844#M4318</link>
      <description>&lt;P&gt;Grouped values results in only one month of data and only shows the month - not month and year.&lt;/P&gt;&lt;P&gt;Features works but if the date field is formatted as string, it wont convert it to month and year.&lt;/P&gt;&lt;P&gt;Seems like a simple thing to do!&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 20:21:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044844#M4318</guid>
      <dc:creator>RTAAdmin</dc:creator>
      <dc:date>2021-04-07T20:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044870#M4319</link>
      <description>&lt;P&gt;Well, I took the CSV you shared and uploaded it, then published as a hosted feature layer. Letting it keep the date field as a "date" type appears to infer the dates as being in MMM-DD format, defaulting them all to this year.&lt;/P&gt;&lt;P&gt;On a second attempt, I told the import tool that it was a "string" field, but I didn't alter the formatting. Here's my serial chart:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1617829562469.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10380iBFA7A113A46ACA1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1617829562469.png" alt="jcarlson_0-1617829562469.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Without applying a sort, it takes the features in objectID order, so as long as the CSV has them in order, it comes out okay.&lt;/P&gt;&lt;P&gt;Here's a field I added, &lt;STRONG&gt;Date 2&lt;/STRONG&gt;, in which the dates have been re-written as YYYY-MM:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_1-1617829923769.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10381iFC1C829422E5D1AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_1-1617829923769.png" alt="jcarlson_1-1617829923769.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And here's the serial chart based on that field, using &lt;EM&gt;Parse Dates&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_2-1617829961241.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10382i7C5562F499AF334B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_2-1617829961241.png" alt="jcarlson_2-1617829961241.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: Meant to add, your CSV has several empty rows at the end, so that could also be why you're seeing values way over in 1970. I'd left the empty rows in on the first upload, and I was getting a wonky chart just like you posted earlier. Removing them prior to upload helped.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 21:15:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1044870#M4319</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-07T21:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1045269#M4327</link>
      <description>&lt;P&gt;THANK YOU!&lt;/P&gt;&lt;P&gt;I really owe you one.&amp;nbsp; If we ever meet in person, I owe you a drink.&amp;nbsp; &amp;nbsp;Thanks so much for this - you solved a problem that ESRI tech support hasn't been able to resolve for weeks.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 21:59:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1045269#M4327</guid>
      <dc:creator>RTAAdmin</dc:creator>
      <dc:date>2021-04-08T21:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create serial chart displaying month and year only</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1045293#M4328</link>
      <description>&lt;P&gt;You're welcome! And you just might, as we appear to be in the same region. Metra might even be coming to Kendall County one of these days!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 23:19:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-to-create-serial-chart-displaying-month-and/m-p/1045293#M4328</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-08T23:19:55Z</dc:date>
    </item>
  </channel>
</rss>

