Skip to Content
0
Jul 07, 2020 at 10:40 AM

Fetch time period in BPC logic script

61 Views

Hi,

In logic script I want to fetch data from .ANL time period and copy it to the current time period. I am getting current time period via user input(%APL_TIME_SET%). Is there a way that i can fetch this .ANL time period dynamically ? Eg. for next year this value should be 2021.ANL. I have PLANYEAR in dimension which will remain constant throughout the year(2020_21), can I retrieve this .ANL time period from there and save it in variable ?

*WHEN APL_TIMES 
	*IS 2020.ANL
*WHEN APL_CATEGORY
	*IS ACT_CY
	*REC(EXPRESSION = %VALUE%,APL_CATEGORY = ADJ_MANN,APL_TIMES = %APL_TIMES_SET%)
*ENDWHEN
*ENDWHEN