Supported Bean: SubtotalsEditorBean

The SubtotalsEditorBean supports the Advanced Sort Editor. It uses an standard microstrategy gui editor. The user will use this editor to select the keys she wants to sort from and the sorting order.

Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanSubtotalsEditor (66)

Application bean type for the Subtotals Editor bean

Events

apply, cancel, closeEditor, ok, openEditor, processSUbtotals, setCurrentSubtotalIndex, setTopLeft

apply
Event to execute the main action of the ReportEditor

17003

EnumFrameEditorEvents.WebEventApply

cancel
Equivalent to close.

17005

EnumFrameEditorEvents.WebEventCancel

closeEditor
Event to close the ReportEditor

17002

EnumFrameEditorEvents.WebEventClose

ok
Event corresponding to apply and close.

17004

EnumFrameEditorEvents.WebEventOk

openEditor
Event to open the ReportEditor

17001

EnumFrameEditorEvents.WebEventOpen

processSUbtotals
Event to process the Subtotals Editor Form.

66001

EnumSubtotalsEditorEvents.WebEventSubtotalsEditorProcess

grandTotal

Argument indicating which grand totals are to be displayed Used in following event:
  • EnumSubtotalsEditorEvents.WebEventSubtotalsEditorProcess
  • 66002

    EnumSubtotalsEditorEvents.WebEventArgumentGrandTotal

    metrics

    Argument indicating which metrics are to be supported Used in following event:
  • EnumSubtotalsEditorEvents.WebEventSubtotalsEditorProcess
  • 66003

    EnumSubtotalsEditorEvents.WebEventArgumentSuportedMetrics

    subtotals

    Argument indicating which subtotals are to be displayed Used in following event:
  • EnumSubtotalsEditorEvents.WebEventSubtotalsEditorProcess
  • 66001

    EnumSubtotalsEditorEvents.WebEventArgumentSubtotals

    setCurrentSubtotalIndex
    Event to set the index of the current subtotal

    66002

    EnumSubtotalsEditorEvents.WebEventSubtotalsEditorSetCurrentSubtotalIndex

    *subtotalIndex

    66004

    EnumSubtotalsEditorEvents.WebEventArgumentCurrentSubtotalIndex

    setTopLeft
    Event for setting the top left position of the component

    73001

    EnumAppComponentEvents.WebEventSetTopLeftPosition

    *left

    Event argument to define the left (x) position of the component

    73002

    EnumAppComponentEvents.WebEventArgumentLeftPosition

    *top

    Event argument to define the top (y) position of the component

    73001

    EnumAppComponentEvents.WebEventArgumentTopPosition


    Notes

    * denotes required field.