Hi there,
I need help with the following configuration:
I have a grid that is about to show...
a) all entries that have a checkmark in a specific yes/no - field
PLUS
b) all entries that have a date earlier than today in a specific date - field
I tried to set up a filter in the sourcebar like this
"PreSelected is not null"
to fulfill my first requirement. That works fine.
Now an extension like
"PreSelected is not null OR DTStartPlanned < Today
doesn't work. No additional entries are shown.
With
"PreSelected is not null OR DTStartPlanned < # 2011-10-09#
it works, but that would mean that I have to adjust the date entry every day manually.
How can I use something like "TODAY" in such a filter query?
Thanks in advance.
By the way: The specific date filter tool won't help me as I can't figure out how to combine this with "OR" with another filter of the grid (e.g. the "PreSelected is not null").
Comments