Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to change default value in selection in HR Line Manager Dashboard

Summary
Opening the line manager dashboard a default BU is displayed can this be changed to default All
Content
Managers have workers in different BU's. When starting the HR Line Manager Dashboard one BU is by default selected. Can we change this default to all?
That will make it easier for line managers to have an instant view of their staff / workers in their line.
See attache file for example
Wouter
Answers
-
Hi Wouter,
For this to change, you need to change the below SQL from the Business unit prompt then it will become default all
SELECT DESCRIPTOR_IDOF("Business Unit"."Business Unit Name") FROM "Workforce Management - Worker Assignment Real Time" FETCH FIRST 1 ROWS ONLY ORDER BY "Business Unit"."Business Unit Name"
Regards,
Ravi
0