Supported Bean: ViewBean

This interface provides a unified concept of the WebTemplate encapsulated by corresponding WebViewInstance along with its associated events for both the report, and report writing document. Custom ViewBean transforms and event handlers will work with traditional reports and the newer report writing document.

It is used to manage and render grid data defined by the underlying template in the WebViewInstance, and graph data encapsulated by the GraphBean. It also provides methods to track user states (e.g. view mode).

The ViewBean cannot exist on its own accord - only as part of the following:

The ViewBean cannot be saved and restored on its own. It cannot be instantiated from the WebBeanFactory.


Event handler: com.microstrategy.web.beans.EnumEventHandlerTypes.HANDLER_TYPE_VIEW (4096)

Event handler associated with a ViewBean

Events

addAutoThresholds, addAxisSubTotalsEvent, addDerivedMetricEvent, addForm, addHyperLink, addMetric, addQuickSubtotals, addTemplateUnit, addUnitSubtotals, aliasEvent, changeMetricAggFromBase, changeMetricFormulaEvent, changeStyleEvent, changeViewMode, clearDerivedElements, clearHyperLinks, clearSorts, copyThresholdsToAlerts, cusomSort, deAddQuickCalculation, deAddQuickList, defineDatamart, disableSubTotalsEvent, editHyperLink, editHyperLinks, enableSubTotalsEvent, graphDrillEvent, gridDrillEvent, gridDrillFixTemplateEvent, hierarchicalSort, insertPercentToTotalMetric, insertRankMetric, insertTransformationMetric, moveMetric, multipleSorts, numberFormat, pivotAny, pivotEvent, pivotMultipleUnits, raExpand, removeForm, removeMetricEvent, removeMultipleUnits, removeTemplateUnit, resizeColumn, resizeColumns, saveGraphAxisProperties, saveGraphProperties, saveGraphTextProperties, saveGridAlignmentProperties, saveGridBandingProperties, saveGridBorderProperties, saveGridFontPropertiesEvent, saveGridNumberPropertiesEvent, saveGridPatternProperties, setColumnScenario, setGraphProps, setRowScenario, setSubtotalPosition, setViewProps, setVisualizationProps, showBandingEvent, showOutlineMode, showSubtotals, sortEvent, swapTemplateUnits, thresholdDisplay, toggleHideNullValues, unsetDatamart

addAutoThresholds
Event to add predefined thresholds to highlight high and low values in one or more template metrics.

4096050

EnumViewBeanEvents.VIEW_EVENT_ADD_AUTO_THRESHOLDS

*metricKeys

Multiple metric keys, each separated by EnumViewBeanEvents.METRIC_ELEM_LIST_SEPARATOR.

4214

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_KEYS

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

addAxisSubTotalsEvent

Event for enabling the subtotals of the specified type and style. The subtotals are added to a specific axis, if one is specified. Otherwise they are added to all axes.

4096055

EnumViewBeanEvents.VIEW_EVENT_ADD_AXIS_SUBTOTAL

*subtotalIndex

Specifies the index of the subtotal in the list of available subtotals

4218

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SUBTOTAL_INDEX

*subtotalStyle

Subtotal style (see EnumDSSXMLSubtotalStyle).

4016

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SUBTOTAL_STYLE

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

addDerivedMetricEvent
Event for adding a new derived metric to the metrics collection. The position where the new metric should be added needs to be specified. If not, it is added at the beginning of the metrics collection. If the EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_DESTINATION_POSITION is not specified, the metric is added at position 1

4096012

EnumViewBeanEvents.VIEW_EVENT_ADD_DERIVED_METRIC

aggFromBase

4256

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_AGGFROMBASE

alias

Alias for a metric.

4031

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_ALIAS_NAME

formula

Formula for a derived metric.

4032

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_FORMULA

intAggFromBase

Add a new parameter for AFB setting, because its type change from boolean to integer

4260

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_AGGFROMBASE_INT

isTkStream

4259

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_IS_TOKEN_STREAM

metricPos

Destination position of the metric in the metrics collection.

4029

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_DESTINATION_POSITION

passThrough

409606623

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_PASS_THROUGH

stFromBase

4258

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_STFROMBASE

addForm
Event for adding attribute form. This event can be used to add attribute form to the view template. The (parent) attribute ID for the attribute form should be specified While adding to the view template, if the attribute does not exist on the template it will be added at the axis/position passed to the event (if axis/position is not passed, the attribute will be added to the end of the Row Axis of the template). If the attribute already exists on the template, the event will add(or, if already existing, move) the attribute form at the position specified. Also, if axis and position information is supplied to the event, the attribute will be moved to the specified axis/position before adding the attribute form.

4096038

EnumViewBeanEvents.VIEW_EVENT_ADD_FORM

*attributeID

Attribute ID.

4165

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ATTRIBUTE_ID

*formID

Form ID.

4166

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_FORM_ID

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

attAxis

Destination axis.

4008

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS

attPosition

Destination position of the template unit.

4009

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION

datasetID

Data set ID.

4177

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DATA_SET_ID

formPos

Form position.

4168

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_FORM_POSITION

unitName

Name of the object on this template unit.

4200

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_NAME

addHyperLink

4096060

EnumViewBeanEvents.VIEW_EVENT_ADD_HYPERLINK

*idx

4239

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_INDEX

anyOtherPrompts

4252

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_ANY_OTHER_PROMPTS

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

displayText

4241

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_DISPLAY

isDefault

4240

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_IS_DEFAULT

linkType

4242

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_TYPE

objKey

Object key.

2048012

EnumRWBeanEvents.REPORT_WRITER_EVENT_ARGUMENT_OBJECT_KEY

promptAnswers

4247

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_PROMPTS

selectorOptions

Indicates whether to copy the selector's selections when link drilling from one document to another.
The options are:
- 0 - Do not pass selector values
- 1 - Pass selector values - match selectors by ID
- 2 - Pass selector values - match selectors by name

4257

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SELECTOR_OPTIONS

srcID

4248

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SRC_ID

srcType

4249

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SRC_TYPE

taregetID

4244

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_TARGET_ID

targetSubType

4246

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_TARGET_SUBTYPE

targetType

4245

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_TARGET_TYPE

url

4243

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_URL

addMetric

Adds the metric passed in with the specified key. If a key is not specified, the metric is added to the beggining of the metric collection. If a metrics collection, does not already exist on the template, the destination axis and position of the template unit where the metrics collection should be placed, needs to be specified. If the alias is not supplied, and the newly added metric exists in working set, the alias of themetric in workingset will be set as default alias of this template metric; if the newly added metric does not exist in working set, no alias will be set, the display of this template metric will be the name of the metric.

