Hello experts,
I'm struggling trying to read a node value. I've always worked in NW version, and calling a node via tuple sintax had no trouble at all. I wrote the following code:
*XDIM_MEMBERSET Auditoria = AUD_INPUT *XDIM_MEMBERSET Concepto = CONCEPTO_NA *XDIM_MEMBERSET Cuenta = N_BG11111 //BASE LEVEL MEMBER, ALREADY POPULATED WITH DUMMY DATA *XDIM_MEMBERSET Entidad = CCB *XDIM_MEMBERSET Indicador = K_0001 *XDIM_MEMBERSET Interco = I_NONE *XDIM_MEMBERSET Moneda = COP *XDIM_MEMBERSET Tiempo = 2014.01 *XDIM_MEMBERSET Version = REAL *WHEN Cuenta *IS * *REC(EXPRESSION=[Cuenta].[BG11111], Cuenta=CUENTA_NA) //BG11111 IS A NODE MEMBER, GROUPING 3 BASE LEVEL ACCOUNTS WITH DATA *ENDWHEN *COMMIT
But in this MS version, the result is "0" (already tried with Get function, same result). How do I read a node value? I think a *lookup would work, but I need something similar to the code i wrote if exists (maybe MDX? if so, an example would be useful)
Thanks in advance!