Skip to Content
0
Jun 20, 2018 at 03:15 PM

Script logic question: filtering out members from hierarchy

74 Views

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%)