cancel
Showing results for 
Search instead for 
Did you mean: 

How can i use time shift instructions??

former_member225916
Participant
0 Kudos

Hi All,

Can u pls tell me how to give scope for time dimension for using time shift instructions??

suppose if i want to use 2012 year all months, how can i give scope??

Thanks and Regards,

Naidu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186498
Active Contributor
0 Kudos

Hi Naidu,

in a script logic? Use a FOR/NEXT using PRIOR or NEXT, f.e. PRIOR(%MNTH%,%TIME_SET%) depending from the ,%TIME_SET% value, where %MNTH% is the variable of the FOR/NEXT containing the offset value.

Kind regards

     Roberto

former_member225916
Participant
0 Kudos

Hi Roberto,

Thanks