<div dir="ltr"><div>Hi David,</div><div><br></div><div>I'm pretty sure the FDO filter grammar spec treats nulls as a separate category of values which do not apply to comparison operators.</div><div><br></div><div>It's why we have dedicated operators in FDO to test for nullability:</div><div><br></div><div>   property_name NULL</div><div>   NOT property_name NULL</div><div><br></div><div>Instead of</div><div><br></div><div>   property_name = NULL</div><div>   property_name <> NULL</div><div><br></div><div>So to go back to your original question, I would say you amend the filter to be this instead.</div><div><br></div><div>  COUNTRY NULL OR COUNTRY <> 'CANADA'</div><div><br></div><div>- Jackie</div><div><br></div><div>You wrote:</div><div><pre style="color:rgb(0,0,0)">Hi Jackie,

We're encountering an issue where data is not showing up on the map when a
filter, under Layer Settings, is used and the attribute is null. For
example, if the filter is COUNTRY <> 'CANADA' any record that does not
contain a country will not show up on the map.

We're using composite styles for this specific layer and our database is
Oracle.

Thanks,
David</pre></div></div>