Skip to Content
0
Jan 07, 2011 at 12:22 PM

XDIM_MEMBERSET and RUNALLOCATION

32 Views

Hi BPC MS gurus,

I ran into an issue in BPC NW and wonder if if it works same way in BPC MS.

I have script like

*XDIM_MEMBERSET A = ...
*XDIM_MEMBERSET B = ... 

*RUNALLOCATION
FACTOR = ...
DIM C WHAT...
DIM D WHAT...
*ENDALLOCATION

*RUNALLOCATION
FACTOR =...
DIM C WHAT...
DIM D WHAT...
*ENDALLOCATION

First RUNALLOCATION is executed correctly, i.e Dimensions C and D are restricted to members in RUNALLOCATION while Dimensions A and B are restricted to members in XDIM_MEMBERSET. But when second RUNALLOCATION is executed ALL members of Dimensions A and B are used.

Is this how it works in MS version as well?

Thank you,

Gersh

P.S. Can anybody please reply with an answer or a question if it's not clear what I'm talking about?

Edited by: Gersh Voldman on Jan 11, 2011 5:51 PM