Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
OTBI - Double to string conversion
Content
I am creating a report having a column for "Initialized Balance". I need to show '-' if value is null otherwise show the value.
When I use like this IFNULL(CAST("Workforce Management - Accrual Real Time"."Incremental Plan"."Initialized Balance" as char(10)), '-')
I am getting following error when there is a value. If there is no value in the column and if it is null, it works. Please advise.
oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException: java.sql.SQLException: java.io.IOException: execute query failed[nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle Error code: 25137, message: ORA-25137: Data value out of range at OCI call OCIStmtFetch. [nQSError: 17012] Bulk fetch failed.
0