Hi Experts,
facing the following issue:
I'd like to copy a TOTAL Year (Jan-Dec) from a periodic Model via Script Logic. The year of "Total" Member should be taken over dynamically from the Input Schedule. So when entering data into an Input schedule for a fixed account the sum of amount of the whole year should be taken and copied to another account.
I tried the following:
*SELECT(%YR%, "[ID]", PERIOD, "[LEVEL] = 'YEAR'")
*XDIM_MEMBERSET PERIOD = %YR%
where PERIOD is the Time-Dimension and LEVEL is a property of Time-Dimension, which contains the value YEAR for IDs of the Time-Dimension which are the TOTAL year members e.g. 2015.TOTAL.
But nothing happens.... When i use
*XDIM_MEMBERSET PERIOD = BAS(2006.TOTAL)
it's working fine but that is not dynamically.
Thx for any help.
Sebastian