Hi Team,
We have a data manager package which runs by selecting only time period in the prompt for the current month and there is a script logic to calculate the seeding for the model opex.
we would like to automate in such a way that DMP is run by taking only the current period without the prompt selection.
I have created a time property currentmonth in time dimension and added X to the member for period say current month(2016.08)
now in the script logic used the xdim filter as shown as below .
*XDIM_MEMBERSET TIME = %TIME_SET%
*XDIM FILTER TIME = [TIME].PROPERTIES ("CURRENTMONTH") = "X"
I would like to know what change I need to make for %"TIME_SET% because this %time_set% is specified in many lines of the code in the script logic,
please share your inputs.
I am attaching the screen shot for your reference.
thanks