Skip to Content
0
Sep 17, 2014 at 07:15 AM

BPC MS *XDIM_MEMBERSET <DIM_NAME> AS %VAR_NAME% = BAS(NODE_X)

288 Views

Hi guys,

I need to Base Members of a given Node into a Variable.

Using *SELECT is not an option, because you cannot use "BAS(NODE_X)" as filter.

In this post about BPC NW I've seen that a new form of *XDIM_MEMBERSET can be used:

*XDIM_MEMBERSET <DIM_NAME> AS %VAR_NAME% = BAS(NODE_X)

the addition "AS %VAR_NAME%" assigns the value to the %var_name%, without changing the scope of <Dim name>.


Unfortunatelly the same syntax seems not to be valid in BPC MS:

We cannot symple use:

*XDIM_MEMBERSET <DIM_NAME> = BAS(NODE_X)

Because this would change scoping and member ids won't be listed into a variable.

Any idea or suggestion?

Thanks in advance

GFV