I want to filter by input, records that are identical according to field1. For example if records 1 and 2 have same identical field1=x AND records 6,7,8 have identical field1=y, but record 1 and 6 field1 aren't identical(x not equal y). After applying the filter I want records 1,2,6,7,8.
Any advice is appreciated.
Any advice is appreciated.