Hello ! I wouldn't use a filter but rather a formula field that would flag the record. Something like : if ( and ( or ( start date < xx/xx, star date < xx /xx, or ( end date < xx / xx, end date < xx / xx )), 1)Then you would be able to use a filter t...