Selection Criteria
Selection Criteria
When specifying criteria, it would be great if we could specify operators like:
* is null / is empty
* is not null / is not empty
It would also be great if we could compare fields in the query and other special values, e.g.:
* Amount 1 >= Amount 2
* Due Date > today (Oracle sysdate)
Thanks.
Jean-Marc Reynaud