Hi Vadim,
thank your for your answear.
Here it's my formula:
IIF([KENNZAHL].[S_PSTROM] = 0 , [KENNZAHL].[E_PSTROM] ,[KENNZAHL].[S_PSTROM] * ([KENNZAHL].[BELGES] *[KENNZAHL].[TAGEMON] ))
where: S_PSTROM = percentage key figure
E_PSTROM = manual input key figure
BELGES = allocation
TAGEMON= days per month
The formula is used to calculate the energy. If there are adjustments used then will be calculated using the percentage if there are no adjustment needed that should take automatically the manually entered values.
It's used only a hierarchy- PARENTH1. And only the dimension without calculated members are calculated in nodes.
Thank you a lot!