Hi! I'm trying to run an account-based calculation for a certain group of entities and a certain group of intercompanies (based on properties in each dimension). I cannot find documentation on how to set this up for a CALC_ACCOUNT. I don't want to make these user-selected for a variety of reasons, and because there are a lot of members which can change, I cannot list them all.
Will the following code work? If not, how do I set up? I cannot find documentation for this. I've been told everything for a RUN_PROGRAM must happen within the RUN_PROGRAM block of code and not outside.
*XDIM_FILTER INTERCO = [INTERCO].PROPERTIES("OUTSIDE") = "Y"
*XDIM_FILTER ENTITY = [ENTITY].PROPERTIES("NONUSD")="Y"
*RUN_PROGRAM CALC_ACCOUNT
CATEGORY = %CATEGORY_SET%
RPTCURRENCY = USD
TID_RA = %TIME_SET%
CALC = RE_RATE_ADJ
OTHER = [GROUP = %GROUP_SET%]
*ENDRUN_PROGRAM