Hello - Does anyone know how to get this to work:
- Selected features from data source—
- Choose to return features that have a spatial relationship with features in another layer.
- Optionally, a search distance can be applied to the geometries of the features in the related layer.
The framework doesn't seem to honor this. I just have a simple query to select one feature by attribute then want to use that result as the spatial filter "Intersects' for a second layer. As in: Select a parcel by ID, then use that result as the spatial filter to return intersecting flood zone(s) . . .