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.
case statement was producing only 3 records instead of 6 records in FINAL_PATH Column
Hi All,
need help on below case. i am concatenating the different structure of Reports Url's (BIP,OTBI,DASHBOARD) with POD url along with report path. Here FLV.DESCRIPTION column i have stored different report paths like., /shared/custom/hcm/....xdo.
Query:
SELECT DISTINCT FLV.MEANING as REPORT_NAMES,
FLV.DESCRIPTION , FLV.TAG,
--'https://'||POD.EXTERNAL_VIRTUAL_HOST||'/xmlpserver'||FLV.DESCRIPTION||'?_xmode=' AS REPORT_PATH_1,
-- 'https://'||POD.EXTERNAL_VIRTUAL_HOST||'/analytics/saw.dll?Portal&PortalPath='||FLV.DESCRIPTION AS REPORT_PATH_2,
FLV.LOOKUP_CODE,
(
CASE FLV.TAG
WHEN 'DASHBOARD' THEN '
Tagged:
0