Hello!
Wondering if I could get some advice on a problem: We're using a date field within a Custom Object and pulling a Smart List with the field condition of "Is Empty".
When our Data Integration team runs the criteria, they get around 400 Email Addresses on the data side, but within Marketo with the same criteria I only get around 90 Leads pulled.
According to them the API push for an empty field pushes a empty value on load - so my question is if for a Date field, would "Is Empty" somehow view a blank/null field as NOT empty for some reason? Is there some weirdness like the Boolean Empty = FALSE thing?
Solved! Go to Solution.
For the Date datatype, null
and empty are identical.
Your smart list i checking against all the custom records a person has associated with their record, I.e., Marketo is
pulling people who have the date field as empty in at least 1 of the custom object record, which might not be the same as how your data engineering team is pulling data.
Got it, yes I am confirming that.
Was just curious if the NULL value being sent for a Date field that has no value would be causing anything that would have the "Is Empty" filter "see" a value there?
I wouldn't think so - just trying to eliminate possible sources of the discrepancy.
Got it, thank you!