cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Script Logic: **XDIM_FILTER

Former Member
0 Likes
230

Hello everybody:

I have problems using *XDIM_FILTER.

The dimension MAT_SERV has a property called "CUENTA". The value of this property is coming in dimension POS_PRESUPUESTAL.

I've tried:

*XDIM_MEMBERSET CENTRO_GESTOR = %CENTRO_GESTOR_SET%

*XDIM_MEMBERSET VERSION = %VERSION_SET%

*XDIM_MEMBERSET FUENTE = Input

*XDIM_MEMBERSET POS_PRESUPUESTAL = %POS_PRESUPUESTAL_SET%

*XDIM_MEMBERSET MONEDA = LC

*XDIM_FILTER MAT_SERV = [MAT_SERV].PROPERTIES("CUENTA")=%POS_PRESUPUESTAL_SET%

Also tried this:

*XDIM_MEMBERSET CENTRO_GESTOR = %CENTRO_GESTOR_SET%

*XDIM_MEMBERSET VERSION = %VERSION_SET%

*XDIM_MEMBERSET FUENTE = Input

*XDIM_MEMBERSET POS_PRESUPUESTAL = %POS_PRESUPUESTAL_SET%

*XDIM_MEMBERSET MONEDA = LC

*SELECT(%CUENTA_ACT%,ID,POS_PRESUPUESTAL,ID=%POS_PRESUPUESTAL_SET%)

*XDIM_FILTER MAT_SERV = [MAT_SERV].PROPERTIES("CUENTA")=%CUENTA_ACT%

Error message: No components found in dimension MAT_SERV for condition "CALC" = "N".

Can you please help me?

Thanks

Luciana

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Hi Luciana,

Please read

Vadim

Former Member
0 Likes

Hi Vadim:

I have read all the article.

In this case, I was only trying to define the scope.

Finally I realize that the error, only appears on the script editor on the web.

When I paste the script in UJKT, the errors does not show. Even if a Run the script trough DM package it works.

Thanks,

Luciana

Answers (0)