Hi All,
I am using SAP BPC 10 NW. I have a requirement where I need specific code to run for all cost centers except few which come under same cost center group. Now I was trying to exclude that group using select statement but it did not work, Though I had an idea that it wont work but couldn't think of anything else.
Here is the statement I used: *SELECT(%E%, "[ID]",ENTITY,"[ID]<>BAS(3000)")
Hierarchy in Entity Dimension can be assumed as:
1000 (suppose top node)
|
|______XXX
| |_____Base level members
|
|______3000
| |_____Base level members
|
|______XXX
So I want the logic to run for all the base level members under 1000 except the ones under 3000 group. Please suggest how should I take it.
Thanks in Advance
Regards,
Mayank