Hi, I have a table with many points, with an ID and two attributs, like this :

I need to “dissolve” the points and get just one point by ID and in attributes get “Yes” if at least one of the original points had “Yes” as value, like this:

Is that possible with some transformer?
Thanks