Hello,
I need to add a query range for a date field in an AOT query.
I need to ignore date field values that are empty (should be != dateNull()).
I have tried adding !=dateNull() in the AOT query range but it is not working.

I have tried scripting the view structure in SQL and it is showing the range for the date as followed:
Can anyone please help me on how to do it?