Hi,
How can I use the Query space clarified below in order to query fields with null/undefined values:
I tried all the following :
pre{"Oracle_Flag": ""}
{"Oracle_Flag": undefined}
{"Oracle_Flag": "undefined"}
{"Oracle_Flag": " "}/pre
It did not show any record although there are some of them with value "Oracle_Flag" empty. I tried with none empty values and it works.
Thanks,