Hi Vadim,
no there just should be a copy from one Account to another without using any VB. The Background is that i have to copy the Net result (or a specific account) of an income Statement into a Balance Sheet Account. As someone enters planning values into an Input sheet Income Statement let's say for 2016 Jan-Dec the script logic included into Default logic should run and copy the whole year 2016 values (Jan-Dec)(Member: 2016.Total) into the December 2016 of a certain Balance Sheet Account. When i change the Input sheet for Income Statement from 2016 to 2017 the script logic should still do the same. So I don't want to use something like
*XDIM_MEMBERSET PERIOD = BAS(2016.TOTAL) but something more dynamical.
Best Sebastian