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.
Special Characters in BIP Report
Summary:
have requirement of replacing special characters coming in the description column of the BIP report with following:
Double quotes replace with '"'
need to display below statement
Example : Oracle"oracle
expectation : Oracle"oracle
CODE :
SELECT REPLACE(:Parameter,'"','"') from dual
Above code is not working its showing same as " as passed in parameter.
If anyone tried this type of SQL code please send me the solution. Thanks in Advance
Tagged:
0