I retrieve my records from the database and iterate/loop over them one by one. Use the filter by expression list operation in the loop and make constraint like $iteratorObject/Note = $currentObject/Note and $iteratorObject/id != $currentObject/id. But with this method, will delete all the item that have same note. I want to retain one of them.
↧