After a definition query has been set for data it does not give the correct output for a Select by Location
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM000930
Submitted
January 31, 2006
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.1
Version Fixed
9.2
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
Add ( ) to definition query. This issue is non reproduceable at 9.2 Beta.Test Data Example1) Definition query (infra): ( [TYPE] = 'CB' OR [TYPE] = 'MH')2) Definition query (taxmapgrid):( [MAP_SHEET] = '10' OR [MAP_SHEET] = '12')Without ( ) select by location will return all [TYPE] = 'CB' even if it extends past the taxmapgrid polygon.