Hello my fellow FME’ers,
Probably I'm missing something or I stumbled upon a bug, but I can't get something to work like I expect. Maybe someone can point out what I'm missing.

My data is going trough a Matcher to find features that belong to the same object. I then sort them on _match_id and an attribute called lighted.

As a result I have something above. If lighted is null it will be the first feature.
In the AttributeManager I use Adjacent Features to look 1 feature further and have the following condition statement for a new attribute called _filter. The second one is another attempt to get the same result, but that also doesn't work.


I expect the two <null> values in the screenshot above to get the value ‘yes’, but it doesn't. What am I missing here?