cancel
Showing results for 
Search instead for 
Did you mean: 

COPY operator vs DISAGG operator for Scenarios.

Hello,

With COPY operator we have ability to run only for a particular scenario:

However, the DISAGG operator cannot be run for a specific scenario and only gives the ability to choose a version:

Why is this? Is there a way to enable Scenarios for DISAGG operator? If not, is there an alternative way (ADVSIM?) to accomplish this?

Regards,

Shivaditya Singh

View Entire Topic
Irmi_Kuntze
Advisor
Advisor
0 Kudos

I understand the problem...

Easiest would be to have an additional calculation for CONSENSUSDEMANDQTY :

@WKPRODCUST = SUM("CONSENSUSDEMANDQTY@WKPRODLOCCUST")

And than use the COPY operator to copy that to CONSENSUSDEMAND@WKPRODCUST

Pretty easy 🙂

You just need to make sure that your level WKPRODCUST has the same attributes than WKPRODLOCCUST except the location-specific ones

Thanks Irmi- I guess it was as simple as that! Though I did have to add an intermediate key figure without UOM Conversion, because CONSENSUSDEMANDQTY had UoM conversion and was causing inflated values.

Regards,

Shivaditya