Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9193

Re: Null Records in scope when comparing category data

$
0
0

Ups, looks like your DELTA Account is included in BAS(ACCOUNT)

 

Then add to the loops:

 

*WHEN ACCOUNT

*IS<> DELTA

*WHEN CATEGORY

*IS *

*REC(EXPRESSION = %VALUE% - ([CATEGORY].[V2]), ACCOUNT = DELTA, VERSION = V2)

*ENDWHEN

*ENDWHEN

same for other loops

 

or

 

*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!

 

Vadim


Viewing all articles
Browse latest Browse all 9193

Trending Articles