Hello,
I am using ArcGIS Pro 3.4 and have a definition query on a layer set to display a records as long as the value is not "hidden". However, if a record is <null> then the record does not display at all.
I would expect any null records to show up on the map because they are not equal to hidden. Am I missing something?
SQL
Check <> 'Hidden'
Thanks!