The arguments EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS and EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION are used if the metrics collection is not defined on the template. These parameters define where the new collection will be placed.

4096028

EnumViewBeanEvents.VIEW_EVENT_ADD_METRIC

*metricID

String argument specifying the id of the metric.

4122

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_ID

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

dAxis

Destination axis.

4008

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS

disablePU

4229

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_3D_TOP_COLOR

dPos

Destination position of the template unit.

4009

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION

dsID

Data set ID.

4177

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DATA_SET_ID

metricDisplayName

Alias for a metric.

4031

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_ALIAS_NAME

metricKey

Key of a specific metric in the collection.

4010

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_KEY

metricName

Name of the metric.

4201

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_NAME

mPos

Destination position of the metric in the metrics collection.

4029

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_DESTINATION_POSITION

objectSubType

Argument indicating the subtype of the object.

4164

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_WORKING_SET_OBJECT_SUB_TYPE

addQuickSubtotals
Event to turn on 'quick' subtotals. This event will effectively activate the 'Total' subtotal 'By position' with rows, columns and pages set to Outline style

4096054

EnumViewBeanEvents.VIEW_EVENT_ADD_QUICK_SUBTOTAL

addTemplateUnit
Event for adding a new template unit to the template. If the alias is not supplied, and the newly added object exists in working set, the alias of the working set object will be set as default alias of this template unit; if the newly added object does not exist in working set, no alias will be set, the display of this template unit will be the name of the object.

4096007

EnumViewBeanEvents.VIEW_EVENT_ADD_TEMPLATE_UNIT

*dAxis

Destination axis.

4008

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS

*dPos

Destination position of the template unit.

4009

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION

*unitID

DSS ID of the template unit.

4027

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ID

*unitType

Type of template unit, as defined in EnumDSSXMLTemplateUnitType.

4026

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_TYPE

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

disablePU

4229

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_3D_TOP_COLOR

dsID

Data set ID.

4177

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DATA_SET_ID

unitDisplayName

New alias of the template unit.

4014

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ALIAS_NAME

unitName

Name of the object on this template unit.

4200

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_NAME

xdaDimensionId

Specifies the DSSID of the xda dimension

4220

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_XDA_DIMENSION_ID

xdaHierarchiId

Specifies the DSSID of the xda hierarchy

4221

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_XDA_HIERARCHY_ID

addUnitSubtotals
Event to add a subtotal of type EnumSubtotalInstanceType.SubtotalInstanceTypeUnit Also known as 'Across level' subtotal

4096051

EnumViewBeanEvents.VIEW_EVENT_ADD_UNIT_SUBTOTAL

*subtotalIndex

Specifies the index of the subtotal in the list of available subtotals

4218

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SUBTOTAL_INDEX

*subtotalUnits

Specifies the list of template units across which a 'Unit' subtotal needs to be added. Each unit is specified by its type and DSSID with the EnumViewBeanEvents.UNIT_PROPERTY_SEPARATOR. Units are separated by a EnumViewBeanEvents.SUBTOTAL_UNIT_SEPARATOR For example: type1, unitDSSId1; type2, unitDSSId2 ...

4215

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SUBTOTAL_UNITS

aliasEvent

Event for specifying the alias of a template unit. The template unit can be identified either using the key or the axis/position.

If the EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_KEY is supplied, the event changes the alias of the metric Otherwise, it looks for the EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_KEY.

4096004

EnumViewBeanEvents.VIEW_EVENT_TEMPLATE_UNIT_ALIAS

alias

New alias of the template unit.

4014

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ALIAS_NAME

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

hasDynamicAlias

Indicates whether alias is dynamic

409606620

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HAS_DYNAMIC_ALIAS

key

Key of the template unit.

4030

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_KEY

metricDepth

Key of a specific metric in the collection.

4010

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_KEY

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

Origin position of the template unit.

4007

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

changeMetricAggFromBase

Event for change Aggregate from Base in new Derived Metric Editor.

4096068

EnumViewBeanEvents.VIEW_EVENT_CHANGE_AGG_FROM_BASE

*aggFromBase

4256

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_AGGFROMBASE

*key

Key of a specific metric in the collection.

4010

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_KEY

alias

Alias for a metric.

4031

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_ALIAS_NAME

formula

Formula for a derived metric.

4032

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_FORMULA

changeMetricFormulaEvent
Event for changing the formula and/or alias associated with a metric.

4096013

EnumViewBeanEvents.VIEW_EVENT_CHANGE_METRIC_FORMULA

*formula

Formula for a derived metric.

4032

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_FORMULA

aggFromBase

4256

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_AGGFROMBASE

alias

Alias for a metric.

4031

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_ALIAS_NAME

intAggFromBase

Add a new parameter for AFB setting, because its type change from boolean to integer

4260

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_AGGFROMBASE_INT

isTkStream

4259

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_IS_TOKEN_STREAM

key

Key of a specific metric in the collection.

4010

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_KEY

passThrough

409606623

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_PASS_THROUGH

srcID

4248

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SRC_ID

stFromBase

4258

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_STFROMBASE

changeStyleEvent
Event for changing the style of a view. The style to be applied can be specified either by ID or name. One of the two arguments is required. The ID is first checked. If it not supplied, the name is used.

4096014

EnumViewBeanEvents.VIEW_EVENT_CHANGE_STYLE

styleID

Style ID of the view.

4041

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_CHANGE_STYLE_ID

styleName

String argument specifying the name of the style to apply.

4126

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_STYLE_NAME

changeViewMode
Event for change view view mode to grid, graph or both.

4096024

EnumViewBeanEvents.VIEW_EVENT_CHANGE_VIEW_MODE

*viewMode

View mode (see EnumWebReportViewMode).

4115

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_VIEW_MODE

clearDerivedElements

4096065

EnumViewBeanEvents.VIEW_EVENT_CLEAR_DERIVED_ELEMENTS

aid

Display flag to be used while performing view execution.

1001

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_VIEW_ID

clearHyperLinks

4096064

EnumViewBeanEvents.VIEW_EVENT_CLEAR_HYPERLINKS

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

objKey

Object key.

2048012

EnumRWBeanEvents.REPORT_WRITER_EVENT_ARGUMENT_OBJECT_KEY

openInNewWindow

4250

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_NEW_WINDOW

srcID

4248

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SRC_ID

srcType

4249

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SRC_TYPE

clearSorts
Clears all the WebSorts objects contained in the view.

4096029

EnumViewBeanEvents.VIEW_EVENT_CLEAR_SORTS

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

copyThresholdsToAlerts
Event for copying the current thresholds to alerts. Note that this event will clear all previously saved alerts to all the template metrics and will only copy over that threshold as specified by the EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_THRESHOLD_ID

4096058

