I had a map series working in Pro 2.9 using a query layer as the layer driving the map series. I just upgraded pro to 3.2 and this map series no longer works.
I've tested it with a regular feature class and it works.
I've removed and re-added the query layer, redone the database connection and it still doesn't work.
I'm combining the feature class mentioned above with a table in our SQL database to create the query.
The query layer and map series windows are not giving me any errors. There are just no pages showing up in the map series contents.
Any thoughts?
I spoke with esri, apparently, this is a known bug. BUG-000151298: Query layers made in ArcGIS Pro 3.0 cannot create map series pages.
Esri's workarounds are:
is there any work to resolve this issue for subsequent releases of pro?
I'm also experiencing this on 3.0.3 as well. I'm using query layers to display polygons as points
SELECT FILENUM, (sde.st_centroid (SHAPE)) AS SHAPE FROM MY_FEATURE_CLASS
Pro version 3.3.1 is available, but we can't upgrade due to a compatibility issue with our enterprise geodatabase. I hope this is fixed in 3.3.1. The bug documentation doesn't mention a resolution.