Operations Dashboard for ArcGIS is an app that monitors assets, events, or activities for ‘at-a-glance’ decision making. It provides key insights about your data on a single screen. The latest beta update now includes the ability to configure interactive dashboards!! Learn more about this release in this GeoNet post.
Checkout some nice example dashboards that were created during holistic testing:
We also have some customers who are already actively leveraging Operations Dashboard for ArcGIS beta to support their business workflows. Click the images below to explore their dashboards. Note: these dashboards were created with earlier beta releases.
Maryland Department of Transportation – Road Construction Dashboard
St. Johns County Public Works Dashboard
You can tryout Operations Dashboard beta now by logging into your ArcGIS Online organization.
We hope you enjoy these new features and please continue to share your feedback with us on the Esri Early Adopter community forums.
Sincerely,
The Operations Dashboard for ArcGIS Dev team
This is neat, but I think I found a bug. I was just trying this out, and I configured the table to zoom to a feature when selected and to open its popup, but I found that this disables the edit icon.
I had pan/zoom, open pop-up enabled on a list and on a table and editing worked for me. Maybe this issue was resolved?
Hi Josh. Thank you for the information. Selections/actions from the table and editing should each be available if that is how you have it configured. Please reach out to Esri support if you are seeing otherwise. Thanks.
This works well for me, but editing in the dashboard does not trigger arcade code to run for calculated fields, is this something that will be fixed or is this the way it is intended to be?
Hi Nic. Thanks for the information. If you are referring to the pop-up not updating after an edit, please close and re-open it for now. We will work to address this limitation in the future.
I have a calculated expression for one of the attributes, when you change the status to “approved” record the date. When editing in the dashboard I can see the “Approved” status updated, and see it reflected when I open the map, but the arcade code that records the date it was approved never ran. so that field is still NULL.
Hi David,
This is also happening to me. I have a few fields with Arcade Expressions to calculate values. The smart form works in Field Maps and the Manager Instant App, but when I try to edit the record in Dashboard I get an error that says, “Failed to calculate value.”
I can’t see anything specifying which environment this is available in David, but I’m assuming ArcGIS Online and not Enterprise?
This is keenly anticipated for the Enterprise environment as it would suit a lot of our data workflows where users only use Field Maps and dashboards, yet have the need for some simple (often bulk) updates to attributes as part of their data cleansing
We have arcade code in a field to inherit the attributes from a related record. This uses the FeatureSetByName command and references the $map object. This works perfectly in fieldmaps and on the webmap, but when the same layers are dropped into a dashboard, and somebody tries to edit a record, this field then generates an error and overwrites the existing value with a null. Whilst I recognise the dashboard probably doesn’t recognise the map object, if a value is already in that field, it shouldn’t be attempting to recalculate it