What's the right XML code If I need to exclude data with value in a date field?
<Field SystemID="DateFieldName" [ Code I need] />
I tried these but I'm getting this error: Object reference not set to an instance of an object
<Field SystemID="DateFieldName" Value!="" /><Field SystemID="DateFieldName" Value<>"" /><Field SystemID="DateFieldName" xsi:nil="false" />