Interface EnumSortEditorEvents

    • Field Detail

      • WebEventSortEditorProcess

        static final int WebEventSortEditorProcess
        Event to process the Sort Editor Form.
        See Also:
        Constant Field Values
      • WebEventSwitchEditorTab

        static final int WebEventSwitchEditorTab
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentSortKey

        static final int WebEventArgumentSortKey
        Argument to specify the sort key for Sort Editor.
        This argument is made up of 5 different arguments and has a structure associated with it. These arguments are seperated by a seperator which is defined in EnumReportBeanEvents.SORT_PARAM_SEPARATOR. The sort key is different for sorting on rows and on columns. Based on what the user is sorting upon, some of these arguments within the sort key will be left blank.
        Usage:
        The sort key is made up of five different arguments.
        Object Type - The first argument is the object type of the template unit on which the user wants to sort. Allowed values are specified in EnumDSSXMLObjectTypes Since we allow sorting only on metrics in the columns, the value of this argument for column sorting is always EnumDSSXMLObjectTypes.DssXmlTypeMetric
        Object DSSID - The second argument is the DSS ID of the template unit on which the user wants to sort.
        Form ID - The third argument is the Attribute Form ID of the template unit on which the user wants to sort. This argument is present only for row sorting and is blank for column sorting.
        Form Type - The fourth argument is the Attribute Form Type of the template unit on which the user wants to sort. This argument is present only for row sorting and is blank for column sorting. Allowed values are specified in EnumDSSXMLObjectTypes.
        Element List - The fifth argument is the list of elements included in the sort. This argument is present only for column sorting and is blank for row sorting. The list of elements is seperated by EnumReportBeanEvents.SORT_ELEM_LIST_SEPARATOR. This list of elements is used to identify the columns headers used in the sort.
        See Also:
        Constant Field Values
      • WebEventArgumentSortOrder

        static final int WebEventArgumentSortOrder
        Argument to specify the sort order.
        The sort order can be ascending or descending. If the value of this argument is "TRUE" then the sort order is ascending. Any other value will denote a descending sort order.
        See Also:
        Constant Field Values
      • WebEventArgumentSortSubtotalPostion

        static final int WebEventArgumentSortSubtotalPostion
        Argument to specify the position of subtotals in sorted result.
        The possible values are in EnumDSSXMLSubtotalsPosition. Default is com.microstrategy.webapi.EnumDSSXMLSubtotalsPosition.DssSubtotalsPositionInherit.
        See Also:
        Constant Field Values
      • WebEventArgumentActiveKey

        static final int WebEventArgumentActiveKey
        Argument to specify the active key of the selectd view bean.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentGroupBySortKey

        static final int WebEventArgumentGroupBySortKey
        Argument to specify the sort key for Group By sorting in the Report Writer Sort Editor The sort key is made up of three different arguments.
        Section Key - Indicates the Section ID wehre the attribute is present
        Form ID - The second argument is the Attribute Form ID of the template unit on which the user wants to sort.
        Sort Order - Indicates the sort order (0. Descending | 1. Ascending)
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentGroupBySortCount

        static final int WebEventArgumentGroupBySortCount
        Indicate the number of Group By sorts included in the request
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentGroupBySortOrder

        static final int WebEventArgumentGroupBySortOrder
        Indicate the Form SOrt Key of the Group By elements.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentCurrentTab

        static final int WebEventArgumentCurrentTab
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentRespectParent

        static final int WebEventArgumentRespectParent
        See Also:
        Constant Field Values
      • SORT_PARAM_SEPARATOR

        static final java.lang.String SORT_PARAM_SEPARATOR
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • SORT_ORDER_ASCENDING

        static final int SORT_ORDER_ASCENDING
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • SORT_ORDER_DESCENDING

        static final int SORT_ORDER_DESCENDING
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values