Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Today function returns a date value that does not include a time component, if you want to get a value that contains the current date AND time, then use the Now function instead.

Example

Code Block
languagenone
EntityType = Incident And DueDate < Today() AND Status != Closed

See Also