How to differentiate NULL and empty string for AC table?
Hi, I was checking my data on campaign server, using advanced filter on data schema.
And there is a table with fields that some of values are set as Null and others as an empty string, "".
I was trying to differentiate these two types, so tried filtering with condition as below,
[field A] is equal to ""
and
[filed A] is empty
But for both cases, query is generated as "[fieldA] is NULL"
But when I filtered with [filter A] is not empty, I still see the empty values, and when I exported it as a .csv file those values are marked as an empty cells.
Does anyone know a way to resolve this issue? or do any of you know how AC save empty string values?
