Good day!
I have two simple search questions:
1. Is there a way to search for null values in a given field? Or can I search with a negative operand?
2. I have a drop-down field that I want to search. I want to be able to search for all values above a given number. But since it's a dropdown, I can't actually enter "> 1" to search all values greater than one. I need to choose just one value from the list. Is there anything I can do here? Could I perhaps do a calculated field based on the drop-down and make the calculated field searchable? Or if I can't make a calculated field searchable I could add a delegate class to copy the drop-down field and make *that* field searchable, but I'd also want to make it non-editable. Is that possible?
Thanks to anyone who can answer!
Shiraz