I have a chart widget connected to a map widget that is set up to display data from certain fields when a selection on the map is made. It's nested within a Section widget that switches view depending on the layer.
However, the issue is that an error message: "No data available to display. No data is available to display due to empty data field(s) or filters" always displays the very first time a selection is made after loading. After that, it works fine--even when simply clicking on the same area a second time.
I've tried a number of solutions without success, including:
- Enabling client-side query for the map widget
- Imposing an "OBJECTID is blank" filter and inflating the page record number in the layer's View for empty selection options.
- Confirmed that lazy loading for the Section view is turned off.
I've seen some reports that this is a known bug, but I would like to confirm whether that's the case. If not, are there other potential solutions I could try?
Thanks.