Essbase Member Operations Tool Arguments
The following properties are available for Essbase Member Operations Tool Arguments objects, grouped by the categories shown in the Toolbars Designer.
Misc
| Property | Type | Default | Description |
|---|---|---|---|
string |
Controls whether the tool is available for the selected member cell(s) based on the dimension(s) to which the member(s) belongs. The value is a semi-colon delimited list of dimension names. If one or more dimensions are specified, each selected member must belong to a specified dimension for the tool to be enabled on a toolbar or displayed on the context menu. For example, if the AllowedDimensions is Product;Market, the tool is available only when the selected member (or members) belongs to the Product or Market dimension. The AllowedDimensions tool argument is optional. By default, the tool is enabled on a toolbar or displayed on the context menu for members belonging to any dimension. Both the AllowedDimensions and AllowedOrientations settings are used to control whether the tool is available. |
||
MemberCellOrientations |
MemberCellOrientations.All |
Controls whether the tool is available for the selected member cell(s) based on the orientation of the member(s). If one or more orientations are specified, each selected member must be one of the specified orientations for the tool to be enabled on a toolbar or displayed on the context menu. The AllowedOrientation tool argument is optional. By default, the value is All, which indicates that the tool is available for any member cell. Both the AllowedOrientations and AllowedDimensions settings are used to control whether the tool is available. |
|
bool |
false |
Controls whether information that can be helpful with debugging is displayed. The context menu tool visibility is set based on the whether the selected cell(s) passes the criteria defined by the tool arguments. If Debug is True, a message box containing diagnostics is displayed by the tool controller after the right mouse button is clicked and before the context menu is displayed. |