QGIS Selecting all features except one
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
Using QGIS 2.18. I have 346 polygons on a layer and I want to all but one.
In this instance I wish to run a query using field ONSCode but show all except 17UB.
I have been trying to use NOT but in the wrong context and get errors.
qgis query
add a comment |Â
up vote
2
down vote
favorite
Using QGIS 2.18. I have 346 polygons on a layer and I want to all but one.
In this instance I wish to run a query using field ONSCode but show all except 17UB.
I have been trying to use NOT but in the wrong context and get errors.
qgis query
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Using QGIS 2.18. I have 346 polygons on a layer and I want to all but one.
In this instance I wish to run a query using field ONSCode but show all except 17UB.
I have been trying to use NOT but in the wrong context and get errors.
qgis query
Using QGIS 2.18. I have 346 polygons on a layer and I want to all but one.
In this instance I wish to run a query using field ONSCode but show all except 17UB.
I have been trying to use NOT but in the wrong context and get errors.
qgis query
qgis query
asked 34 mins ago
Paul G
1014
1014
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
3
down vote
How about "ONScode" != '17UB'
!=
means "not equal to".
That works thanks you,
– Paul G
29 mins ago
add a comment |Â
up vote
2
down vote
Easy way: Select '17UB'
manually, then invert the selected features.
By code: "ONScode" NOT LIKE '17UB'
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
How about "ONScode" != '17UB'
!=
means "not equal to".
That works thanks you,
– Paul G
29 mins ago
add a comment |Â
up vote
3
down vote
How about "ONScode" != '17UB'
!=
means "not equal to".
That works thanks you,
– Paul G
29 mins ago
add a comment |Â
up vote
3
down vote
up vote
3
down vote
How about "ONScode" != '17UB'
!=
means "not equal to".
How about "ONScode" != '17UB'
!=
means "not equal to".
answered 31 mins ago
Alex Hajnal
28816
28816
That works thanks you,
– Paul G
29 mins ago
add a comment |Â
That works thanks you,
– Paul G
29 mins ago
That works thanks you,
– Paul G
29 mins ago
That works thanks you,
– Paul G
29 mins ago
add a comment |Â
up vote
2
down vote
Easy way: Select '17UB'
manually, then invert the selected features.
By code: "ONScode" NOT LIKE '17UB'
add a comment |Â
up vote
2
down vote
Easy way: Select '17UB'
manually, then invert the selected features.
By code: "ONScode" NOT LIKE '17UB'
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Easy way: Select '17UB'
manually, then invert the selected features.
By code: "ONScode" NOT LIKE '17UB'
Easy way: Select '17UB'
manually, then invert the selected features.
By code: "ONScode" NOT LIKE '17UB'
answered 30 mins ago
Erik
2,20417
2,20417
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f301676%2fqgis-selecting-all-features-except-one%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password