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?
Thanks Greg that seems to work for the the map side but doesn't seem to be recognized on the Operations Dashboard side.
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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.