on ‎2018 Jun 20 4:15 PM
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%)
Request clarification before answering.
Sorry, but looking in your code I can see that you are doing something strange. Can you explain, what do you want to achieve?
You can scope all bas (PROD) and then
When COSTELEMENT
IS <>440999
....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.