EnumViewBeanEvents.VIEW_EVENT_COPY_THRESHOLDS_TO_ALERTS

*metricKey

Key of a specific metric in the collection.

4010

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_KEY

*thresholdId

Specifies the index of the threshold

4238

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_THRESHOLD_ID

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

cusomSort

4096070

EnumViewBeanEvents.VIEW_EVENT_CUSTOM_SORT

data

409606622

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_JSON

deAddQuickCalculation

4096057

EnumViewBeanEvents.VIEW_EVENT_ADD_QUICK_CALCULATION_GROUP

*attId

4234

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_QG_ATT_ID

*depth

4235

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_QG_DEPTH

*function

4237

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_QG_FUNCTION

*name

4233

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_QG_NAME

*ordinals

4236

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_QG_ORDINALS

sliceId

4254

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SLICE_ID

deAddQuickList

4096056

EnumViewBeanEvents.VIEW_EVENT_ADD_QUICK_LIST_GROUP

*attId

4234

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_QG_ATT_ID

*depth

4235

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_QG_DEPTH

*name

4233

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_QG_NAME

*ordinals

4236

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_QG_ORDINALS

sliceId

4254

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SLICE_ID

defineDatamart
This event can be used to convert a report to a datamart The possible parameters that can be sent in are:

4096046

EnumViewBeanEvents.VIEW_EVENT_DEFINE_DATAMART

*dbRoleId

DB role ID

4204

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DB_ROLE_ID

*dmName

Datamart table name

4205

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DM_TABLE_NAME

dmAppend

Datamart property to specify whether to append to existing table

4207

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DM_APPEND

dmNameMacro

Datamart property to specify whether the name contains a macro

4206

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DM_NAME_MACRO

disableSubTotalsEvent
Event for disabling either a specific type of subtotal. If the type is not specified, all the subtotals are disabled.

4096006

EnumViewBeanEvents.VIEW_EVENT_DISABLE_SUB_TOTALS

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

subtotalIndex

Specifies the index of the subtotal in the list of available subtotals

4218

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SUBTOTAL_INDEX

subTotalType

Subtotal type (see EnumDSSXMLMetricType).

4015

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SUBTOTAL_TYPE

editHyperLink

4096061

EnumViewBeanEvents.VIEW_EVENT_EDIT_HYPERLINK

*idx

4239

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_INDEX

anyOtherPrompts

4252

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_ANY_OTHER_PROMPTS

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

displayText

4241

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_DISPLAY

isDefault

4240

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_IS_DEFAULT

linkType

4242

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_TYPE

objKey

Object key.

2048012

EnumRWBeanEvents.REPORT_WRITER_EVENT_ARGUMENT_OBJECT_KEY

promptAnswers

4247

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_PROMPTS

selectorOptions

Indicates whether to copy the selector's selections when link drilling from one document to another.
The options are:
- 0 - Do not pass selector values
- 1 - Pass selector values - match selectors by ID
- 2 - Pass selector values - match selectors by name

4257

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SELECTOR_OPTIONS

srcID

4248

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SRC_ID

srcType

4249

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SRC_TYPE

taregetID

4244

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_TARGET_ID

targetSubType

4246

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_TARGET_SUBTYPE

targetType

4245

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_TARGET_TYPE

url

4243

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_URL

editHyperLinks

4096063

EnumViewBeanEvents.VIEW_EVENT_EDIT_HYPERLINKS

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

objKey

Object key.

2048012

EnumRWBeanEvents.REPORT_WRITER_EVENT_ARGUMENT_OBJECT_KEY

openInNewWindow

4250

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_NEW_WINDOW

srcID

4248

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SRC_ID

srcType

4249

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_HYPERLINK_SRC_TYPE

enableSubTotalsEvent

Event for enabling the subtotals of the specified type and style. The subtotals are added to a specific axis, if one is specified. Otherwise they are added to all axes.

4096005

EnumViewBeanEvents.VIEW_EVENT_ENABLE_SUB_TOTALS

*subtotalStyle

Subtotal style (see EnumDSSXMLSubtotalStyle).

4016

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SUBTOTAL_STYLE

*subTotalType

Subtotal type (see EnumDSSXMLMetricType).

4015

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SUBTOTAL_TYPE

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

graphDrillEvent
Event for performing a drill on the view graph.

4096011

EnumViewBeanEvents.VIEW_EVENT_GRAPH_DRILL

*4096011.x

Graph x-pixel offset.

4036

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_GRAPH_XPIXEL

*4096011.y

Graph y-pixel offset.

4037

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_GRAPH_YPIXEL

displayMode

Specifies the display mode. A value from the enumeration EnumDSSXMLDisplayMode

4212

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DISPLAY_MODE

drillPathKey

Drill path key.

4178

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_PATH_KEY

graphHeight

Height of the graph.

4080

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_HEIGHT

graphWidth

Width of the graph.

4081

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_WIDTH

keepThresholds

Specifies whether the thresholds should be kept after performing the drill operation.

4134

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_RETAIN_THRESHOLDS

retainParent

Specifies whether the parent should be kept after performing the drill operation.

4034

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_RETAIN_PARENT

sliceId

4254

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SLICE_ID

gridDrillEvent
Event for performing a drill on the view grid. The template unit needs to the specified using the axis and position. The drill path is picked up based on the ID passed in. The caller can also specify a list of elements that the drill needs to filter the results on.

4096010

EnumViewBeanEvents.VIEW_EVENT_GRID_DRILL

displayMode

Specifies the display mode. A value from the enumeration EnumDSSXMLDisplayMode

4212

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DISPLAY_MODE

drillImp

Level of drill importance to retrieve. possible values are: EnumViewBeanEvents.DRILL_IMPORTANCE_LOW EnumViewBeanEvents.DRILL_IMPORTANCE_MEDIUM EnumViewBeanEvents.DRILL_IMPORTANCE_HIGH

4124

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_IMPORTANCE

drillKey

Key for drilling. axis<separator>position<separator>ordinal<separator>drillPathID The <separator> is EnumViewBeanEvents.DRILL_TO_KEY_SEPARATOR.

4033

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILLTO_KEY

drillPathKey

Drill path key.

4178

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_PATH_KEY

elementList

List of elements. This is a list of element IDs separated by EnumViewBeanEvents.METRIC_ELEM_LIST_SEPARATOR.

4035

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_ELEMENT_LIST

filterOnPageBy

Argument specifying whether to filter on the Page By axis during drilling.

4147

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_FILTER_ON_PAGE_BY

retainParent

Specifies whether the parent should be kept after performing the drill operation.

4034

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_RETAIN_PARENT

retainThresh

Specifies whether the thresholds should be kept after performing the drill operation.

4134

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_RETAIN_THRESHOLDS

sliceId

