You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
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.

OTBI Edit Column Formula for YYYYMMDD

Summary:

Hello, We tried using the solution listed in the Oracle Doc below but unable to successfully edit the column formula of the OTBI analysis for Workforce Management - Worker Assignment Real Time SA | Worker Folder | Date of Birth and Enterprise Hire Date so that the format shows as YYYYMMDD. This is ncessary as this analysis is the basis for a data model and BIP Report.

Oracle Fusion BIP: How to change the date Format in OTBI analysis so that it keeps the formatting in BI Publisher Reporting. (Doc ID 2184776.1)

Solution: CASE WHEN "Worker"."Employee Hire Date" is not null THEN CONCAT (CONCAT( CONCAT( CONCAT(SUBSTRING((CAST("Worker"."Employee Hire Date" AS CHAR)) FROM 9 FOR 2), '/') , SUBSTRING((CAST("Worker"."Employee Hire Date" AS CHAR)) FROM 6 FOR 2)), '/'), SUBSTRING((CAST("Worker"."Employee Hire Date" AS CHAR)) FROM 1 FOR 4)) ELSE '' END

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!