Hi Experts!,
I would like to limit a dimension by the Base members of a node selected by the user.
However, further to do that of the n members that such node could contain I only need to read those that have property P_ALOC_NR with value 8.
The below code does not really work. It actually returns all the D_CCENTERS that have P_ALOC_NR value 8, even the ones that fall outside $SEND_CC$
I also tried the statement *SELECT, but I believe that it does not support selections using BAS...just properties.
*XDIM_MEMBERSET D_CCENTER = BAS($SEND_CC$)
*XDIM_FILTER D_CCENTER=[D_CCENTER].PROPERTIES("P_ALOC_NR")="8"
Any help, greatly appreciated.
Thanks,
Alberto Sabate