Hi to all,
I have a problem using the following condition into a query:
…
where (xs:date(‘2006-02-27’)) < (xs:date($trackAndTrace/ctxTT:date + xs:duration(xf:string-join((‘P’,‘10’,‘D’),“”))))
…
The element “$trackAndTrace/ctxTT:date” is define as a xs:date
I receive this response:
INOXQE6361: Type exception: invalid operands for operator Operator: +; line 5, column 77: + xs:duration(xf:string-join((‘P’,‘10’,‘D’),“”)))) )…
The problem is that I can use the same condition with a database version 4.2.1 and it works well.
Can anyone helps me?
Thanks.