search for posts from my on how to do this -- you have to do it using a custom SQL alert.
WHERE nodeid IN (SELECT nodeid FROM traps WHERE traps.traptype like 'CERENT-454-MIB:%' AND Datediff(day, traps.datetime, Sysdatetime()) < 1 AND traps.Acknowledged=0 )