Check if one datapoint in several bundles of one operations are true. If not, filter them, so they wont go to the next module

I have a scenario in which I search a database. There are several data points per day. As soon as all data points on a day have a boolean set to true, the data should go to the next module. If only one boolean is still false, all data points from this day are not allowed to go to the next module.

Here ist the blueprint. I need the filter between module 2 and 3.

blueprint.json (22.6 KB)