Forum Discussion
pranil2k2
6 years agoContributor
I tried with below syntax, still it is giving same error
- cjhoward186 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.