melburstein
Technical User
My Record Select formula currently says:
{@OrientationType} <> "DEPT" and
{Command.DATE-HIRED} = {?EnterDateRange}
It works fine. Now I want to expand it to NOT select records if there is a date in {Command.TERM-DATE}, a Date type field in an Oracle database, and that date falls within {?EnterDateRange}.
(I tried adding the following but it did not work)
and {Command.TERM-DATE} <> {?EnterDSateRange}
Can someone help me with the Formula?
{@OrientationType} <> "DEPT" and
{Command.DATE-HIRED} = {?EnterDateRange}
It works fine. Now I want to expand it to NOT select records if there is a date in {Command.TERM-DATE}, a Date type field in an Oracle database, and that date falls within {?EnterDateRange}.
(I tried adding the following but it did not work)
and {Command.TERM-DATE} <> {?EnterDSateRange}
Can someone help me with the Formula?