When you create a project with time seriesan aggregation of transactional data into specified time intervals and sorted according to unique combinations of the default attributes (BY variables) data, the project is opened to the Data tab. In the left pane, the time series data set is selected.
Use the middle pane to select variables and the right pane to assign roles to a selected variable.
For new projects, if the system detects only a single time variable candidate, then that variable is already assigned. If the system detects multiple time variable candidates, you must choose one of them as the time variable. The variable must be using either a date or datetime format.

The settings for the time variable are displayed on the right.
If you need to reassign the time role to another variable, you must first remove the assignment for the current time variable.
Dependent variables are the variables that you want to model and forecast. You must assign one numeric variable to this role. For example, you want to forecast the sales for each product, you assign the Sales variable to the dependent variable role.
If you need to reassign the dependent role to another variable, you must first remove the assignment for the current dependent variable.
BY variables are used to create attributes to uniquely identify each time series. For example, your data source might have variables for Region, Product line, and Product. By assigning these as BY variables, SAS Visual Forecasting collects the dependent variable into individual time series using each unique combination specified by these attributes.
See BY Variables for more information about assigning default attributes.
You can also order your BY variables to create a forecast hierarchy. For more information about hierarchical forecast projects, see Defining the Hierarchy.
When you are certain about which variables you want to use as default attributes, follow these steps.
When you have completed the default attributes assignments, select Default attributes in the left pane. The default attributes are listed in the middle pane.
If you import additional attributes to your project, the default attributes are merged with the imported attributes table and the Default attributes selection is removed from the left pane. See Working with Attributes for information about importing attributes.
After you have assigned your time and dependent variables, you might want to assign some independent variables that should be considered for model generation. Independent variables are the explanatory, input, predictor, or causal variables that can be used to model and forecast the dependent variable. You can assign only numeric variables to this role. When creating the system-generated models, SAS Visual Forecasting tries to use the independent variables in the model generation.
Follow these steps to assign independent variables.
Select from the following values:
Aggregation uses the standard deviation of values for all of the time series in each hierarchy level.
Aggregation uses the minimum of the values for all of the time series in each hierarchy level.
Aggregation uses the maximum of the values for all of the time series in each hierarchy level.
Aggregation uses the average of the values for all of the time series in each hierarchy level. For example, select this option if your data set contains the price of each product, and you want to know the average price for a product line.
Aggregation uses the sum of the values for all of the time series in each hierarchy level.
Aggregation uses the number of nonmissing values for all of the time series in each hierarchy level.
Aggregation uses the number of missing values for all of the time series in each hierarchy level.
Aggregation uses the uncorrected sum of squares for all of the time series in each hierarchy level.
Aggregation uses the corrected sum of squares for all of the time series in each hierarchy level.
Accumulation combines data within the same time interval into a summary value for that time interval. For a complete description of the accumulation options, see Time Interval Accumulation Settings.
Once the data has been accumulated to form a time series, missing value interpretation is performed. If any time series contain missing values for variables other than the time variable (such as the dependent or independent variables), you can specify how SAS Visual Forecasting should to interpret these missing values. For a complete description of these options, see Missing interpretation.
Select one of the following values:
specifies that the independent variable be included in the model as long as the model does not fail to be diagnosed. When you select this option, the delay and polynomial orders for the numerators and denominators of the transfer function are set to zero. If diagnostic analysis associated with the independent variable is unsuccessful, it is impossible to determine the dynamic effects. In this case, straightforward static regression is used.
specifies that the independent variable be included in the model as long as its parameters are significant and the increment of the value of Akaike information criterion (AIC) exceeds a threshold. Requiring the information criterion improvement avoids overfitting of the data.
specifies that the independent variable be included in the model as long as the parameters of the independent variable are significant. Dropping the necessity of Akaike information criterion (AIC) improvement risks overfitting.
You can reassign independent variables during the course of a project. However, this can cause failures in any custom models that are created using those independent variables. For more information, see Error Message When Selecting a Time Series from the Modeling Tab of Interactive Modeling .