Versions Compared

Key

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

...

DateSubtract allows you to add time to a date value, this can be used to modify values passed to the comparison functions such as GreaterThan

The TimeSpan can be in one of the following formats:

...

Code Block
languagenone
Faceted LessThan(CreatedAt, DateSubtract(LastUpdatedAt, 2w)) { COUNT } WHERE EntityType = Script

See Also