Hi!<br><br>What would be the simplest way to select elements by their geometric attributes in QGIS?<br><br>In MapInfo, the SQL select string I need would look like this:<br><br>select * from TableName where Area(obj, "sq km") > .5 <br>
<br>As a workaround, I could populate an 'area' column in the table, but I would still need an Area() function to do that.<br><br>Please do not suggest compiling this and that library from hist and here because this is a question from a vanilla QGIS user.<br>
Other than that, any help is appreciated.<br><br>Regards, Mats.E<br><br><br>