Searching for Current Date cases only
Searching for Current Date cases only
(OP)
Hi!
I am creating macros that will (hopefully) select all cases created today and for a particular Assigned To Group. I am passing that dataset on to a Crystal template I threw together to display the results.
My dillemma is how do I word the syntax of the advanced search string to select only cases created today?
Thanks!!
Dave
I am creating macros that will (hopefully) select all cases created today and for a particular Assigned To Group. I am passing that dataset on to a Crystal template I threw together to display the results.
My dillemma is how do I word the syntax of the advanced search string to select only cases created today?
Thanks!!
Dave

RE: Searching for Current Date cases only
The solution lies in using the keyword $DATE$. So, in this example, to find all cases created today, I put in 'Create Time' >= $DATE$. Works great!
RE: Searching for Current Date cases only
so
'Create Time' >= $DATE$ will indeed show all records logged after midnight today.
RE: Searching for Current Date cases only
I am getting the following error:
Unknown field referenced in search line.: position 13 ('Create Time'^ >= $DATE$) (ARERR 1587)
RE: Searching for Current Date cases only
'Create Date' >= $DATE$