Manage and maintain model views effectively. It ensures that the model views are up-to-date and optimally organized.
The tabs in the left toolbar in the Models module include:
| Icon | Description |
| Models | Select to open the Models screen. |
| Dimensions | Select to open the Dimensions Screen. |
| Views | Select to open the Views screen. |
| Hierarchy Extracts | Select to open the Hierarchy Extracts screen. |
| Subsets | Select to open the Subsets screen. |
| Lists | Select to open the Lists screen. |
The icons in the upper right include:
| Icons | Description |
![]() | Select the Process icon to save changes to your tenant. |
![]() | The add icon is available to add a new model, dimension, view, subset, or list, depending on the screen you're on. |
Create a new model view
To create a new model view:
- Select the Models module.
- Select the Views icon from the center toolbar.
- Select Add in the top-right to add a new model view.
- Enter a View Name and select the model that the model view is associated with.
The View Name must be unique, different from existing model names. It can only contain letters, numbers, underscores, and spaces, with a maximum length of 256 characters.
Once you select an associated model from the dropdown list, the Rows, Columns, and Filters panes auto-populate with a default layout.
| Pane | Description | Default Layout |
| Rows | Dimensions in the Rows pane are oriented in the Rows in the Model View. | If there's an Account dimension in the selected model, it appears in the Rows pane. If there isn’t an Account dimension, the first non-time period dimension is used. |
| Columns | Dimensions in the Columns pane are oriented in the Columns in the Model View. | If there's a Time dimension in the model, it appears in the Columns pane. If there isn’t a Time dimension, the first dimension that wasn't used for Rows is used. |
| Filters | Dimensions in the Filters pane are visible filters in the Model View. Usually these are the dimension dropdowns that you can use to slice the data in a report. | The remaining dimensions appear in the Filters pane. |
| Hidden | Dimensions in the Hidden pane hide those dimensions in the Model View. You can specify a non-visible member to be used in filtering the query, or use the default dimension member as the filter. | The Hidden pane is empty. |
Additional actions
Perform these actions in this sequence:
Modify the default layout
Drag and drop the dimensions in the Filters pane to the Rows, Columns, or Hidden panes.
For example, you may want to drag the Account dimension to the Rows pane, and drag the Date dimension to the Columns pane.
Restrict which members are available for each dimension
Select the dimension and use the Member Selection area. You can also set a specific member selection for a dimension in the Model View.
- Select a dimension in the Rows, Columns, Filters, or Hidden.
- The Member Selection area updates according to the selected dimension.
- The hierarchy shown is the dimension's default hierarchy.
- Use the Hierarchies dropdown to change to an alternate hierarchy.
Restrict the view of a dimension to specific members or member subsets within the dimension
Drag and drop the members from the Hierarchy pane to the Dimension Query Specification.
- For Rows and Columns dimensions, the member is added to the Dimension Query Specification with Children.
- For Filter and Hidden dimensions, the member is added to the Dimension Query Specification with Self.
Dimension Query Specification pane
Modify the default member specification. Right-click the member and select a query specification.
Here are the valid member specifications:
| Specification | Description |
| Self | A reference to a set containing only the specified member |
| Children | A reference to the children of the specified member. |
| Self and Children | A reference to the selected member and its immediate children, but not the children of its immediate children. |
| Descendants | A reference to all the descendants of the specified member. |
| Self and Descendants | A reference to the selected member and all its descendants. |
| Leaf Descendants | A reference to the lowest-level descendants of the specified member. |
| Parent | A reference to a set containing the parent of the specified member. |
| Ancestors | A reference to all the ancestors of the specified member. |
| Self and Ancestors | A reference to the member and all the ancestors of the specified member. |
| Siblings | A reference to the members at the same level as the specified member. |
| Same Level | A reference to the members of a level. The Member parameter should be a level unique name instead of a member unique name. |
| First Child | A reference to a set containing the first child of the specified member. |
| Last Child | A reference to a set containing the last child of the specified member. |
| First Sibling | A reference to a set containing the first sibling of the specified member. |
| Last Sibling | A reference to a set containing the last sibling of the specified member. |
By default, a union operation is applied between the member sets. For example, the union of all North American and Caribbean entity members.
Add set operations
Within the Dimension Query Specification pane, you can also add set operations between two or more members.
- Drag one member on top of another and select one of these options to change the operation.
- Exclude: Exclude certain members in a set. For example, all U.S. entity members except California and its descendants.
- Filter: Filter members based on a property value. For example, all accounts where the DebitCredit property is set to Credit. If you change the operation to Filter, you are prompted to select:
- Property: Select the property to filter on from the list.
- Operator: Select an operator from the list.
- Value: Enter a value to filter on.
- Select Save in the upper-right corner of the toolbar after setting up the Rows, Columns, Filters, and Hidden dimensions, and specifying the Dimension Query Specifications. The Model View is saved, and you return to the main Model View page.
Use global variables and tags in model views
You can use global variables and member tags in your model view. This is useful for workflows and reports that require frequent updates, such as changing the month-end report date.
Set global variables in the Global Variables form in the Administration section of the Maintain module. Set tags on dimension members in the Models module.
When you run a workflow with a model view that has a global variable or tag, it automatically grabs the current value. You don't need to manually update the model view each time the value changes.
How it works:
- Go to the model view you want to edit.
- Select the Global Variables tab, select a dimension you want to change, such as the Date dimension.
- Choose the specific global variable, such as CurrentPeriod.
- Select a dimension in the Filters, Columns, Rows, or Hidden section and select the Tags tab.
- Choose the specific tag, such as Revenue for the Accounts dimension.
- Select the Save icon on the toolbar.
Based on your choice, you'll see a globe icon next to global variables and a tag icon next to tags in the Selections pane.
Edit a model view
To edit the details of the model view:
- Select the view from the list in the Model Views.
- Perform one of these actions to open the details of the model view:
- Double-click the model view.
- Right-click and select Edit from the context menu.
- Edit the model View field to rename a model view.
- Update the view's layout and member selections as needed.
- Select Save in the upper-right corner of the toolbar.
The model view is saved.
Duplicate a model view
To duplicate an existing model view:
- Select the view from the list in the Model Views.
- Right-click and select Duplicate from the context menu.
- A new copy of the selected Model View is created with _copy appended to the name.
- Perform one of these actions to open the details of the model view:
- Double-click the newly created model view.
- Right-click the newly created model view and select Edit from the context menu.
- Update the name of the view if needed.
- Update the view's layout and member selections as needed.
- Select Save in the upper-right corner of the toolbar.
The model view is saved.
Delete a model view
To delete a model view:
- Select the view from the list in the Model Views.
- Right-click and select Delete from the context menu to delete it.
- Select OK when prompted to confirm the delete action.
The model view is deleted.

