I have a dataset with 95,000 points/features in and all I want to be able to do is label just a few specific features!
I have worked out how to label individual ones using 'Rule-based labeling' and using the syntax "Contact_ID" = 'MBE_00618' (so that only the MBE_00618 target is labeled), however how do you alter the command so that it can label several targets in one go?
Not having any programming background am I struggling to find a solution.
The only way I have found for labeling multiple specific features is to create a new rule for each one, but is there a quicker, neater way?