4254

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SLICE_ID

gridDrillFixTemplateEvent
Event for performing a drill with the template fixed. This just filters on a given list of elements.

4096032

EnumViewBeanEvents.VIEW_EVENT_GRID_DRILL_FIX_TEMPLATE

elementList

List of elements. This is a list of element IDs separated by EnumViewBeanEvents.METRIC_ELEM_LIST_SEPARATOR.

4035

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_ELEMENT_LIST

filterOnPageBy

Argument specifying whether to filter on the Page By axis during drilling.

4147

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_FILTER_ON_PAGE_BY

retainThresh

Specifies whether the thresholds should be kept after performing the drill operation.

4134

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILL_RETAIN_THRESHOLDS

sliceId

4254

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SLICE_ID

hierarchicalSort
Event for applying hierarchical metric sort in outline mode. If the subtotal parameter is not specified, the default is EnumDSSXMLMetricType.DssXmlMetricSubtotalSum.

4096031

EnumViewBeanEvents.VIEW_EVENT_HIERARCHICAL_METRIC_SORT

*sortKey

Sort key. The format of the key is as follows: EnumViewBeanEvents.SORT_PARAM_TYPE=type<sep>EnumViewBeanEvents.SORT_PARAM_ID=id<sep>EnumViewBeanEvents.SORT_PARAM_FORM_ID=id<sep>EnumViewBeanEvents.SORT_PARAM_FORM_TYPE=type<sep>EnumViewBeanEvents.SORT_PARAM_ELEM_LIST<sep>EnumViewBeanEvents.SORT_PARAM_AXIS where <sep> is EnumViewBeanEvents.SORT_PARAM_SEPARATOR SORT_PARAM_ELEM_LIST is a list of elements separated by EnumViewBeanEvents.SORT_ELEM_LIST_SEPARATOR

4011

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_KEY

clearSorts

Specifies whether the previous sorts should be cleared before adding the current ones.

4013

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_CLEAR

ctlTPKeys

4263

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_CONTROL_TOP_MOST_KEY_LIST

sortOrder

Order of the sort - EnumViewBeanEvents.SORT_ORDER_ASCENDING/EnumViewBeanEvents.SORT_ORDER_DESCENDING. The default is EnumViewBeanEvents.SORT_ORDER_ASCENDING.

4012

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_ORDER

sortsCount

Number of sorts that should be applied to the view.

4123

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORTS_COUNT

subtotalPos

Argument indicating where the subtotals should be placed once the sorting is performed.

4138

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_SUBTOTAL_POSITION

subTotalType

Subtotal type (see EnumDSSXMLMetricType).

4015

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SUBTOTAL_TYPE

insertPercentToTotalMetric
Event to add Percent to total shortcut metric on the template.

4096045

EnumViewBeanEvents.VIEW_EVENT_INSERT_PERCENT_TO_TOTAL_METRIC

*metricId

String argument specifying the id of the metric.

4122

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_ID

attributeId

Attribute ID.

4165

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ATTRIBUTE_ID

axesBitMap

Axes bitmap.

4176

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_AXES_BIT_MAP

insertRankMetric
Event for inserting rank metric in the view template.

4096043

EnumViewBeanEvents.VIEW_EVENT_INSERT_RANK_METRIC

*metricId

String argument specifying the id of the metric.

4122

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_ID

attributeId

Attribute ID.

4165

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ATTRIBUTE_ID

sortOrder

Order of the sort - EnumViewBeanEvents.SORT_ORDER_ASCENDING/EnumViewBeanEvents.SORT_ORDER_DESCENDING. The default is EnumViewBeanEvents.SORT_ORDER_ASCENDING.

4012

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_ORDER

insertTransformationMetric
Event to add transformation metric.

4096044

EnumViewBeanEvents.VIEW_EVENT_INSERT_TRANSFORMATION_METRIC

*metricId

String argument specifying the id of the metric.

4122

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_ID

*transformationRole

A value of 1 indicates whether series are displayed by columns.

4175

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SERIES_BY_COLUMNS

metricsFormula

Formula for a derived metric.

4032

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_FORMULA

moveMetric
Event for moving a metric within the metric collection.

4096009

EnumViewBeanEvents.VIEW_EVENT_MOVE_METRIC

*dPos

Destination position of the metric in the metrics collection.

4029

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_DESTINATION_POSITION

*oPos

Starting position of the metric in the metrics collection.

4028

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_ORIGIN_POSITION

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

multipleSorts
Event for setting multiple sort objects. Similar to EnumViewBeanEvents.VIEW_EVENT_HIERARCHICAL_METRIC_SORT except that this event allows users to specify multiple sorts at the same time. The count parameter should be passed to indicate the number of sorts.

4096030

EnumViewBeanEvents.VIEW_EVENT_MULTIPLE_SORTS

*sortKey

Sort key. The format of the key is as follows: EnumViewBeanEvents.SORT_PARAM_TYPE=type<sep>EnumViewBeanEvents.SORT_PARAM_ID=id<sep>EnumViewBeanEvents.SORT_PARAM_FORM_ID=id<sep>EnumViewBeanEvents.SORT_PARAM_FORM_TYPE=type<sep>EnumViewBeanEvents.SORT_PARAM_ELEM_LIST<sep>EnumViewBeanEvents.SORT_PARAM_AXIS where <sep> is EnumViewBeanEvents.SORT_PARAM_SEPARATOR SORT_PARAM_ELEM_LIST is a list of elements separated by EnumViewBeanEvents.SORT_ELEM_LIST_SEPARATOR

4011

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_KEY

clearSorts

Specifies whether the previous sorts should be cleared before adding the current ones.

4013

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_CLEAR

respectParent

4262

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_RESPECT_PARENT

sortOrder

Order of the sort - EnumViewBeanEvents.SORT_ORDER_ASCENDING/EnumViewBeanEvents.SORT_ORDER_DESCENDING. The default is EnumViewBeanEvents.SORT_ORDER_ASCENDING.

4012

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_ORDER

sortsCount

Number of sorts that should be applied to the view.

4123

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORTS_COUNT

subtotalPos

Argument indicating where the subtotals should be placed once the sorting is performed.

4138

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_SUBTOTAL_POSITION

numberFormat

4096066

EnumViewBeanEvents.VIEW_EVENT_NUMBER_FORMAT

currency

Argument indicating currency should be applied to the number formatting on the selected target

409606612

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_NUMBER_FORMAT_CURRENCY

deltaDecimal

Argument indicating the decimal delta to apply to the number formatting on the selected target

409606611

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_NUMBER_FORMAT_DELTA_DECIMAL

gridLevel

Level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

Unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_UNIT

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

Origin position of the template unit.

4007

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

percentage

