Question
Capgemini
MX
Last activity: 31 Aug 2023 6:09 EDT
Error Convert Text to DateTime in ReportDefinition
Hi All,
I want to convert a text to a DateTime using OOTB Report Definition function but when I run the Report shows:
"Error:
An error occured on executing the query for the report definition - There was a problem getting a list: code: 932 SQLState: 42000 Message: ORA-00932: inconsistent datatypes: expected - got NUMBER DatabaseException caused by prior exception: java.sql.SQLSyntaxErrorException: ORA-00932: inconsistent datatypes: expected - got NUMBER | SQL Code: 932 | SQL State: 42000"
I try dates with values format: "YYYY-MM-DD HH:MM:SS", GMT format "yyyyMMddTHHmmss.SSS", in text property but has the same error, also some dates are empty so I try using the function "case when" before "Convert Text to Date" but doesn't seem avaiable.
Can some body help me wich format is correct or tell me what I'm doing wrong?
Regards.