Hi folks, A while ago, I figured out how to limit a query on a layer by the current map extent as a preparation for another query:
SELECT * FROM ASK_Geometrien WHERE st_intersects(ASK_Geometrien.geometry, currentExtent()); Now, when I try it again later, the test fails with "no such function: currentExtent" Has something changed or are there other means to achieve the same goal? QGIS 3.22.3-Białowieża Cheers, Bernd
_______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
