Unless both the End Date/Time and DISCH Date/Time have values the record selection doesn't evaluate them. How can I fix this?
Eval Formula:
IF {HSP_TRTMT_TEAM.TRTMNT_TM_END_DT} > cdatetime(currentdate - 1, time(09,20,00))
or {PAT_ENC_HSP.HOSP_DISCH_TIME} > cdatetime(currentdate - 1, time(09,20,00))
Then
true
else
false