G
Guest
Hello, I'm trying to return a list of today's or yesterday's events based on
system time, whether before or after 9 AM. I put
=IIf(Time()<0.375,>Date(),>Date()-1) in the column criteria and get no
results. I put the same kind of criteria in another column, i.e.
=IIf(Time()<0.375,"gregsales","tomsales") and I get the correct results
(true vs false).
I can also put >Date() in the criteria field and pull the day's events.
The >Date and the before or after 9am seem to work separate, but not
together. Any suggestions?
system time, whether before or after 9 AM. I put
=IIf(Time()<0.375,>Date(),>Date()-1) in the column criteria and get no
results. I put the same kind of criteria in another column, i.e.
=IIf(Time()<0.375,"gregsales","tomsales") and I get the correct results
(true vs false).
I can also put >Date() in the criteria field and pull the day's events.
The >Date and the before or after 9am seem to work separate, but not
together. Any suggestions?