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.
I'm looking BI Report from skills and qualifcations page skills,cerifcations and languages cloumns
Summary:
Hi Team,
I have below code but unable to find the below cloumns in Bi report.
Navigation of UI- ME>Performance>Skills and Qualifications In that we have sections:
Skills:
Cerifcations:
Langauges:
How can I achive below requiremnt. which one i need to put content_type on below based on cloumns?
AND CT.CONTENT_TYPE_NAME = 'xxxxxxxx'
Thanks,
Ajay
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT P.PROFILE_ID,
P.PERSON_ID ,
CT.CONTENT_TYPE_NAME "CONTENT TYPE",
PI1.ITEM_TEXT240_1,
PI1.ITEM_TEXT240_2 ,
Tagged:
0