I used the formula
If {OPEN_TIME} in AllDatesToYesterday
Then
{OPEN_TIME}
that returned the earliest date for that field in the DB. BUT when I added another parameter, it doesn’t work:
If OPEN_TIME} in AllDatesToYesterday and
{OPENSTATUS} <> “closed”
Then
{OPEN_TIME}
Any ideas how I could get this? Thanks in advance.
Gingerly (BOB member since 2011-03-24)