BookmarkSubscribeRSS Feed
Werg
Calcite | Level 5
Hello everyone !

I'm using SAS High Performance Forecasting 2.3 and I have a question about accumulation step.

Is there any option to ignore time series with no data recorded in the last 3 months, for example ?

In mostly cases after 3 months missing values represents no activity in production line.

Thanks !
2 REPLIES 2
udo_sas
SAS Employee
Hello -
Best to my knowledge there is no such option available.
You will need to exclude these series in a pre-processing step - for example by using a simple data step, which filters these series.
Thanks,
Udo
Werg
Calcite | Level 5
Udo,

thanks again.