bar chart summarized by month

379
2
09-28-2017 08:50 AM
LynnBiggs1
New Contributor

I would like to have a bar chart that summarizes number of work orders received by month.  The entry date of the work order includes a time stamp.  Is there a way in the bar chart in the operations dashboard to summarize the ciunt of work orders by month/year?

0 Kudos
2 Replies
Greg_Mattis
Occasional Contributor II

I would do an Arcade Expression for the Month/Year

   Concatenate(Month($feature.Field1)+'/'+Year($feature.Field1))

and then use that string to create the bar chart

Greg Mattis, GISP
GIS Analyst
City of Visalia
0 Kudos
LynnBiggs1
New Contributor

Thanks Greg that seems to work for the the map side but doesn't seem to be recognized on the Operations Dashboard side.  

0 Kudos