Docs
09 Filtry i zapytania
Filtry są dostępne w różnych miejscach w QGIS, takich jak wybór w widoku mapy, filtrowanie w tabeli atrybutów, filtrowanie w tabelach lub atlasie w układzie, etykietowanie itp.


Najpierw pole jest wprowadzane w podwójnym cudzysłowie „, następnie operator, a następnie wartość w pojedynczym cudzysłowie ’ (Shift i hash).
Przykłady
= | „species” = 'Acer platanoides’ | Shows all Acer platanoides |
like, % | „species” like 'Acer%’ | Shows all Acer |
>,<,<=,>= | „height” > ’20’ | All trees with height over 20 m |
!= | „removed” != '1′ | All trees which are not removed |
„measures_1” !='{}’and „date” > '2025-01-01′ | All trees with measures 1 (not empty) and date of inspection in 2025 (greater than 1st of jan 25) | |
