EssbaseZoomOut

Do an Essbase zoom-out.

Overloads

Overload Name Description
General Do an Essbase ZoomOut.


General

Do an Essbase ZoomOut.

Argument Description
SpecifySheetBy Select how to specify which worksheet to select while the method is being executed.
Specify one of the following values or an arbitrary value: <blank>SheetNameSheetNumberAllSheets
SheetSpec Specify the sheet-name or sheet-number, depending on SpecifySheetBy. If SpecifySheetBy is AllSheets then SheetSpec can be left empty.
Address The address of a range to select for the execution of the method.
CellByCell Whether to execute the method on a cell-by-cell basis, or on the range specified by the address.
ReverseOrder Whether to loop through the rows and columns from highest to lowest. Only applies when CellByCell is true.
MethodCondition If the result of method-condition expression resolves to FALSE, then the method is not executed.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
CellCondition If the result of the condition expression resolves to FALSE, then the current cell is skipped.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
SelectedRange The range to select while doing the Essbase ZoomOut.
AliasTableName The name of the alias table from which aliases are obtained. The alias table is used only when the UseAliases setting is true. See also: UseAliases
DisplayUnknownMembers Controls whether unknown members are displayed in the grid.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
EnableHybridAnalysis Controls whether Hybrid Analysis is enabled for Essbase operations. If enabled, members from a Hybrid Analysis relational source are displayed.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
Indentation Indicates the indentation of member names. None -- Prevents indentation of any member names. SubItems -- Left-justifies ancestors and indents descendants. Totals -- Left-justifies descendants and indents ancestors.
Specify one of the following values or an arbitrary value: <blank>NoneSubItemsTotals
MissingLabel The string used for missing values by Essbase operations.
NavigateWithoutData Controls whether the Essbase operations are performed without returning any data. NavigateWithoutData is only applicable when UpdateMode is false.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
NoAccessLabel The string used for data to which the user has no access during Essbase operations.
RepeatMemberLabels Controls whether member names are repeated in data retrieved by Essbase operations.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
RetrieveUpdateMode Controls whether the corresponding database area is locked when data is retrieved. If true, the database area is locked. UpdateMode is only applicable when NavigateWithoutData is false.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
SuppressMissingRows Controls whether rows that contain missing values are retrieved by Essbase operations. SuppressMissingRows is only applicable when RetainOnRetrieval is false.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
SuppressUnderscoreCharacters Controls whether rows that contain underscore characters are retrieved by Essbase operations.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
SuppressZeroRows Controls whether rows that contain zeros are retrieved by Essbase operations. SuppressZeroRows is only applicable when RetainOnRetrieval is false.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
UseAliases Controls whether aliases are displayed instead of member names. If true, the AliasTable specifies the name of the alias table used to obtain the aliases. See also: AliasTable
Specify one of the following values or an arbitrary value: <blank>FALSETRUE
UseMemberNamesAndAliasesForRows Controls whether both the member name and alias are displayed for each row dimension member. If left blank the View's setting for UseMemberNamesAndAliasesForRowDimensions will be used.
Specify one of the following values or an arbitrary value: <blank>FALSETRUE