How do we process a sales data(volumes) for forecasting on the basis of week, month & quarter?
Jayanthan12
New Altair Community Member
Available attributes: Date, volume, week no, day name, year, month no, month name and quarter no. Also, please guide on how to extract trend/seasonality(eg: day of the week, week of the month, month of the year/quarter) on a weekly, monthly and quarterly basis.
Tagged:
0
Answers
-
Hello Jayanthan,Into the modeling folder you have a subfolder named Time series.there you have some operators for forecasting analysisIn this case if you want to work with you data per mont, week, quarter, you can use operator named Function and Seasonal Component Forecast.There you can chose the seasonality parameter to define the period, for example 4 for quartely data, 12 for montly data, etc.Regards,0