Argument indicating percentage should be applied to the number formatting on the selected target

409606613

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_NUMBER_FORMAT_PERCENTAGE

styleName

String argument specifying the name of the style to apply.

4126

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_STYLE_NAME

thousand

Argument indicating thousand separator should be applied to the number formatting on the selected target

409606614

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_NUMBER_FORMAT_THOUSAND

pivotAny

Event for performing pivot. The callers needs to specify the template unit for the origin and the destination. These can be specified using the axis and position

4096067

EnumViewBeanEvents.VIEW_EVENT_PIVOT_ANY

dAxis

Destination axis.

4008

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS

dPos

Destination position of the template unit.

4009

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION

objectID

Argument that specifies whether the graph is set to 'Series by columns' or 'Series by rows'. 1 indicates 'Series by columns'

4227

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_IS_SERIES_BY_COLUMNS

objectType

Argument that specifies whether the event should swap the rows and columns. This is useful when we change the graph from series by rows to series by columns. By default, we will swap the number of rows and columns anytime the graph's series by columns property is changed.

4228

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SWAP_ROWS_AND_COLUMNS

pivotEvent

Event for performing pivot. The callers needs to specify the template unit for the origin and the destination. These can be specified using the axis and position

4096002

EnumViewBeanEvents.VIEW_EVENT_PIVOT

*dAxis

Destination axis.

4008

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS

*dPos

Destination position of the template unit.

4009

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION

*oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

*oPos

Origin position of the template unit.

4007

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

pivotMultipleUnits
Event to pivot multiple units at the same time. These units can be real template units like attributes, custom groups, hierarchies etc or they can also be individual metrics or even attribute forms. Please see EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_MULTIPLE_UNITS for more details on the format of the arguments. The event will preserve the order of the units sent in the argument

4096059

EnumViewBeanEvents.VIEW_EVENT_PIVOT_MULTIPLE_UNITS

*dPos

Destination position of the template unit.

4009

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_POSITION

*multipleUnits

Specifies the multiple units that need to be moved/pivoted or removed. The argument is of the following format type1,axis,position ! type2,position ! type3, attributeID, formID The separators used are EnumViewBeanEvents.UNIT_PROPERTY_SEPARATOR and EnumViewBeanEvents.MULTIPLE_UNITS_SEPARATOR. In general, the format for each unit is type, property1, property2, ... where type is from EnumDSSXMLObjectTypes; '-1' is for the metrics collection; In the above example, the first unit is a template unit, the second is a metric and the third is an attribute form. The order of these properties needs to be conformed to the above syntax.

4213

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_MULTIPLE_UNITS

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

dAxis

Destination axis.

4008

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_DESTINATION_AXIS

raExpand

4096071

EnumViewBeanEvents.VIEW_EVENT_RA_EXPAND

attID

Attribute ID.

4165

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ATTRIBUTE_ID

cellKey

Key for drilling. axis<separator>position<separator>ordinal<separator>drillPathID The <separator> is EnumViewBeanEvents.DRILL_TO_KEY_SEPARATOR.

4033

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DRILLTO_KEY

expMode

409606624

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_EXPAND_MODE

removeForm
Event for removing attribute form. This event can be used to add attribute form to the view template or just to the working set. The (parent) attribute ID for the attribute form should be specified.

4096039

EnumViewBeanEvents.VIEW_EVENT_REMOVE_FORM

*attributeID

Attribute ID.

4165

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ATTRIBUTE_ID

*formID

Form ID.

4166

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_FORM_ID

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

removeMetricEvent
Removes a metric based on the specified key or position. If the key or position are not specified, then all the metrics are removed.

4096027

EnumViewBeanEvents.VIEW_EVENT_REMOVE_METRIC

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

disablePU

4229

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_3D_TOP_COLOR

isDisableOnly

String argument indicating if it's disable only when remove a unit/metric from template.

4179

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_IS_DISABLE_ONLY

metricKey

Key of a specific metric in the collection.

4010

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_KEY

oPos

Starting position of the metric in the metrics collection.

4028

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_METRIC_ORIGIN_POSITION

removeMultipleUnits
Event to remove multiple units at the same time. These units can be real template units like attributes, custom groups, hierarchies etc or they can also be individual metrics or even attribute forms. Please see EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_MULTIPLE_UNITS for more details on the format of the arguments

4096049

EnumViewBeanEvents.VIEW_EVENT_REMOVE_MULTIPLE_UNITS

*multipleUnits

Specifies the multiple units that need to be moved/pivoted or removed. The argument is of the following format type1,axis,position ! type2,position ! type3, attributeID, formID The separators used are EnumViewBeanEvents.UNIT_PROPERTY_SEPARATOR and EnumViewBeanEvents.MULTIPLE_UNITS_SEPARATOR. In general, the format for each unit is type, property1, property2, ... where type is from EnumDSSXMLObjectTypes; '-1' is for the metrics collection; In the above example, the first unit is a template unit, the second is a metric and the third is an attribute form. The order of these properties needs to be conformed to the above syntax.

4213

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_MULTIPLE_UNITS

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

isDisableOnly

String argument indicating if it's disable only when remove a unit/metric from template.

4179

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_IS_DISABLE_ONLY

removeTemplateUnit
Event for removing a specific template unit from the view template. The template to be removed can be specified using either the key or the axis and position.

4096008

EnumViewBeanEvents.VIEW_EVENT_REMOVE_TEMPLATE_UNIT

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

disablePU

4229

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_3D_TOP_COLOR

isDisableOnly

String argument indicating if it's disable only when remove a unit/metric from template.

4179

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_IS_DISABLE_ONLY

key

Key of the template unit.

4030

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_KEY

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

Origin position of the template unit.

4007

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

resizeColumn
Event for resizing the an individual column width or all columns. This event supports sending a single column resize request. The request can be to resize an individual column or to resize all columns to the same width. In order to resize all columns, the EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_COLUMN_IDENTIFIER argument should be set to "allcolumns".

4096035

EnumViewBeanEvents.VIEW_EVENT_RESIZE_COLUMN_WIDTH

*columnIdentifier

Argument specifying a column identifier. For a given column, its identifier can be obtained using WebColumn.getKey(). If the request to resize is for All Columns then the column identifier should be sent as the string AllColumns (case insensitive).

4159

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_COLUMN_IDENTIFIER

*newSize

Argument specifying the new column size for a column resize request.

4160

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_NEW_COLUMN_SIZE

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

gridWidth

Argument specifying the default grid width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed.

4156

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DEFAULT_GRID_WIDTH

headerWidth

Argument specifying the default header width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed.

4155

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DEFAULT_HEADER_WIDTH

resizeColumns
Event for resizing the column widths. This event supports sending multiple column resize requests.

