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")
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (SCM). The session will cover updates on Supply Chain Management and Procurement. Presented by: Anil Sebastian - Senior Director, SCM Product Management, Fusion Data Intelligence…
In FDI, most of the Hierarchy folder wont populating any data. This is one of the most required data from HR. Can anyone assist me how can I get that data in FDI.
Hello Oracle Team, Many organizations currently rely on both Oracle Transactional Business Intelligence (OTBI) and Oracle Fusion Data Intelligence (FDI) for reporting and analytics. While FDI continues to expand its subject area coverage, there are still several OTBI subject areas that are not yet available in FDI. Could…
We want a better grasp on what is considered custom data so we can plan ahead and scale properly before we get too big. Fortunately we are no where near the 50gb limit as found using the subject area for custom data but it doesn't tell us other than 'System' where the custom data is coming from. I found documentation here:…
Is there a way to refresh our development environments in OAC with production data? There a lot of developments that didn't make the cut into production and/or was only used for testing and we would like to clean up dashboards, datasets, data flows, etc… Possibly similar to how receive environment refreshes in our Oracle…
Managers want the ability to assign delegates in Fusion Data Intelligence (FDI) so that delegated users can access and use reports on their behalf. Is that available in FDI now? If yes, anyone share docs about steps to implement that in FDI Thanks