Hi Jim,
Additional questions:
1. BPC version, core SP... How To: Ask questions about Script Logic issues
There is some bug in some old SP... and difference between 7.5 and 10
2. The ACCOUNT dimension structure is still not clear. What is the ACCTYPE of DELTA and other accounts under ACCOUNT and ACCOUNT itself? What is the parent of DELTA?
3. What is the result of the following code:
*XDIM_MEMBERSET ACCOUNT AS %ACCT% = BAS(ACCOUNT)
*SELECT(%ACC%,"[ID]",ACCOUNT,"[ID]=%ACCT% AND [ID]<>DELTA"
*XDIM_MEMBERSET ACCOUNT = %ACC% // scope will be without DELTA!
*SELECT (%TIME%,"[ID]", TIME, "[CURRENTPERIODS] = 'CURRENT_MONTH'")
*XDIM_MEMBERSET TIME = %TIME%
*XDIM_MEMBERSET CATEGORY = V1,V2
*WHEN CATEGORY
*IS V1
*REC(EXPRESSION = %VALUE%, ACCOUNT = DELTA, VERSION = V2)
*IS V2
*REC(EXPRESSION = -%VALUE%, ACCOUNT = DELTA, VERSION = V2)
*ENDWHEN
Vadim