Dynamic computer groups

ADNM Build: Jul2005 (4.6.378)

Creatign some Dynamic computer groups and I’ve noticed that the greater than seems to be the wrong way around.

I created a dynamic group to identify computers who lost communication.

So create expression

Last communication > MINUTESAGO(30)

This should show computers where the last communication was greater than 30 minutes ago but it doesn’t it shows them where the last com was LESS than 30 minutes ago.

So if I change the expression to

Last communication < MINUTESAGO(30)

Then it shows computers where the last communication as MORE THAN 30 minutes ago.

I can of course get round this but it is technically incorrect.

I can verify that this is still wrong in latest version (4.7.657).
How come it hasn’t been fixed???