Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi @Vibha Pandey , The report should have a filter with the same attribute to fetch the prompt value passed. Can you confirm if the report has the same attribute added to the filter and marked as Is Prompted?
-
Hi @Sharon Ferguson , The PER_PPS_DF flex fields will be available in Workforce Management - Work Relationship Real Time subject area. The attribute will be available in Work Relationship Details folder. Hope this answers your question.
-
Hi @Jacqueline GRANDIN , Happy to hear you are able to resolve for most of the reports. Request you to share the catalog or the XML of the report you wanted to apply this logic. Also please highlight the column for which you specifically wanted this restriction.
-
Hi @Jacqueline GRANDIN , To enforce restriction on self data you can apply a filter condition on UPPER("Worker"."User Name") <> VALUEOF(NQ_SESSION."USER") You can follow this steps: Click on Person User Name and click Filter. Make sure the Column is converted to all upper case using UPPER() function Choose "is not equal to…
-
Hi @HarishMalik , OTBI is built based on the configured information in source system. From your screenshot, we observe that the source system itself is capturing the information "Learning & Talent Development". OTBI reports the same. If your request to have the Assigned / Withdrawn By person details is a critical…
-
@Adam Cook , If this question is still relevant, the Talent Rating DATE_FROM & DATE_TO are captured in Profiles and Profiles Items. DATE_FROM and DATE_TO from HRT_PROFILE_ITEMS Hope this answers your question.
-
Hi @Gian Luca Triglia , In Performance Document the Rating is captured at a section name called, "OverAll Summary", so you need to apply a filter on "- Performance Document Section"."Name" ='OverAll Summary'. To fetch the the Manager's Final Rating, you have to apply a filter on "Performance Document…