(imported topic written by SystemAdmin)
I am trying to create an action that is only applicable if the computer has initially checked into Big Fix over 14 days ago.
I am trying to do something like this:
Q: subscribe time of current site > (current date + time interval “14 days”)
A: Error: The operator “less than” is not defined.
I get results from the following queries:
Q: subscribe time of current site
A: Mon, 03 May 2010 15:29:31 -0500
Q: current date + time interval “14 days”
A: Thu, 28 Oct 2010
Anyhelp?