Hello Community!
I'm having trouble with a bit column from sql, that column marks if a piece is scrap or not if its 1 it counts the piece as Scrap if it's 0 it counts the pieces as OK
I want to count all the rows that have a 1 and 0 from my column only from today date, is it possible to do that?

Currently Im using this formula but it´s not working:
CountIf(
FORD_Characteristics,
FechaDetección = Text(Today(), "[$-en-US]yyyy-mm-dd") && (Scrap_PzaBuena = 0)
)