Hi Vadim,
okay thx for that. But i'm still looking for the possibility to copy data from one account to another without any necessary user action except from "save data".
Example: Input Schedule: Account over Time (Jan-Dec 2015). User enters data for one Account and saves the data. Now the entered data should be copied automatically to another Account but lets say on a different Flow and a different Time Member. Even if a don't use Default.lgf there should be an script logic Statement for that e.g.:
*XDIM_MEMBERSET ACCOUNT = BAS(Account1) // take sum of all values of a node account
*XDIM_MEMBERSET PERIOD = BAS(2015.TOTAL) // take sum of all months of a year
*WHEN ACCOUNT
*IS *
*WHEN FLOW
*IS "F1"
*WHEN PERIOD
*IS *
*REC(FACTOR = 1, ACCOUNT = "Account2", FLOW = "F2", PERIOD = "2016.12" )
*ENDWHEN
*ENDWHEN
*ENDWHEN
*COMMIT