Creating Processes
Processes are objects which can create, manipulate and remove objects within a model (including the model’s applications). Typically, Processes are used to read data from a data source to create and maintain dimensions and cubes. They can also be used to move data between cubes and push data into a Datasource connection.
Process logic can be mappings of the processes data source or JavaScript code.
Within a Model use the Action menu to create a new Process.
Action | Description |
---|---|
Build a Cube from Data | Provides the fields from the source dataset and the ability to map these to dimensions and data values for a new or existing cube. |
Build a Hierarchy from Data | Provides the fields from the source dataset and the ability to map these build a hierarchy within a new or existing Dimension. |
Custom | Provides the scripting panel and scripting language selection. |