I am writing below logic to filter out cost element 440999 in hierarchy: PROD. However I am not successful. Is there a better way for me to filter out certain base members of a hierarchy so that my logic can be executed on filtered in members only?
*SELECT(%CE%,ID,COSTELEMENT,ID=PROD and ID<>440999)
*XDIM_MEMBERSET COSTELMNT = BAS(%CE%)