4096034

EnumViewBeanEvents.VIEW_EVENT_RESIZE_COLUMN_WIDTHS

*requests

Argument specifying the resize requests for column resizing. The resize requests should be be sequenced as an ordered list of requests (that will be processed in the order sent) seperated by underscores. Each request is further a colon seperated list of [1] column identifier and [2] new size. For a given column, its identifier can be obtained using WebColumn.getKey(). If the request to resize is for All Columns then the column identifier should be sent as the string AllColumns (case insensitive).

4158

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_RESIZE_REQUESTS

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

gridWidth

Argument specifying the default grid width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed.

4156

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DEFAULT_GRID_WIDTH

headerWidth

Argument specifying the default header width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed.

4155

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DEFAULT_HEADER_WIDTH

saveGraphAxisProperties
Event for saving the graph axis properties.

4096023

EnumViewBeanEvents.VIEW_EVENT_SAVE_GRAPH_AXIS_PROPERTIES

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

scaleX

Scale of the X axis.

4104

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SCALEX

scaleY1

Scale of the Y1 axis.

4105

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SCALEY1

scaleY2

Scale of the Y2 axis.

4106

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SCALEY2

scaleZ

Scale of the Z axis.

4107

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SCALEZ

show2DOLabel

Specifies whether to show the 2DO Label.

4092

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SHOW2DOLABEL

show2DXValue

Specifies whether to show the 2DX value.

4093

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SHOW2DXVALUE

show2DY1Value

Specifies whether to show the 2DY1 value.

4094

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SHOW2DY1VALUE

show2DY2Value

Specifies whether to show the 2DY2 value.

4095

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SHOW2DY2VALUE

show3DCHeader

Specifies whether to show the 3DC header.

4096

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SHOW3DCHEADER

show3DLNumber

Specifies whether to show the 3DL number.

4097

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SHOW3DLNUMBER

show3DRHeader

Specifies whether to show the 3DR header.

4099

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SHOW3DRHEADER

show3DRNumber

Specifies whether to show the 3DR number.

4098

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SHOW3DRNUMBER

stepX

Step of the X axis.

4100

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_STEPX

stepY1

Step of the Y1 axis.

4101

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_STEPY1

stepY2

Step of the Y2 axis.

4102

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_STEPY2

stepZ

Step of the Z axis.

4103

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_STEPZ

saveGraphProperties
Event for saving the graph properties.

4096021

EnumViewBeanEvents.VIEW_EVENT_SAVE_GRAPH_PROPERTIES

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

attributeID

Specifies an attribute in the graph.

4202

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_ATTRIBUTEID

autosizeH

A value of 1 indicates whether horizontal autosize should be applied.

4173

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_AUTOSIZE_HORIZONTAL

autosizeV

A value of 1 indicates whether vertical autosize should be applied.

4174

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_AUTOSIZE_VERTICAL

enableTotals

Axes bitmap.

4176

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_AXES_BIT_MAP

height

Height of the graph.

4080

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_HEIGHT

majorType

Major type of the graph.

4082

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_MAJORTYPE

minorType

Minor type of the graph.

4083

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_MINORTYPE

objectID

Specifies an object in the graph.

4085

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_OBJECTID

propValue

Specifies a graph property value.

4203

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_VALUE

seriesByColumns

A value of 1 indicates whether series are displayed by columns.

4175

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SERIES_BY_COLUMNS

seriesID

specifies a series in the graph.

4209

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SERIESID

swapRowsAndCols

Argument that specifies whether the event should swap the rows and columns. This is useful when we change the graph from series by rows to series by columns. By default, we will swap the number of rows and columns anytime the graph's series by columns property is changed.

4228

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SWAP_ROWS_AND_COLUMNS

width

Width of the graph.

4081

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_WIDTH

saveGraphTextProperties
Event for saving the graph text properties.

4096022

EnumViewBeanEvents.VIEW_EVENT_SAVE_GRAPH_TEXT_PROPERTIES

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

attributeID

Specifies an attribute in the graph.

4202

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_ATTRIBUTEID

content

Content of the graph object.

4091

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_CONTENT

fillColor

Specifies the fill color in the graph

4211

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_FILL_COLOR

fontAlign

Font align property of the graph object.

4086

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_FONT_ALIGN

fontColor

Font color property of the graph object.

4087

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_FONT_COLOR

fontName

Font name property of the graph object.

4088

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_FONT_NAME

fontSize

Font size property of the graph object.

4090

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_FONT_SIZE

fontStyle

Font style property of the graph object.

4089

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_FONT_STYLE

lineColor

Specifies the line color in the graph

4210

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_LINE_COLOR

objectID

Specifies an object in the graph.

4085

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_OBJECTID

propValue

Specifies a graph property value.

4203

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_VALUE

seriesID

specifies a series in the graph.

4209

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SERIESID

show

Show property of the graph object.

4084

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPHPROPS_SHOW

saveGridAlignmentProperties
Event for saving the grid alignment properties.

4096017

EnumViewBeanEvents.VIEW_EVENT_SAVE_GRID_ALIGNMENT_PROPERTIES

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

bottomPadding

4226

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_PATTERN_GRADIENT_ANGLE

gridLevel

Level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

Unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_UNIT

horizontal

Specifies horizontal alignment.

4056

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_ALIGNMENT_HORIZONTAL

leftPadding

Specifies the left padding

4223

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_FORMATTING_LEFT_PADDING

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

Origin position of the template unit.

4007

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

rightPadding

4225

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_PATTERN_GRADIENT_COLOR

styleName

String argument specifying the name of the style to apply.

4126

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_STYLE_NAME

textDirection

Specifies text direction

4222

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_ALIGNMENT_TEXT_DIRECTION

textWrap

Specifies text wrap.

4058

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_ALIGNMENT_WRAP

topPadding

4224

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_PATTERN_FILL_STYLE

vertical

Specifies vertical alignment.

4057

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_ALIGNMENT_VERTICAL

saveGridBandingProperties
Event for saving the grid banding properties.

4096020

EnumViewBeanEvents.VIEW_EVENT_SAVE_GRID_BANDING_PROPERTIES

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

colorGroup1

Banding color of group 1.

4078

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BANDING_COLOR_GROUP1

colorGroup2

Banding color of group 2.

4079

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BANDING_COLOR_GROUP2

enabled

Specifies that banding is enabled.

4074

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BANDING_ENABLED

gridLevel

Level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

Unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_UNIT

group1

Banding group 1.

4076

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BANDING_GROUP1

group2

Banding group 2.

4077

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BANDING_GROUP2

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

Origin position of the template unit.

4007

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

rowsColumns

Specifies whether banding is on rows or columns.

4075

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BANDING_ROWSCOLS

styleName

