Hi Experts,
I need to calculate the average salary of all employees within a function (Marketing for example). Do you know if this is possible via dimension formula?
I have tried the following formula on account SALARY_AVG but it does not return any result ...
AVG([ACCOUNT].[SALARY],[EMPLOYEE].[TOT_EMPLOYEE].CHILDREN,[COST_CENTER].[TOT_CC].CHILDREN)
BPC version: 10.1 SP3 on Hana
Employee | Function | Cost_center | Account | Signeddata |
EMP001 | MARKETING | CC01 | SALARY | 1000 |
EMP002 | MARKETING | CC02 | SALARY | 1200 |
TOT_EMPLOYEE | MARKETING | TOT_CC | SALARY_AVG | 1100 |
Thanks in advance,
Camille