Oracle Fusion HCM Analytics

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

losing headcounts while using some columns in parameter FDI - Workforce Core

Received Response
21
Views
2
Comments
Ayoub AFRASS
Ayoub AFRASS Rank 2 - Community Beginner
edited Mar 6, 2025 8:31AM in Oracle Fusion HCM Analytics

Hello I'm facing an issue while using a parameter in FDI for the subject area HCM - Workforce Core.

below an example when I use this paramater, I get the right headcounts number 2K :

Case @parameter("param")('') when

'Business Unit' then "HCM - Workforce Core"."Business Unit"."Business Unit Name"
when 'Educ' then "HCM - Workforce Core"."Education"."Highest Education Degree Code"
else null
end

but while I use this one, my headcounts got reduced to only 500 which is the wrong number :

Case @parameter("param")('') when

'Business Unit' then "HCM - Workforce Core"."Business Unit"."Business Unit Name"
when 'Educ' then "HCM - Workforce Core"."Education"."Highest Education Degree Name"
else null
end

do you have any idea, why we have this kind of issue ?

Answers