Hello, I have created an overview map as a MapSeries layout for special locations. Usually the scale 1:5,000 is sufficient for the detailed map. But sometimes 1:10,000 and higher is needed. I think it is easiest to create an additional field in the attribute table and store the scale of the respective map there. So far so good. But how do I tell ArcGIS Pro to get the scaling from this attribute table?
<dyn type="mapFrame" name="Location Map Frame" property="scale" preStr="1:"/>
"scale" - gets the scaling from the map and displays it in the dynamic text. This is currently the default text for the overview map.
At this point, however, "scale" should access the attribute table and take the stored value for the scaling and, of course, apply it to the map. If there is nothing in the field, 1:5000 should be selected and otherwise the number that is stored. In this way, a number does not always have to be stored in the column field.
<dyn type="page" property="attribute" field="Northing" domainlookup="true"/> only retrieves values from the attribute table.
How do I connect "scale" with the "attribute"?
Thanks Gerrit