I'm trying to build a metric that gives the mean for each year, for each person number.
Let's say I want to do it on FTE (but it could be any number) and the situation is the following, how can I do?
The correct formula seems to be the following, I didn't realise it could take more than 1 parameter :)
AGGREGATE(Avg("FTE") BY "Person Number", "Year")
Hi @Stefano_Mazzocca
"mean for each year, for each person number"
the formula for mean is (sum of all data points)/(Count of data points)
how can this change for each person? can you help us understand so that we can provide an answer
Raghu
Hi @Raghavendra Raghunath-Oracle ,
For every Year and for every Person I need to perform the average.
Let's say PN_1 has FTE = 1 for 11 months and FTE = 0.5 for 1 month, I need (1*11+0.5*1)/12=0.96
Following year PN_1 may have 0.5 for 5 months and 1 for 7months so I need (0.5*5+1*7)/12=0.79
On the other hand PN_2 may have different values so I need to aggregate for PN and Year.
So far I tried the following formula but it is not performing well:
AGGREGATE(AGGREGATE(Avg("FTE") BY ""Person Number") BY "Year")
Hi, I'm new to OTBI & FDI and need your help. Is it possible to do a report to identify missing default expense account in FDI or OTBI? Thanks for your help.
Hi Team We are using SCM- Maintenance subject areas for reporting . We enabled the Asset related DFFs (CSE_ASSETS_B) under Data Configuration successfully but the Asset DFFs are not reflecting under Descriptive Flexfield Folder . We do not see any Asset folder even under the Descriptive Flexfield folder . Please advise if…
We made some changes in the Fusion UI, and those changes were reflected correctly in OTBI but not in FDI. To refresh the data in FDI, the Oracle support team advised me to reload the relevant functional area (Absence Management). I navigated to Application Administration → Human Capital Management, selected Absence…
Data are synchronized with Oracle HCM and I can see PN 2470, which was terminated in the past. If I add any assignment information I find no records, why?
In an analysis/report, when the Bottom Up Manager details are selected from the hierarchy, the Top Position Person record drops out. This is due to the fact that this top level position does not have a record in the Fusion table : PER_MANAGER_HRCHY_CF which is the source to load OAX$OAC.DW_MANAGER_CF_DH . The requirement…