String argument specifying the name of the style to apply.

4126

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_STYLE_NAME

saveGridBorderProperties
Event for saving the grid border properties.

4096018

EnumViewBeanEvents.VIEW_EVENT_SAVE_GRID_BORDER_PROPERTIES

3DBottomColor

4230

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_3D_BOTTOM_COLOR

3DLeftColor

4231

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_3D_LEFT_COLOR

3DRightColor

4232

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_3D_RIGHT_COLOR

3DStyle

Specifies the left padding

4223

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_FORMATTING_LEFT_PADDING

3DTopColor

4229

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_3D_TOP_COLOR

3DWeight

Specifies text direction

4222

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_ALIGNMENT_TEXT_DIRECTION

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

bottomColor

Bottom border color.

4069

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_BOTTOM_COLOR

bottomStyle

Bottom border style.

4063

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_BOTTOM_STYLE

gridLevel

Level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

Unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_UNIT

hInsideColor

Horizontal inside border color.

4065

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_HINSIDE_COLOR

hInsideStyle

Horizontal inside border style.

4059

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_HINSIDE_STYLE

leftColor

Left border color.

4068

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_LEFT_COLOR

leftStyle

Left border style.

4062

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_LEFT_STYLE

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

Origin position of the template unit.

4007

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

rightColor

Right border color.

4070

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_RIGHT_COLOR

rightStyle

Right border style.

4064

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_RIGHT_STYLE

styleName

String argument specifying the name of the style to apply.

4126

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_STYLE_NAME

topColor

Top border color.

4067

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_TOP_COLOR

topStyle

Top border style.

4061

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_TOP_STYLE

vInsideColor

Vertical inside border color.

4066

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_VINSIDE_COLOR

vInsideStyle

Vertical inside border style.

4060

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_VINSIDE_STYLE

saveGridFontPropertiesEvent
Event for saving the grid font properties.

4096015

EnumViewBeanEvents.VIEW_EVENT_SAVE_GRID_FONT_PROPERTIES

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

fontBold

Specifies whether the font is bold.

4043

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_FONT_BOLD

fontColor

Color of the font.

4048

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_FONT_COLOR

fontItalic

Specifies whether the font is italic.

4044

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_FONT_ITALIC

fontName

Name of the font.

4042

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_FONT_NAME

fontScript

Script of the font.

4049

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_FONT_SCRIPT

fontSize

Size of the font.

4045

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_FONT_SIZE

fontStrikeout

Specifies whether the font is striked-out.

4046

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_FONT_STRIKEOUT

fontUnderline

Specifies whether the font is underlined.

4047

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_FONT_UNDERLINE

gridLevel

Level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

Unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_UNIT

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

Origin position of the template unit.

4007

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

styleName

String argument specifying the name of the style to apply.

4126

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_STYLE_NAME

saveGridNumberPropertiesEvent
Event for saving the grid number properties.

4096016

EnumViewBeanEvents.VIEW_EVENT_SAVE_GRID_NUMBER_PROPERTIES

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

category

Number category.

4050

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_NUM_CATEGORY

currencyPosition

Currency position.

4054

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_NUM_CURRENCY_POS

currencySymbol

Currency symbol.

4053

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_NUM_CURRENCY_SYMBOL

decimalPlaces

Decimal places of the number.

4051

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_NUM_DECIMAL_PLACES

format

Number format.

4055

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_NUM_FORMAT

gridLevel

Level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

Unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_UNIT

negativeNumbers

Currency position.

4111

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_NUM_NEGATIVE_NUMS

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

Origin position of the template unit.

4007

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

styleName

String argument specifying the name of the style to apply.

4126

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_STYLE_NAME

thousandSeparator

Thousand separator.

4052

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_NUM_THOUSAND_SEP

saveGridPatternProperties
Event for saving the grid pattern properties.

4096019

EnumViewBeanEvents.VIEW_EVENT_SAVE_GRID_PATTERN_PROPERTIES

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

fillColor

Pattern fill color.

4071

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_PATTERN_FILL_COLOR

fillStyle

4224

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_PATTERN_FILL_STYLE

gradientAngle

4226

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_PATTERN_GRADIENT_ANGLE

gradientColor

4225

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_PATTERN_GRADIENT_COLOR

gradientXOffset

4229

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_3D_TOP_COLOR

gradientYOffset

4230

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_BORDER_3D_BOTTOM_COLOR

gridLevel

Level of the grid unit when saving the grid properties. The possible values are:
1 - Grid
2 - Header
3 - Subtotal grid
4 - Subtotal header

4109

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_LEVEL

gridUnit

Unit of the grid. The possible values are:
1 - Template Unit
2 - Template Metric
3 - Rows
4 - Cols

4108

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_UNIT

oAxis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

oPos

Origin position of the template unit.

4007

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_POSITION

patternColor

Pattern color.

4072

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_PATTERN_COLOR

patternStyle

Pattern style.

4073

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRIDPROPS_PATTERN_STYLE

styleName

String argument specifying the name of the style to apply.

4126

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_STYLE_NAME

setColumnScenario
Event for setting the column scenario. If the scenario is set to EnumDSSXMLWidthScenario.DssXmlWidthFixed, default grid and header widths should be specified too.

4096036

EnumViewBeanEvents.VIEW_EVENT_SET_COLUMN_SCENARIO

*columnScenario

Argument specifying the column scenario to be set. Possible values are listed in EnumDSSXMLWidthScenario.

4153

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_COLUMN_SCENARIO

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

clearAllWidths

Argument specifying whether to clear all the widths before setting a column scenario to EnumDSSXMLWidthScenario.DssXmlWidthFixed.

4161

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_CLEAR_ALL_WIDTHS

gridWidth

Argument specifying the default grid width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed.

4156

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DEFAULT_GRID_WIDTH

headerWidth

Argument specifying the default header width for a column scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFixed.

4155

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_DEFAULT_HEADER_WIDTH

setGraphProps
Event for saving the graph window settings.

4096040

EnumViewBeanEvents.VIEW_EVENT_CHANGE_GRAPH_WINDOW_SIZE

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

isSeriesByColumns

Argument that specifies whether the graph is set to 'Series by columns' or 'Series by rows'. 1 indicates 'Series by columns'

4227

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_IS_SERIES_BY_COLUMNS

maxC

Max number of columns for the grid.

4025

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPH_MAX_CATEGORIES

maxS

Max number of rows for the grid.

4024

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_GRAPH_MAX_SERIES

setRowScenario
Event for setting the row scenario. If the row scenario is set to EnumDSSXMLWidthScenario.DssXmlWidthFixed, row height should be specified too.

4096037

EnumViewBeanEvents.VIEW_EVENT_SET_ROW_SCENARIO

