Forum Discussion
cjhoward18
6 years agoEmployee
It looks like your quotations are off. Are you trying to concatenate the string “created gt datetime” and the date stored in $CREATED ?
If so try this: “created gt datetme” + $CREATED
Notice the variable $CREATED is not in quotes and the static string portion is.