IUiCommandTarget.Execute

Syntax

Execute(Command: String; Context: IUiCommandExecutionContext): Variant;

Parameters

Command. String identifier of the command to be executed.

Context. Advanced parameters of command execution.

Description

The Execute method executes command on an object. To execute a command on an object, call the Execute method by specifying string command identifier and advanced execution parameters (optional).

Comments

All platform commands have unique string identifiers. For example, identifier of the object opening command is Object.Open, object editing command has the Object.Edit identifier, and so on. To view detailed description and examples of use, select a link to a specific command.

General Commands

Commands of various platform objects:

Command Brief description
Opens a standard dialog box that is used to edit formulas.
Opens a standard dialog box that is used to start multidimensional calculation at database server.
Creates a regular report based on a cube.
Opens a standard dialog box that is used to save a cube to a file.
Setting up access permissions for the object.
Edits object properties.
Edits shortcut properties.
Opens a standard dialog box of object history.
Opens an object.
Starts modeling problem calculation.
Opens query designer.

Adm Plugin

Administration commands:

Command Brief description
Opens a standard dialog box that is used to change password of the current user.
Opens security manager for the specified repository.
Opens a standard dialog box that is used to set up user properties.
Opens a standard dialog box that is used to distribute system access time for the user.
Opens a dialog box with user update errors.

Cubes Plugin

Multidimensional data source commands:

Command Brief description
Opens a dialog box that is used to import data to a cube.
Copies a time series database.

Db Plugin

Table commands:

Command Brief description
Opens a standard dialog box that is used to edit table field parameters.
Opens a wizard for creating a linked table.

DevEnv Plugin

Development environment object commands:

Command Brief description
Starts debugging of the specified development environment object.

Dim Plugin

Dictionary commands:

Command Brief description
Opens the dialog box that is used to set up groups of dictionary elements.
Opens the dialog box that is used to set up alternative hierarchies of dictionary.
Opens a dictionary for view.
Opens a dialog box that is used to set up dictionary selection schemas.

Etl Plugin

ETL task commands:

Command Brief description
ShowConsumerData Opens a dialog box that is used to view ETL task consumer data.
ShowExecutionOrder Opens the dialog box that is used to set up operation execution order in an ETL task.
ShowProviderData Opens a dialog box that is used view data in an ETL task source.

Express Plugin

The Analytical Queries (OLAP) tool commands:

Command Brief description
Opens a standard dialog box that is used to set up calculated factors.
Creates a selection for express report dimension elements.
Opens a standard dialog box that is used to set up data filter.
Opens a standard dialog box that is used to set up parameters of conditional data formatting.
Opens a standard dialog box that is used to set up data highlighting.
Creates an express report on cube basis and opens it for view.
Opens an express report saved to the file (Express Report > Open from File).
Creates an express report based on a time series database and then opens it for review.
Opens a standard dialog box that is used to set up 80/20 analysis parameters.
Opens a standard dialog box that is used to find an object in express report table.
Opens a standard dialog box of batch export.
Opens a standard dialog box of batch print.
Displays the .
Displays the standard dialog box of the expression editor to set up a dimension element.
Opens an express report.
Opens a standard dialog box that is used to set up style used for various table areas.
Opens a standard dialog box that is used to set up style used for table data area.
Opens a special dialog box that is used to set up totals.

FactRubricator Plugin

The Time Series Analysis tool commands:

Command Brief description
Opens a data mining dialog box.
Opens a dialog box to explain validation errors for the selected cell.
Starts the wizard to start the current or create a new export object in the time series database.
Starts the wizard that is used to start the current or create a new import object based on a time series database.

Fld Plugin

Repository object commands:

Command Brief description
Opens a standard dialog box that is used to create an object repository shortcut.
Opens a standard dialog box that is used to set up access control parameters for a repository object.
Opens a standard dialog box of repository object properties.

MetabaseUpdate Plugin

The Update Manager tool commands:

Command Brief description
Starts update installation wizard.
Opens update manager to create a new update.
Opens update from a file in the platform update manager.
Opens update from a repository in the platform update manager.

Mobile Plugin

Mobile application container commands:

Command Brief description
Opens mobile application publishing wizard.

Modeller Plugin

Express modeling commands:

Command Brief description
Opens express modeling dialog box for express report data.

Ms Plugin

The Modeling and Forecasting tool commands:

Command Brief description
EditChainEntry Opens the dialog box to set up multidimensional cycle or the dialog box to set up multidimensional cycle dimension.

Rds Plugin

MDM dictionary commands:

Command Brief description
Opens an MDM dictionary for edit.
Opens a dialog box for editing attribute parameters of MDM dictionary.
Opens an MDM dictionary for view.

Report Plugin:

The Reports tool commands:

Command Brief description
Opens a standard dialog box that is used to set up parameters of the legend created for regular report charts.
Creates regular report based on the selected time series database.
Opens a standard dialog box that is used to set up data area parameters.
Opens a standard dialog box that is used to set up parameters of the specified conditional format.
Opens a standard dialog box that is used to set up conditional format parameters.
Opens a standard dialog box that is used to set up formula area.
Opens a standard dialog box that is used to add a sheet.
Opens a standard dialog box that is used to set up parameters of the map legend located on one of the sheets of regular report.
Opens a standard dialog box that is used to set up parameters of the map located on one of the sheets of regular report.
Opens a standard dialog box that is used to set up parameters of the map territory info located on one of the sheets of regular report.
Opens a standard dialog box that is used to copy move sheets.
Opens a dialog box that is used to set up named ranges.
Opens a standard dialog box that is used to set up object or sheet objects properties.
Opens a standard dialog box that is used to find or replace an object in a regular report.
Opens a standard dialog box that is used to set up 3D scene parameters.
Opens a standard dialog box that is used to set up data slice dimensions.
Opens a standard dialog box that is used to set up sheet properties.
Opens a standard dialog box that is used to protect a sheet.
Opens a standard dialog box for batch export of a regular report.
Opens a standard dialog box for batch export of a regular report including options to set additional parameters for dialog box opening.
Opens a standard dialog box that is used to set up batch export of a regular report.
Opens a standard dialog box that is used to set up batch export of regular report including options to set additional parameters for dialog opening.
Opens a standard dialog box that is used to set up parameters of data adapter for different elements of a regular report map.
Opens a standard dialog box that is used to set up dependencies.
Opens a dialog box that is used to set up export parameters in the regular report calculation task.
Opens the functions wizard of a regular report.
Open a dialog box that is used to select map structure.
Opens a dialog box that is used to set up properties of a control.
Opens a regular report or creates a new report not connected to the repository.
Opens a standard dialog box that is used to edit regular report scales.
Creates a new table style and opens a standard style setup dialog box.
Opens a standard dialog box that is used to set up table styles.

Std Plugin

Object navigator commands:

Command Brief description
Opens a dialog box for repository connection.
Opens a repository in the object navigator.
Opens a standard dialog box that is used to select security subjects.
Searches repository objects according to the specified parameters and displays found objects in the object navigator.
Moves focus to the object navigator and shows contents of the specified container object.
Moves the focus to the object navigator and shows the specified repository object.

Wsp Plugin

The Workspace tool commands:

Command Brief description
Opens a standard dialog box that is used to set up format of workspace objects.

See also:

IUiCommandTarget