*rowScenario

Argument specifying the row scenario to be set. Possible values are EnumDSSXMLWidthScenario.DssXmlWidthFitToContent and EnumDSSXMLWidthScenario.DssXmlWidthFixed.

4154

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ROW_SCENARIO

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

rowHeight

Argument specifying the row height for a row scenario of type EnumDSSXMLWidthScenario.DssXmlWidthFitToContent.

4157

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ROW_HEIGHT

setSubtotalPosition
Event to set the subtotal position for a given axis

4096053

EnumViewBeanEvents.VIEW_EVENT_SET_SUBTOTAL_POSITION

*axis

Origin axis.

4006

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_TEMPLATE_UNIT_ORIGIN_AXIS

*subtotalPosition

Specifies the subtotal position for a given axis., from EnumDSSXMLSubtotalsPosition

4217

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SUBTOTAL_POSITION

setViewProps

Event for setting values for specific properties.

4096001

EnumViewBeanEvents.VIEW_EVENT_SET_PROPERTY_VALUES

*propStr

Argument specifying the propertySet, the property name and the desired property value that needs to be set. The format of the argument is: PropertySetName|sep|PropertyName|sep|PropertyValue|sep|"dft"

where |sep| is a separator, the constant for which is EnumViewBeanEvents.VIEW_PROPERTY_LIST_SEPARATOR

the last part "dft" is optional. It means changing the property to default value

4146

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SET_PROPERTY_VALUE

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

styleName

String argument specifying the name of the style to apply.

4126

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_STYLE_NAME

setVisualizationProps

4096048

EnumViewBeanEvents.VIEW_EVENT_SET_VISUALIZATION_PROPERTIES

aPhoneVis

Indicates the selected visualization for android phone

409606619

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ANDROID_SELECTED_VISUALIZATION

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

aTabletVis

Indicates the selected visualization for android tablet

409606621

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ANDROID_TABLET_SELECTED_VISUALIZATION

enabled

4096048

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ENABLED

image

Indicates the visualization's image

409606615

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_VISUALIZATION_IMAGE

includeMDProps

Indicates whether to include the MD properties on the visualization's data XML

4255

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_INCLUDE_MD_PROPERTIES

ipadVis

Indicates the selected visualization for the ipad

409606618

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_IPAD_SELECTED_VISUALIZATION

iphoneVis

Indicates the selected visualization for the iphone

409606617

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_IPHONE_SELECTED_VISUALIZATION

selectedVisualization

4096049

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SELECTED_VISUALIZATION

viewMode

4096051

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_VISUALIZATION_VIEW_MODE

visProps

Indicates the visualization's properties

409606616

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_VISUALIZATION_PROPERTIES

visualizationList

4096050

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_VISUALIZATION_LIST

showBandingEvent
Event for showing or hiding the banding.

4096033

EnumViewBeanEvents.VIEW_EVENT_SHOW_BANDING

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

showBanding

Boolean argument indicating whether banding should be shown. a value of EnumViewBeanEvents.HIDE_BANDING indicates that banding should be hidden. otherwise it is shown.

4125

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SHOW_BANDING

styleName

String argument specifying the name of the style to apply.

4126

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_STYLE_NAME

showOutlineMode
Sets the flag that specifies whether the view should be displayed as outline mode or not.

4096026

EnumViewBeanEvents.VIEW_EVENT_SHOW_OUTLINE_MODE

outlineMode

String argument specifying whether the view should be displayed in outline mode. possible values are: EnumViewBeanEvents.HIDE_OUTLINE_MODE EnumViewBeanEvents.SHOW_OUTLINE_MODE

4121

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_OUTLINE_MODE

showSubtotals
Sets the flag that shows subtotals on the template.

4096025

EnumViewBeanEvents.VIEW_EVENT_SHOW_SUBTOTALS

show

Boolean argument indicating whether subtotals should be shown. possible values are: EnumViewBeanEvents.SHOW_SUB_TOTALS EnumViewBeanEvents.HIDE_SUB_TOTALS

4116

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SHOW_SUBTOTALS

sortEvent

Event for setting the sort object. Defines the sorts to be added.

4096003

EnumViewBeanEvents.VIEW_EVENT_SORT

*sortKey

Sort key. The format of the key is as follows: EnumViewBeanEvents.SORT_PARAM_TYPE=type<sep>EnumViewBeanEvents.SORT_PARAM_ID=id<sep>EnumViewBeanEvents.SORT_PARAM_FORM_ID=id<sep>EnumViewBeanEvents.SORT_PARAM_FORM_TYPE=type<sep>EnumViewBeanEvents.SORT_PARAM_ELEM_LIST<sep>EnumViewBeanEvents.SORT_PARAM_AXIS where <sep> is EnumViewBeanEvents.SORT_PARAM_SEPARATOR SORT_PARAM_ELEM_LIST is a list of elements separated by EnumViewBeanEvents.SORT_ELEM_LIST_SEPARATOR

4011

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_KEY

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

clearSorts

Specifies whether the previous sorts should be cleared before adding the current ones.

4013

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_CLEAR

ctlTPKeys

4263

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_CONTROL_TOP_MOST_KEY_LIST

respectParent

4262

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_RESPECT_PARENT

sortOrder

Order of the sort - EnumViewBeanEvents.SORT_ORDER_ASCENDING/EnumViewBeanEvents.SORT_ORDER_DESCENDING. The default is EnumViewBeanEvents.SORT_ORDER_ASCENDING.

4012

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_ORDER

subtotalPos

Argument indicating where the subtotals should be placed once the sorting is performed.

4138

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_SORT_SUBTOTAL_POSITION

swapTemplateUnits
Event for swapping template units in the Row and Column Axes.

4096042

EnumViewBeanEvents.VIEW_EVENT_SWAP_TEMPLATE_UNITS

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

thresholdDisplay
Event for enabling/disabling the thresholds correponding to metrics.

4096041

EnumViewBeanEvents.VIEW_EVENT_SET_THRESHOLDS_DISPLAY

*enable

Whether threshold display should be enabled.

4171

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_ENABLE_THRESHOLD_DISPLAY

applyNow

Specifies if the user wants to apply the changes by contacting the server. The allowed values are "1" or "0" for true and false respectively. The default value is "1".

4110

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_APPLY_NOW

toggleHideNullValues

4096069

EnumViewBeanEvents.VIEW_EVENT_TOGGLE_HIDE_NULLS

*value

4261

EnumViewBeanEvents.VIEW_EVENT_ARGUMENT_VALUE

unsetDatamart
This event can be used to unset a report datamart The possible parameters that can be sent in are:

4096047

EnumViewBeanEvents.VIEW_EVENT_UNSET_DATAMART


Notes

* denotes required field.