We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using PostGIS plugin, you can filter what geometry rows are shown by applying filter conditions (like a WHERE in SQL) on any table column.
You do this by right clicking on a layer in the Layer menu and selecting "Filter"
Then you get this query builder interface, where you can choose the filter condition
After clicking OK, the layer should only show the rows that pass the filter condition.
The text was updated successfully, but these errors were encountered:
MitchellWeg
No branches or pull requests
When using PostGIS plugin, you can filter what geometry rows are shown by applying filter conditions (like a WHERE in SQL) on any table column.
You do this by right clicking on a layer in the Layer menu and selecting "Filter"
![Screenshot 2022-01-20 at 10 53 21](https://user-images.githubusercontent.com/27033478/150315383-267b1808-e488-43ba-a6c0-90077b7ebc53.png)
Then you get this query builder interface, where you can choose the filter condition
![Screenshot 2022-01-20 at 10 50 44](https://user-images.githubusercontent.com/27033478/150315870-007fed8b-3a2d-44db-ac21-8a34f35a33fa.png)
After clicking OK, the layer should only show the rows that pass the filter condition.
The text was updated successfully, but these errors were encountered: