Hello, may be a basic question but I always thought that Allocation takes the total value of WHAT region and distributes it to the WHERE region. But in the following case, It takes the signed data of 100 from category "plan", and puts 100 into category "actual", and 100 into category "forecast". How could it take 100 and distribute/allocate 200?
*RUNALLOCATION
*DIM ACCOUNT WHAT=AA_1810900; WHERE=<<<
*DIM CATEGORY WHAT=PLAN; WHERE=ACTUAL,FORECAST
*DIM COMPANY WHAT=CO_0470; WHERE=<<<
*DIM DATASRC WHAT=CALC; WHERE=<<<
*DIM INTCO WHAT=I_C2000; WHERE=<<<
*DIM RPTCURRENCY WHAT=USD; WHERE=<<<
*DIM TIME WHAT=2012.FEB; WHERE=<<<
*ENDALLOCATION
*COMMIT