Skip to Content
0
Former Member
Mar 27, 2012 at 10:35 AM

Allocations

40 Views

Hi Expets,

I am doing a bit of script logic. To allocate something from one period to all periods.

This is the logic i have used.

*XDIM_MEMBERSET RPTCURRENCY = LC

*XDIM_MEMBERSET CATEGORY = ACTUAL

*RUNALLOCATION

*FACTOR = USING/12

*DIM TIME WHAT=2011.DEC; WHERE=BAS 2011.TOTAL; USING=<<<;

*DIM C_ACCT WHAT=400110; WHERE=<<<; USING=INPUT;

*DIM C_DATASRC WHAT=SYSTEM; WHERE=INPUT; USING=<<<;

*DIM ENTITY WHAT=LONDON; WHERE=<<<; USING=<<<;

*DIM PRACTICE_GROUP WHAT=LITAGATION; WHERE=<<<; USING=<<<;

*ENDALLOCATION

The allocation runs fine in the data manager but is producing the desired result.

Running 7.5

Any ideas welcome.

HHDJ