Need to copy data from current month to the multiple future periods.
Summary
Copying data from one intersection to another for multiple times.Content
We calculate certain value for a certain month, based on a certain formula.
The value calculated from above needs to be copied, for multiple future periods, based on the user wishes.
Ex: If user enters value '4' for the future periods(account) in the form, then we need the system to copy the data for the next four periods.
(4 is not constant, user can change the value to another value in the form.)
Is there any calculation function/command which we can use in the script for the above scenario?
1