cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IBP Keyfugre CALCUALTION

OliverA41
Active Participant
0 Likes
284

Hello,

I have create an key figure which should consider two points.

- it should be disaggregate with poportional factors which are managed in an other key figure

- it should only save the disaggregated values if another key figure as a "1" in this period.

the disaggregation is working fine but the key figure not considered the "1" or NULL from another Key figure

Can you help me ?

I try it also with

IS("ZVERTEILKRUVE@MTVKORGPRODLOCCUST" = 1,"ZTESTKF@MTHPRODLOCCUST",NULL)

What is my failure ?

Thanks in advance

Oliver

Accepted Solutions (0)

Answers (2)

Answers (2)

OliverA41
Active Participant
0 Likes

Hi Lokesh,

this was also an idea from me. But the disaggregation expression is not available, if I used the disaggregation with an proportional factor in another key figure

how can I customized, that the disaggregation considered both

lokesh_reddy4
Active Participant
0 Likes

Hi Oliver,

Assuming that ZVERTILKURVEN will have values other than 1 then use the proportionality based on disaggregation expression.

If (ZVERTILKURVEN=1,ZVERTILKURVEN,NULL)

Regards,

Lokesh

OliverA41
Active Participant
0 Likes

is it possible to use multiple disaggregation options