date comparisons
For example:
CASE WHEN ("- Account Custom Attributes".DATE_4 = MIN("- Account Custom Attributes".DATE_4 by "- Primary Contact"."Primary Contact Email Address"))
THEN 1
ELSE 0
END
What I'm finding is that when I run through a smaller data set I get the right results, but when I increase the data set/with less filters I get the 0/null condition.
Should I be using timestampdiff = 0 or something? It looks like a bug.