Hello all!
We noticed that one of our dashboards using a query layer was giving us trouble after moving to the UN. This was due to query layers of Branch Versioned Features including all of the edits that had been done against the database inflating some of our milage numbers. We are now looking at reworking the dashboard using some other services based off of our UN Features. However, we have noticed that we are experiencing BUG-000147447:
In ArcGIS Dashboards, attempting to use an indicator to sum the Shape_Length field of a service published from a feature class participating in a utility network fails with the error message, "Cannot access data." returned.
I was curious if anyone else has a solution or work around to getting a UN Shape_Length to play nice inside of a dashboard?
Best,
Ricardo
Solved! Go to Solution.
As discussed in the Water User Group meeting, some users are working around this limitation using the measuredlength field in their model. Because this is a bug this will be fixed, check the support page for the bug to see what version includes the fix and where it has been patched.
As discussed in the Water User Group meeting, some users are working around this limitation using the measuredlength field in their model. Because this is a bug this will be fixed, check the support page for the bug to see what version includes the fix and where it has been patched.
Is there any sort of estimate of when this might be fixed? It looks like it's been a known bug since March of 2022...
That's something you'd need to reach out to support on. The original issue that was logged was actually fixed last year, but this separate issue was separate out because there is also a branch versioning specific aspect to this.
Instead of creating a separate field for the length, we used Arcade to create an array that sums the Shape_Length fields and included any other necessary fields for our dashboard.