Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mrbigglesdotnetThanks for the speedy response! Unfortunately when I use the advised code, I recieve the following error:
WARN: operator takes 0-3 parameters, not 4
Line: 1; Brainscript: Response_Month = Response_dt.date(year(Response_dt),month(Response_ dt),1)
Operator: 'date'
Error Code: brain.node.ToDate_ExprOp.cpp.51
ERROR: Node execution terminated while processing data by error:
operator takes 0-3 parameters, not 4
Error Code: lae.node.executionTerminated
I've checked Response_dt is identified by Lavastorm as "date" and not "string".
Does it matter that the date in Response_dt is actually in YYYY-MM-DD format?