I have a dashboard that I built from a webmap that consumes a map service hosted on our local enterprise server with >2000 points with more added every week. The dashboard includes a category selector and several pie charts which are all set to be able to filter the data. Here is the problem:
When I first access the dashboard everything displays properly, and when I click a wedge of any pie chart it filters properly. BUT, when I click that wedge again to remove the filter, the data comes back broken: some data is visible but not all of it. Then any subsequent filters continue to display incorrect data. Then if I full refresh (ctrl + f5) everything starts over with the data displaying correctly until any filter is applied.
This dashboard worked fine until recently, exact date when it began malfunctioning is unknown as the dashboard isn't viewed every day, only when management needs it to harvest numbers and statistics for meetings.
I feel like this may be a bug, but I'm not sure.
Thank you
Solved! Go to Solution.
Never did figure out the cause of this error, but publishing the service to AGOL cloud instead of our local server displays the service correctly. The map service is created through an FME process so our best guess is an error in the workbench corrupted the service to not display.
Things I have tried in testing:
More background, the map service is set to return 25,000 records, so it's not at the default 1,000. This dashboard was built in versions every time we changed something major, so I tried an older version which used to work and it exhibited the same behavior. On my new from-scratch testing dashboard, I added a single pie chart and set its actions to affect the map and the behavior existed on that very first setup. I have a similar dashboard, from other data but built exactly the same, which has ~23,000 records and functions properly without this issue.
The only common thread here is that the original source data is the same and that it is failing on dashboard actions.
I am at a loss here, hopefully someone can help.
Kevin,
Two things to look at:
These are probably long shots.
Good luck,
Leighton
Never did figure out the cause of this error, but publishing the service to AGOL cloud instead of our local server displays the service correctly. The map service is created through an FME process so our best guess is an error in the workbench corrupted the service to not display.