Copy values from one intermediate measure to another with different base intersection
Hi,
How to i copy values from a measure A with intx (item/pzon/pro) to a measure B with intx (day/item/pzon/pro).
I've used the below mace command to do that but only first value of Measure A is spread and copied to B.
Measure A - ByI2PromoFrcstOvrU
Measure B - ByI3PromoFrcstOvrU
nohup mace -d $PP_DOMAIN -run -expression "ByI3PromoFrcstOvrU.level([CLND].top)=if(ByI3PromoFrcstOvrU>0, ByI2PromoFrcstOvrU,ignore)" &
Measure B contains values for all the items.
How will i spread and copy the data for items in measure B to Measure A.
Thanks
Sathya