The situation I have a point layer ("Beobachtungen") and a single part polygon layer ("Single parts"). For both layers, every feature has a unique id.
As shown in the image, some points are within a polygon of "Single parts" and some are not.
The features of the point layer have a date field ("Datum" ; format: dd-MM-yyyy).
The task: I want to select all features from "Beobachtungen" that are within the same polygon AND share the same value for the field "Datum" . The value for the field "Datum" can be any possible date, not a specific one. Furthermore, I then want to keep only one of those features and delete the other duplicate(s). Which one to keep can be random.


