CRM On Demand - Reports and Dashboards (MOSC)

MOSC Banner

Creating a SQL constrain on prompt

edited Feb 7, 2013 6:44AM in CRM On Demand - Reports and Dashboards (MOSC) 2 commentsAnswered

I am creating a prompt for a dashboard. Now in my prompt I want to restrict values of dropdown to be dates from 2013. As such I created a SQL Results constain as below

SELECT "Service Request"."Opened Date and Time" FROM "Service Request Lists" where "Service Request"."Opened Date and Time" >= '01/01/2013 12:00:00 AM'

but when I preview it I get below error message

Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 1843, message: ORA-01843: not a valid month at OCI call OCIStmtFetch. [nQSError: 17012] Bulk fetch failed. (HY000)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center