Crystal Reports 8.5, ODBC connection.
This is a help desk system.
IsNull ({tasks.COMPLETED})
returns four task records:
23,206
23,380
23,322
24,511
IsNull ({tasks.COMPLETED}) and {tasks.PRIORITY} = "Hold" returns one task record:
23,206
IsNull ({tasks.COMPLETED}) and {tasks.PRIORITY} <> "Hold"
returns NO task records!!
Why not? I was hoping it would return the other three records.
Alice Hengst
This is a help desk system.
IsNull ({tasks.COMPLETED})
returns four task records:
23,206
23,380
23,322
24,511
IsNull ({tasks.COMPLETED}) and {tasks.PRIORITY} = "Hold" returns one task record:
23,206
IsNull ({tasks.COMPLETED}) and {tasks.PRIORITY} <> "Hold"
returns NO task records!!
Why not? I was hoping it would return the other three records.
Alice Hengst