Interface EnumWebPreferences

    • Field Detail

      • PREFERENCE_YES

        static final java.lang.String PREFERENCE_YES
        Preference value for YES
        See Also:
        Constant Field Values
      • PREFERENCE_NO

        static final java.lang.String PREFERENCE_NO
        Preference value for NO
        See Also:
        Constant Field Values
      • PREFERENCE_UNDEFINED_NUM

        static final java.lang.String PREFERENCE_UNDEFINED_NUM
        Preference value for numeric Undefined
        See Also:
        Constant Field Values
      • PREFERENCE_ON

        static final java.lang.String PREFERENCE_ON
        Preference value for ON
        See Also:
        Constant Field Values
      • PREFERENCE_OFF

        static final java.lang.String PREFERENCE_OFF
        Preference value for OFF
        See Also:
        Constant Field Values
      • PREFERENCE_TRUE

        static final java.lang.String PREFERENCE_TRUE
        Preference value for TRUE
        See Also:
        Constant Field Values
      • PREFERENCE_FALSE

        static final java.lang.String PREFERENCE_FALSE
        Preference value for FALSE
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_FROM_DEFAULT

        static final java.lang.String PREFERENCE_VALUE_FROM_DEFAULT
        Indicates preference value comes from DEFAULT
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_FROM_CURRENT

        static final java.lang.String PREFERENCE_VALUE_FROM_CURRENT
        Indicates preference value comes from CURRENT
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_FROM_CUSTOM

        static final java.lang.String PREFERENCE_VALUE_FROM_CUSTOM
        Indicates preference value comes from CUSTOM
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_NO_FULL_SCREEN

        static final java.lang.String PREFERENCE_VALUE_NO_FULL_SCREEN
        Indicate that do not open any document in full screen mode.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_ALL_FULL_SCREEN

        static final java.lang.String PREFERENCE_VALUE_ALL_FULL_SCREEN
        Indicate that open every document in full screen mode.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_FULL_SCREEN_MD

        static final java.lang.String PREFERENCE_VALUE_FULL_SCREEN_MD
        Indicate that full screen mode would be determined by report/document level property.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_FROM_REPORT

        static final java.lang.String PREFERENCE_VALUE_FROM_REPORT
        Indicates preference value comes from REPORT definition used for grid preference: merge column header
        See Also:
        Constant Field Values
      • PREFERENCE_LOCALE_DEFAULT

        static final java.lang.String PREFERENCE_LOCALE_DEFAULT
        Default value for the preference corresponding to the Locale. This value indicates the locale should be taken from the client's language option selected on his/her browser.

        Note: in this version the constant value has changed from the original "0000" in 8.0 to "-1", which requires recompiling all custom code that references this constant.

        Since:
        MicroStrategy Web 8.0.0
      • PREFERENCE_VIEWMODE_LIST

        static final java.lang.String PREFERENCE_VIEWMODE_LIST
        Allowed value for the WebPreferenceConfigurationViewMode preference, indicating configuration objects will be rendered with a list style.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PREFERENCE_VIEWMODE_ICON

        static final java.lang.String PREFERENCE_VIEWMODE_ICON
        Allowed value for the WebPreferenceConfigurationViewMode preference, indicating configuration objects will be rendered with an icon style.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_GRAPH_USE_USER_SIZE

        static final java.lang.String PREFERENCE_VALUE_GRAPH_USE_USER_SIZE
        Value of the WebPreferenceGraphSize preference when the user specifies fixed dimensions for the graph width and height.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_GRAPH_USE_REPORT_SIZE

        static final java.lang.String PREFERENCE_VALUE_GRAPH_USE_REPORT_SIZE
        Value of the WebPreferenceGraphSize preference when the user specifies to use the dimensions of the graph defined in the report
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_VI_EXEC_MODE_HTML5

        static final java.lang.String PREFERENCE_VALUE_VI_EXEC_MODE_HTML5
        Execute VI always in HTML 5
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_VI_EXEC_MODE_SMART

        static final java.lang.String PREFERENCE_VALUE_VI_EXEC_MODE_SMART
        Execute VI smartly, first try HTML5, if it's not supported by the browser, use flash.
        See Also:
        Constant Field Values
      • PREFERENCE_VALUE_VI_EXEC_MODE_FLASH

        static final java.lang.String PREFERENCE_VALUE_VI_EXEC_MODE_FLASH
        Execute VI always in HTML 5
        See Also:
        Constant Field Values
      • WebPreferenceIframeDisabled

        static final java.lang.String WebPreferenceIframeDisabled
        Indicates iframes are disabled
        See Also:
        Constant Field Values
      • WebPreferenceUseCacheForReportDesignMode

        static final java.lang.String WebPreferenceUseCacheForReportDesignMode
        Preference to indicate if we need to use the cache flags for report execution in design mode. This preference is not exposed in the GUI.
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebPreferenceFolderViewMode

        static final java.lang.String WebPreferenceFolderViewMode
        Indicates the folder style user has selected to use on the folder pages.
        See Also:
        Constant Field Values
      • WebPreferenceExplorerViewMode

        static final java.lang.String WebPreferenceExplorerViewMode
        Indicates the format style user has selected to use on the object explorer.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceAllObjectBrowserViewMode

        static final java.lang.String WebPreferenceAllObjectBrowserViewMode
        Indicates the format style user has selected to use on the All Object Browser tab in report page.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceFilterObjectBrowserViewMode

        static final java.lang.String WebPreferenceFilterObjectBrowserViewMode
        Indicates the format style user has selected to use on the All Object Browser tab in filter page
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceSubscriptionsViewMode

        static final java.lang.String WebPreferenceSubscriptionsViewMode
        Indicates the subscription style user has selected to use.
        See Also:
        Constant Field Values
      • WebPreferenceNCSubscriptionsViewMode

        static final java.lang.String WebPreferenceNCSubscriptionsViewMode
        Indicates the nc subscription style user has selected to use.
        See Also:
        Constant Field Values
      • WebPreferenceUserManagerViewModeType

        static final java.lang.String WebPreferenceUserManagerViewModeType
        Indicates the user manager style type the user has selected to use.
        For example, 1 indicates to use icon view.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceSecurityRolesViewMode

        static final java.lang.String WebPreferenceSecurityRolesViewMode
        Indicates the security roles style user has selected to use
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceKeepItemInCartAvailable

        static final java.lang.String WebPreferenceKeepItemInCartAvailable
        Indicates whether a selected item in cart's From list should be removed.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebPreferenceLocale

        static final java.lang.String WebPreferenceLocale
        The interface or display locale key.
        See Also:
        Constant Field Values
      • WebPreferenceMessagesLocale

        static final java.lang.String WebPreferenceMessagesLocale
        The I-Server messages locale key.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceServerLocale

        static final java.lang.String WebPreferenceServerLocale
        The number and date locale key.
        See Also:
        Constant Field Values
      • WebPreferenceMetadataLocale

        static final java.lang.String WebPreferenceMetadataLocale
        The metadata locale key.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceWarehouseDataLocale

        static final java.lang.String WebPreferenceWarehouseDataLocale
        The warehouse data locale key.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceUnits

        static final java.lang.String WebPreferenceUnits
        Indicates the Measurement Units
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceTimeZone

        static final java.lang.String WebPreferenceTimeZone
        Indicates the Time Zone
        See Also:
        Constant Field Values
      • WebPreferenceUseDHTML

        static final java.lang.String WebPreferenceUseDHTML
        Indicates if dhtml is enabled or disabled
        See Also:
        Constant Field Values
      • WebPreferenceDesignModeWithoutAnsweringPrompts

        static final java.lang.String WebPreferenceDesignModeWithoutAnsweringPrompts
        Indicates if we permit enter design mode without answering prompts or not
        See Also:
        Constant Field Values
      • WebPreferenceExecuteFilterTemplate

        @Deprecated
        static final java.lang.String WebPreferenceExecuteFilterTemplate
        Deprecated.
        We do not support this feature as of 9.3.1
        Indicates if template filter execution is allowed
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceShowFooterPath

        static final java.lang.String WebPreferenceShowFooterPath
        Indicates if we will show the footer folder browsing path
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceShowShortcutsBar

        static final java.lang.String WebPreferenceShowShortcutsBar
        Indicates if we will show the footer folder browsing path
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceEnableNCS

        static final java.lang.String WebPreferenceEnableNCS
        Indicates if Narrowcast Server functionality is enabled
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceEnableMMT

        @Deprecated
        static final java.lang.String WebPreferenceEnableMMT
        Deprecated.
        not used anymore
        Indicates if MMT link access is enabled
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceMMTAddress

        @Deprecated
        static final java.lang.String WebPreferenceMMTAddress
        Deprecated.
        not used anymore
        Indicates the MMT access link
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceAllowDHTML

        static final java.lang.String WebPreferenceAllowDHTML
        Indicates if the user can modify the useDHTML preference
        See Also:
        Constant Field Values
      • WebPreferenceAccessibility

        static final java.lang.String WebPreferenceAccessibility
        Indicate if 508 mode is enabled
        See Also:
        Constant Field Values
      • WebPreferenceDDMenu

        static final java.lang.String WebPreferenceDDMenu
        Indicates id dynamic menus will open on click or on mouse over
        See Also:
        Constant Field Values
      • WebPreferenceMaxSearchResult

        static final java.lang.String WebPreferenceMaxSearchResult
        Maximum number of objects to return on each search
        See Also:
        Constant Field Values
      • WebPreferenceEnableQuickSearch

        static final java.lang.String WebPreferenceEnableQuickSearch
        Indicate whether to enable Quick Search
        Since:
        MicroStrategy Web 9.2.2
        See Also:
        Constant Field Values
      • WebPreferenceEnableSearchAutoComplete

        static final java.lang.String WebPreferenceEnableSearchAutoComplete
        Indicate whether to enable AutoComplete for Search
        Since:
        MicroStrategy Web 9.2.2
        See Also:
        Constant Field Values
      • WebPreferenceSearchAutoCompleteDelay

        static final java.lang.String WebPreferenceSearchAutoCompleteDelay
        type ahead delay for search autoComplete
        Since:
        MicroStrategy Web 9.2.2
        See Also:
        Constant Field Values
      • WebPreferenceEnableGridViewSearch

        static final java.lang.String WebPreferenceEnableGridViewSearch
        indicate whether to enable search functionality in report grid view
        Since:
        MicroStrategy Web 9.3
        See Also:
        Constant Field Values
      • WebPreferenceGridSearchObjectTypes

        static final java.lang.String WebPreferenceGridSearchObjectTypes
        The list of object types to be applied in report grid view search
        See Also:
        Constant Field Values
      • WebPreferenceSearchObjectTypes

        static final java.lang.String WebPreferenceSearchObjectTypes
        See Also:
        Constant Field Values
      • WebPreferenceMaxSort

        static final java.lang.String WebPreferenceMaxSort
        Maximum number of sort keys on the project level.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceHierarchicalSort

        static final java.lang.String WebPreferenceHierarchicalSort
        Indicates if always do a hierarchical sort from the Grid or Only in Outline Mode
        Since:
        MicroStrategy Web Polaris
        See Also:
        Constant Field Values
      • WebPreferenceSearchWorkingSet

        static final java.lang.String WebPreferenceSearchWorkingSet
        User's working set size
        See Also:
        Constant Field Values
      • WebPreferenceMaxWaitTime

        static final java.lang.String WebPreferenceMaxWaitTime
        Wait page refresh rate
        See Also:
        Constant Field Values
      • WebPreferenceAdminInfo

        static final java.lang.String WebPreferenceAdminInfo
        Admin info to display in case of errors
        See Also:
        Constant Field Values
      • WebPreferenceObjectsBlockCount

        static final java.lang.String WebPreferenceObjectsBlockCount
        Number of objects to display in the object browser
        See Also:
        Constant Field Values
      • WebPreferenceElementsBlockCount

        static final java.lang.String WebPreferenceElementsBlockCount
        Number of elements to display in the object browser
        See Also:
        Constant Field Values
      • WebPreferenceHideMyReportsLink

        static final java.lang.String WebPreferenceHideMyReportsLink
        Indicates if the My Reports link will be hidden from the user if s/he does not have Save privileges
        See Also:
        Constant Field Values
      • WebPreferenceStartPageSource

        static final java.lang.String WebPreferenceStartPageSource
        Indicates the type of Start Page source it will be used: Custom, Default or Current. This enumeration value does not correspond to an actual preference saved for the user.
        See Also:
        Constant Field Values
      • WebPreferenceStartPage

        static final java.lang.String WebPreferenceStartPage
        URL the user has selected as the Start Page to use after logging in
        See Also:
        Constant Field Values
      • WebPreferenceStartPageName

        static final java.lang.String WebPreferenceStartPageName
        Name of the selected Start Page
        See Also:
        Constant Field Values
      • WebPreferenceColorTheme

        static final java.lang.String WebPreferenceColorTheme
        Name of the selected Color Theme
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceStartPageCustom

        static final java.lang.String WebPreferenceStartPageCustom
        Indicates the custom start page the user could have selected while defining the preference. This enumeration value does not correspond to an actual preference saved for the user, that shall be WebPreferenceStartPage
        See Also:
        Constant Field Values
      • WebPreferenceStartPageCustomName

        static final java.lang.String WebPreferenceStartPageCustomName
        Indicates the name of the custom start page selected by the user. This enumeration value does not correspond to an actual preference saved for the user, that shall be WebPreferenceStartPageName
        See Also:
        Constant Field Values
      • WebPreferenceStartPageCurrent

        static final java.lang.String WebPreferenceStartPageCurrent
        Indicates the name of the current start page selected by the user. This enumeration value does not correspond to an actual preference saved for the user, that shall be WebPreferenceStartPage
        See Also:
        Constant Field Values
      • WebPreferenceStartPageCurrentName

        static final java.lang.String WebPreferenceStartPageCurrentName
        Indicates the name of the current start page selected by the user. This enumeration value does not correspond to an actual preference saved for the user, that shall be WebPreferenceStartPageName
        See Also:
        Constant Field Values
      • WebPreferenceReportReexecute

        static final java.lang.String WebPreferenceReportReexecute
        Reexecute/refesh reports
        See Also:
        Constant Field Values
      • WebPreferenceUseEmbeddedFilter

        static final java.lang.String WebPreferenceUseEmbeddedFilter
        Use embeded filter
        See Also:
        Constant Field Values
      • WebPreferenceSharedReportsFolderID

        static final java.lang.String WebPreferenceSharedReportsFolderID
        ID of the folder to use as Shared Reports
        See Also:
        Constant Field Values
      • WebPreferenceSharedReportsFolderName

        static final java.lang.String WebPreferenceSharedReportsFolderName
        Name of the folder to use as Shared Reports
        See Also:
        Constant Field Values
      • WebPreferenceFontSizeOption

        static final java.lang.String WebPreferenceFontSizeOption
        Whether to use the Application's font size
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceFontSize

        static final java.lang.String WebPreferenceFontSize
        Application's font size
        See Also:
        Constant Field Values
      • WebPreferenceFontFamilyOption

        static final java.lang.String WebPreferenceFontFamilyOption
        Whether to use the Application's font face
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceFontFamily

        static final java.lang.String WebPreferenceFontFamily
        Application's font face
        See Also:
        Constant Field Values
      • WebPreferenceScheduledEmailMessageLength

        static final java.lang.String WebPreferenceScheduledEmailMessageLength
        The length of the message allowed for the scheduled email and send now features.
        See Also:
        Constant Field Values
      • WebPreferenceTrimWarehouseData

        static final java.lang.String WebPreferenceTrimWarehouseData
        Specifies whether to trim leading and trailing white space for warehouse element data.
        Since:
        MicroStrategy Web 7.5.1
        See Also:
        Constant Field Values
      • WebPreferenceBoneProperty

        static final java.lang.String WebPreferenceBoneProperty
        The property of the resizable component
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceCancelRequests

        static final java.lang.String WebPreferenceCancelRequests
        Preference to indicate Cancel Requests on logout flag value
        See Also:
        Constant Field Values
      • WebPreferencePromptCancelRequests

        static final java.lang.String WebPreferencePromptCancelRequests
        Prompt user to cancel requests on logout
        See Also:
        Constant Field Values
      • WebPreferenceRemoveJobs

        static final java.lang.String WebPreferenceRemoveJobs
        Preference to indicate Remove Jobs on logout flag value
        See Also:
        Constant Field Values
      • WebPreferencePromptRemoveJobs

        static final java.lang.String WebPreferencePromptRemoveJobs
        Prompt user to remove jobs on logout
        See Also:
        Constant Field Values
      • WebPreferenceUseSecurityPlugIn

        static final java.lang.String WebPreferenceUseSecurityPlugIn
        Use Security plugin. This preference has no effect on the application.
        See Also:
        Constant Field Values
      • WebPreferenceSecurityPlugInClass

        static final java.lang.String WebPreferenceSecurityPlugInClass
        Secirity plugin class. This preference has no effect on the application.
        See Also:
        Constant Field Values
      • WebPreferenceEncryptUserCredentials

        static final java.lang.String WebPreferenceEncryptUserCredentials
        Encrypt user credentials. This preference has no effect on the application.
        See Also:
        Constant Field Values
      • WebPreferenceProjectAlias

        static final java.lang.String WebPreferenceProjectAlias
        Alias name for project.
        See Also:
        Constant Field Values
      • WebPreferenceProjectIndex

        static final java.lang.String WebPreferenceProjectIndex
        Project index, to be used for sorting projects when being displayed
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceBrowserSettings

        static final java.lang.String WebPreferenceBrowserSettings
        Preference that represents the user's Permanent Browser Settings value. To be accessed if the PreferencesBrowserSettings implementation is used.
        See Also:
        Constant Field Values
      • WebPreferenceTemporalBrowserSettings

        static final java.lang.String WebPreferenceTemporalBrowserSettings
        Preference that represents the user's Temporary Browser Settings value. To be accessed if the PreferencesBrowserSettings implementation is used.
        See Also:
        Constant Field Values
      • DRILL_OPTION_DRILL_ANYWHERE

        static final java.lang.String DRILL_OPTION_DRILL_ANYWHERE
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_DRILL_HYPERLINKS

        static final java.lang.String DRILL_OPTION_DRILL_HYPERLINKS
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_SIMPLE_DRILL

        static final java.lang.String DRILL_OPTION_SIMPLE_DRILL
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_NO_DRILL

        static final java.lang.String DRILL_OPTION_NO_DRILL
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_REPORT_DEFINITION

        static final java.lang.String DRILL_OPTION_REPORT_DEFINITION
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_ALLOW_DRILL_WITHIN

        static final java.lang.String DRILL_OPTION_ALLOW_DRILL_WITHIN
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_WITHIN_AUTOMATIC

        static final java.lang.String DRILL_WITHIN_AUTOMATIC
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_WITHIN_MENU_LOCATION

        static final java.lang.String DRILL_WITHIN_MENU_LOCATION
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_WITHIN_ALWAYS_NEW_REPORT

        static final java.lang.String DRILL_WITHIN_ALWAYS_NEW_REPORT
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_RETAIN_PARENT_YES

        static final java.lang.String DRILL_OPTION_RETAIN_PARENT_YES
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_RETAIN_PARENT_NO

        static final java.lang.String DRILL_OPTION_RETAIN_PARENT_NO
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_RETAIN_PARENT_REPORT_DEFINITION

        static final java.lang.String DRILL_OPTION_RETAIN_PARENT_REPORT_DEFINITION
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_RETAIN_THRESHOLD_YES

        static final java.lang.String DRILL_OPTION_RETAIN_THRESHOLD_YES
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_RETAIN_THRESHOLD_NO

        static final java.lang.String DRILL_OPTION_RETAIN_THRESHOLD_NO
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DRILL_OPTION_RETAIN_THRESHOLD_REPORT_DEFINITION

        static final java.lang.String DRILL_OPTION_RETAIN_THRESHOLD_REPORT_DEFINITION
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ADVANCED_DRILLING_RMC_DISPLAY_DEFAULT

        static final java.lang.String ADVANCED_DRILLING_RMC_DISPLAY_DEFAULT
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ADVANCED_DRILLING_RMC_DISPLAY_SUBMENU

        static final java.lang.String ADVANCED_DRILLING_RMC_DISPLAY_SUBMENU
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceDrillMode

        static final java.lang.String WebPreferenceDrillMode
        Drill options for normal reports
        See Also:
        Constant Field Values
      • WebPreferenceRWDrillMode

        static final java.lang.String WebPreferenceRWDrillMode
        Drill options for grids in RWD
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceRWDrillWithinMode

        static final java.lang.String WebPreferenceRWDrillWithinMode
        Drill within behavior for grids in RWD
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceDrillKeepParent

        static final java.lang.String WebPreferenceDrillKeepParent
        Keep parent information while drilling
        See Also:
        Constant Field Values
      • WebPreferenceDrillRetainThresholds

        static final java.lang.String WebPreferenceDrillRetainThresholds
        Retain thresholds while drilling
        See Also:
        Constant Field Values
      • WebPreferenceEnableContextMenuDrill

        static final java.lang.String WebPreferenceEnableContextMenuDrill
        Enable context menu drilling
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceGroupContextMenuDrillPathsByType

        static final java.lang.String WebPreferenceGroupContextMenuDrillPathsByType
        Groupd drill paths in context menu by drill type.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceDrillDisableHyperlinkDrill

        static final java.lang.String WebPreferenceDrillDisableHyperlinkDrill
        Disable hyperlink drilling
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceDrillShowMetricValueRMC

        static final java.lang.String WebPreferenceDrillShowMetricValueRMC
        Display context sensitive menu
        Since:
        MicroStrategy Web 7.5.0
        See Also:
        Constant Field Values
      • WebPreferenceDrillShowMetricValueLink

        static final java.lang.String WebPreferenceDrillShowMetricValueLink
        Display default drilling path as a link
        Since:
        MicroStrategy Web 7.5.0
        See Also:
        Constant Field Values
      • WebPreferenceAdvancedDrillingContextMenuDisplay

        static final java.lang.String WebPreferenceAdvancedDrillingContextMenuDisplay
        Show Advanced Drill Options in Editor or Menu.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceSortSetNamesAndDrillPaths

        static final java.lang.String WebPreferenceSortSetNamesAndDrillPaths
        Sort Set names and drill paths alphabetically in the RMC for advanced drilling.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceDrillOpenInNewWindow

        static final java.lang.String WebPreferenceDrillOpenInNewWindow
        Open the drilled report in a new window
        Since:
        MicroStrategy Web 7.5.4
        See Also:
        Constant Field Values
      • GRAPH_IMAGE_TYPE_REPORT

        static final java.lang.String GRAPH_IMAGE_TYPE_REPORT
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • GRAPH_IMAGE_TYPE_GIF

        static final java.lang.String GRAPH_IMAGE_TYPE_GIF
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • GRAPH_IMAGE_TYPE_JPEG

        static final java.lang.String GRAPH_IMAGE_TYPE_JPEG
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • GRAPH_IMAGE_TYPE_PNG

        static final java.lang.String GRAPH_IMAGE_TYPE_PNG
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • GRAPH_IMAGE_TYPE_BMP

        static final java.lang.String GRAPH_IMAGE_TYPE_BMP
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • GRAPH_USE_REPORT_SIZE

        static final java.lang.String GRAPH_USE_REPORT_SIZE
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • GRAPH_USE_USER_SIZE

        static final java.lang.String GRAPH_USE_USER_SIZE
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceGraphSize

        static final java.lang.String WebPreferenceGraphSize
        Preference that represents the Report Graph Size to use while rendering graphs
        See Also:
        Constant Field Values
      • WebPreferenceGraphWidth

        static final java.lang.String WebPreferenceGraphWidth
        Preference that represents the Report Graph Width to use while rendering graphs
        See Also:
        Constant Field Values
      • WebPreferenceGraphHeight

        static final java.lang.String WebPreferenceGraphHeight
        Preference that represents the Report Graph Height to use while rendering graphs
        See Also:
        Constant Field Values
      • WebPreferenceGraphImageFormat

        static final java.lang.String WebPreferenceGraphImageFormat
        Preference that represents the Report Graph Format to use while rendering graphs
        See Also:
        Constant Field Values
      • WebPreferenceGraphShowGridGraph

        static final java.lang.String WebPreferenceGraphShowGridGraph
        Show grid along with the report graph
        See Also:
        Constant Field Values
      • WebPreferenceGridUseBuiltInFormat

        static final java.lang.String WebPreferenceGridUseBuiltInFormat
        Use css style information included on the report
        See Also:
        Constant Field Values
      • WebPreferenceGridDefaultGridStyle

        static final java.lang.String WebPreferenceGridDefaultGridStyle
        Default grid style
        See Also:
        Constant Field Values
      • WebPreferenceGridMergeColumHeader

        @Deprecated
        static final java.lang.String WebPreferenceGridMergeColumHeader
        Deprecated.
        This value is not used by application anymore. Merge Column Headers is a report-level setting.
        Merge columns headers
        See Also:
        Constant Field Values
      • WebPreferenceGridMaxRows

        static final java.lang.String WebPreferenceGridMaxRows
        Grid rows per page
        See Also:
        Constant Field Values
      • WebPreferenceGridMaxColumns

        static final java.lang.String WebPreferenceGridMaxColumns
        Grid columns per page
        See Also:
        Constant Field Values
      • WebPreferenceGridShowPivot

        static final java.lang.String WebPreferenceGridShowPivot
        Show pivot buttons
        See Also:
        Constant Field Values
      • WebPreferenceGridShowSort

        static final java.lang.String WebPreferenceGridShowSort
        Show sort links
        See Also:
        Constant Field Values
      • WebPreferenceGraphZones

        static final java.lang.String WebPreferenceGraphZones
        Show graph zones
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceGridShowSubtitle

        static final java.lang.String WebPreferenceGridShowSubtitle
        Show template unit subtitle
        See Also:
        Constant Field Values
      • WebPreferenceFullScreenModeDocuments

        static final java.lang.String WebPreferenceFullScreenModeDocuments
        Default full screen mode behavior for RWD.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • WebPreferenceFullScreenModeReports

        static final java.lang.String WebPreferenceFullScreenModeReports
        Default full screen mode behavior for reports.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • WebPreferenceGridAutoPageBy

        static final java.lang.String WebPreferenceGridAutoPageBy
        Automatically page by selected elements
        See Also:
        Constant Field Values
      • WebPreferenceGridShowPageBy

        static final java.lang.String WebPreferenceGridShowPageBy
        Always show page by panel when run a report
        Since:
        MicroStrategy Web 9.3.1
        See Also:
        Constant Field Values
      • WebPreferenceUseImagesForOutlineMode

        static final java.lang.String WebPreferenceUseImagesForOutlineMode
        Automatically page by selected elements
        Since:
        MicroStrategy Web 7.5.1
        See Also:
        Constant Field Values
      • WebPreferenceEnableWSFormsSorting

        static final java.lang.String WebPreferenceEnableWSFormsSorting
        Automatically page by selected elements
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceGridWrapRowHeaders

        static final java.lang.String WebPreferenceGridWrapRowHeaders
        Wrap row headers
        See Also:
        Constant Field Values
      • WebPreferenceGridWrapMetricValues

        static final java.lang.String WebPreferenceGridWrapMetricValues
        Wrap metric values
        See Also:
        Constant Field Values
      • WebPreferenceGridWrapAtCharacterLevel

        static final java.lang.String WebPreferenceGridWrapAtCharacterLevel
        Wrap text at character level in grid
        Since:
        MicroStrategy Web 9.0.1
        See Also:
        Constant Field Values
      • WebPreferenceGridEnableLockHeaders

        static final java.lang.String WebPreferenceGridEnableLockHeaders
        Enable lock grid headers
        See Also:
        Constant Field Values
      • WebPreferenceGridShowReportFilter

        static final java.lang.String WebPreferenceGridShowReportFilter
        Show report filter
        See Also:
        Constant Field Values
      • WebPreferenceGridShowViewFilter

        static final java.lang.String WebPreferenceGridShowViewFilter
        Show view filter
        See Also:
        Constant Field Values
      • WebPreferenceGridShowDescriptionAsTooltip

        static final java.lang.String WebPreferenceGridShowDescriptionAsTooltip
        Show object descriptions as tooltips in grid.
        See Also:
        Constant Field Values
      • WebPreferenceGridAllowLinkDrillingOnHeader

        static final java.lang.String WebPreferenceGridAllowLinkDrillingOnHeader
        Option for allowing link drilling on header
        See Also:
        Constant Field Values
      • WebPreferenceGridDefaultHeaderWidth

        static final java.lang.String WebPreferenceGridDefaultHeaderWidth
        Option for default width for row axis columns
        See Also:
        Constant Field Values
      • WebPreferenceGridDefaultGridWidth

        static final java.lang.String WebPreferenceGridDefaultGridWidth
        Option for default width for data columns
        See Also:
        Constant Field Values
      • INBOX_ADD_AUTOMATICALLY

        static final java.lang.String INBOX_ADD_AUTOMATICALLY
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • INBOX_ADD_MANUAL

        static final java.lang.String INBOX_ADD_MANUAL
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • HTML

        static final java.lang.String HTML
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • EXCEL

        static final java.lang.String EXCEL
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceInboxMode

        static final java.lang.String WebPreferenceInboxMode
        Inbox view mode
        See Also:
        Constant Field Values
      • WebPreferenceInboxReuseMessage

        static final java.lang.String WebPreferenceInboxReuseMessage
        Reuse messages for scheduled reports
        See Also:
        Constant Field Values
      • WebPreferenceWorkingSetSize

        static final java.lang.String WebPreferenceWorkingSetSize
        Working set size
        See Also:
        Constant Field Values
      • WebPreferenceScheduledRWDFormat

        static final java.lang.String WebPreferenceScheduledRWDFormat
        Scheduled Document Format
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebPreferenceKeepScheduledRWDInstanceAvailable

        static final java.lang.String WebPreferenceKeepScheduledRWDInstanceAvailable
        Scheduled Document Instance
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebPreferencePromptsRenameReport

        static final java.lang.String WebPreferencePromptsRenameReport
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferencePromptsMode

        static final java.lang.String WebPreferencePromptsMode
        Prompts view mode
        See Also:
        Constant Field Values
      • WebPreferencePromptsRequiredFirst

        static final java.lang.String WebPreferencePromptsRequiredFirst
        Show required prompts at the beginning of the page
        See Also:
        Constant Field Values
      • WebPreferencePromptsMatchCaseSensitivity

        static final java.lang.String WebPreferencePromptsMatchCaseSensitivity
        Show Match case sensitivity by default
        See Also:
        Constant Field Values
      • WebPreferencePromptsUploadFileExtensions

        static final java.lang.String WebPreferencePromptsUploadFileExtensions
        Upload file extensions
        See Also:
        Constant Field Values
      • WebPreferencePromptsMaxUploadFileSize

        static final java.lang.String WebPreferencePromptsMaxUploadFileSize
        Upload file size
        See Also:
        Constant Field Values
      • WebPreferencePromptsMaxElementsToImport

        static final java.lang.String WebPreferencePromptsMaxElementsToImport
        Maximum number of elements to import
        See Also:
        Constant Field Values
      • WebPreferencePromptsPreserveWhiteSpace

        static final java.lang.String WebPreferencePromptsPreserveWhiteSpace
        Preserve white space when importing from a text file.
        See Also:
        Constant Field Values
      • WebPreferenceExportSection

        static final java.lang.String WebPreferenceExportSection
        Export section
        See Also:
        Constant Field Values
      • WebPreferenceExportFormatGrids

        static final java.lang.String WebPreferenceExportFormatGrids
        Export grid formats
        See Also:
        Constant Field Values
      • WebPreferenceExportPlaintextDelimiter

        static final java.lang.String WebPreferenceExportPlaintextDelimiter
        Delimiter for plain text exporting
        See Also:
        Constant Field Values
      • WebPreferenceExportFormatGraphs

        static final java.lang.String WebPreferenceExportFormatGraphs
        Export graph formats
        See Also:
        Constant Field Values
      • WebPreferenceExportFormatDocuments

        static final java.lang.String WebPreferenceExportFormatDocuments
        Export document formats
        See Also:
        Constant Field Values
      • WebPreferenceExportMetricValuesAsText

        static final java.lang.String WebPreferenceExportMetricValuesAsText
        Export metrics as text
        See Also:
        Constant Field Values
      • WebPreferenceExportHeadersAsText

        static final java.lang.String WebPreferenceExportHeadersAsText
        Export headers as text
        See Also:
        Constant Field Values
      • WebPreferenceExportFilterDetails

        static final java.lang.String WebPreferenceExportFilterDetails
        Include filter details
        See Also:
        Constant Field Values
      • WebPreferenceExportMaxCellsPlainText

        static final java.lang.String WebPreferenceExportMaxCellsPlainText
        Maximum number of cells allowed in text mode
        See Also:
        Constant Field Values
      • WebPreferenceExportMaxCellsHTML

        static final java.lang.String WebPreferenceExportMaxCellsHTML
        Maximum number of cells allowed in html mode
        See Also:
        Constant Field Values
      • WebPreferenceExportPDF

        static final java.lang.String WebPreferenceExportPDF
        Export to pdf
        See Also:
        Constant Field Values
      • WebPreferenceExportShowOptions

        static final java.lang.String WebPreferenceExportShowOptions
        Show export options before exporting
        See Also:
        Constant Field Values
      • WebPreferenceExportReportOfficeRefresh

        static final java.lang.String WebPreferenceExportReportOfficeRefresh
        Allow MicroStrategy Office to refresh Reports after exporting to Excel
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebPreferenceExportExcelVersion

        static final java.lang.String WebPreferenceExportExcelVersion
        Excel version
        This must be a value from EnumExcelVersion
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebPreferencePDFExportSection

        static final java.lang.String WebPreferencePDFExportSection
        PDF Export Section
        See Also:
        Constant Field Values
      • WebPreferencePDFHeaderLeftSection

        static final java.lang.String WebPreferencePDFHeaderLeftSection
        PDF left header section
        See Also:
        Constant Field Values
      • WebPreferencePDFHeaderCenterSection

        static final java.lang.String WebPreferencePDFHeaderCenterSection
        PDF central header section
        See Also:
        Constant Field Values
      • WebPreferencePDFHeaderRightSection

        static final java.lang.String WebPreferencePDFHeaderRightSection
        PDF right header section
        See Also:
        Constant Field Values
      • WebPreferencePDFFooterLeftSection

        static final java.lang.String WebPreferencePDFFooterLeftSection
        PDF left footer section
        See Also:
        Constant Field Values
      • WebPreferencePDFFooterCenterSection

        static final java.lang.String WebPreferencePDFFooterCenterSection
        PDF central footer section
        See Also:
        Constant Field Values
      • WebPreferencePDFFooterRightSection

        static final java.lang.String WebPreferencePDFFooterRightSection
        PDF right footer section
        See Also:
        Constant Field Values
      • WebPreferencePDFShrinkFontPercentage

        static final java.lang.String WebPreferencePDFShrinkFontPercentage
        PDF shrink font percentage
        See Also:
        Constant Field Values
      • WebPreferencePDFScalingOption

        static final java.lang.String WebPreferencePDFScalingOption
        PDF scaling option
        See Also:
        Constant Field Values
      • WebPreferencePDFFitToPagesWide

        static final java.lang.String WebPreferencePDFFitToPagesWide
        PDF fit to pages wide
        See Also:
        Constant Field Values
      • WebPreferencePDFFitToPagesTall

        static final java.lang.String WebPreferencePDFFitToPagesTall
        PDF fit to pages tall
        See Also:
        Constant Field Values
      • WebPreferencePDFPaperOrientationOption

        static final java.lang.String WebPreferencePDFPaperOrientationOption
        PDF paper orientation
        See Also:
        Constant Field Values
      • WebPreferencePDFPaperSize

        static final java.lang.String WebPreferencePDFPaperSize
        PDF paper size
        See Also:
        Constant Field Values
      • WebPreferencePDFMarginSizeLeft

        static final java.lang.String WebPreferencePDFMarginSizeLeft
        PDF left margin size
        See Also:
        Constant Field Values
      • WebPreferencePDFMarginSizeRight

        static final java.lang.String WebPreferencePDFMarginSizeRight
        PDF right margin size
        See Also:
        Constant Field Values
      • WebPreferencePDFMarginSizeTop

        static final java.lang.String WebPreferencePDFMarginSizeTop
        PDF top margin size
        See Also:
        Constant Field Values
      • WebPreferencePDFMarginSizeBottom

        static final java.lang.String WebPreferencePDFMarginSizeBottom
        PDF bottom margin size
        See Also:
        Constant Field Values
      • WebPreferencePDFMaxHeaderSize

        static final java.lang.String WebPreferencePDFMaxHeaderSize
        PDF maximum header size
        See Also:
        Constant Field Values
      • WebPreferencePDFMaxFooterSize

        static final java.lang.String WebPreferencePDFMaxFooterSize
        PDF maximum footer size
        See Also:
        Constant Field Values
      • WebPreferencePDFMaxCells

        static final java.lang.String WebPreferencePDFMaxCells
        PDF maximum cells to export
        See Also:
        Constant Field Values
      • WebPreferencePDFShowOptions

        static final java.lang.String WebPreferencePDFShowOptions
        Show options before exporting
        See Also:
        Constant Field Values
      • WebPreferencePDFCoverPageFilterDetails

        static final java.lang.String WebPreferencePDFCoverPageFilterDetails
        Include cover page with filter details
        See Also:
        Constant Field Values
      • WebPreferencePrintPaperOrientationOption

        static final java.lang.String WebPreferencePrintPaperOrientationOption
        Paper orientation
        See Also:
        Constant Field Values
      • WebPreferencePrintPaperSize

        static final java.lang.String WebPreferencePrintPaperSize
        Paper size
        See Also:
        Constant Field Values
      • WebPreferencePrintHeaderFooterOption

        static final java.lang.String WebPreferencePrintHeaderFooterOption
        Header and footer selection
        See Also:
        Constant Field Values
      • WebPreferencePrintScalingOption

        static final java.lang.String WebPreferencePrintScalingOption
        Print scaling option
        See Also:
        Constant Field Values
      • WebPreferencePrintShrinkFontPercentage

        static final java.lang.String WebPreferencePrintShrinkFontPercentage
        Font shrink percentage
        See Also:
        Constant Field Values
      • WebPreferencePrintFitRowsToPage

        static final java.lang.String WebPreferencePrintFitRowsToPage
        Fit rows to page
        See Also:
        Constant Field Values
      • WebPreferencePrintFitColsToPage

        static final java.lang.String WebPreferencePrintFitColsToPage
        Fot columns to page
        See Also:
        Constant Field Values
      • WebPreferencePrintMarginSizeLeft

        static final java.lang.String WebPreferencePrintMarginSizeLeft
        Left margin size
        See Also:
        Constant Field Values
      • WebPreferencePrintMarginSizeRight

        static final java.lang.String WebPreferencePrintMarginSizeRight
        Right margin size
        See Also:
        Constant Field Values
      • WebPreferencePrintMarginSizeTop

        static final java.lang.String WebPreferencePrintMarginSizeTop
        Top margin size
        See Also:
        Constant Field Values
      • WebPreferencePrintMarginSizeBottom

        static final java.lang.String WebPreferencePrintMarginSizeBottom
        Bottom margin size
        See Also:
        Constant Field Values
      • WebPreferencePrintMaxHeaderSize

        static final java.lang.String WebPreferencePrintMaxHeaderSize
        Maximum header size
        See Also:
        Constant Field Values
      • WebPreferencePrintMaxFooterSize

        static final java.lang.String WebPreferencePrintMaxFooterSize
        Maximum footer size
        See Also:
        Constant Field Values
      • WebPreferencePrintMaxCellsPerBlock

        static final java.lang.String WebPreferencePrintMaxCellsPerBlock
        Maximum cells per block
        See Also:
        Constant Field Values
      • WebPreferencePrintMaxGraphsPerBlock

        static final java.lang.String WebPreferencePrintMaxGraphsPerBlock
        Maximum graphs per block
        See Also:
        Constant Field Values
      • WebPreferencePrintAdminHeaderFile

        static final java.lang.String WebPreferencePrintAdminHeaderFile
        Administrator header file
        See Also:
        Constant Field Values
      • WebPreferencePrintAdminFooterFile

        static final java.lang.String WebPreferencePrintAdminFooterFile
        Administrator footer file
        See Also:
        Constant Field Values
      • WebPreferencePrintSaveSettingsPerReport

        static final java.lang.String WebPreferencePrintSaveSettingsPerReport
        Save print options on a report basis
        See Also:
        Constant Field Values
      • WebPreferencePrintDisplayPopupPrintDialog

        static final java.lang.String WebPreferencePrintDisplayPopupPrintDialog
        Show print options before printing
        See Also:
        Constant Field Values
      • WebPreferencePrintCoverPageFilterDetails

        static final java.lang.String WebPreferencePrintCoverPageFilterDetails
        Include cover page with filter details
        See Also:
        Constant Field Values
      • WebPreferencePrintGridGraphSamePage

        static final java.lang.String WebPreferencePrintGridGraphSamePage
        In case of grid & graph mode, print both on the same page
        See Also:
        Constant Field Values
      • WebPreferencePrintExpandPagebyFields

        static final java.lang.String WebPreferencePrintExpandPagebyFields
        Expand page by fields
        See Also:
        Constant Field Values
      • WebPreferencePrintShowOptionsOnPrint

        static final java.lang.String WebPreferencePrintShowOptionsOnPrint
        Show print options before printing
        See Also:
        Constant Field Values
      • WebPreferencePrintMaxRowsPerPage

        static final java.lang.String WebPreferencePrintMaxRowsPerPage
        Rows per page
        See Also:
        Constant Field Values
      • WebPreferencePrintDefaultRowsPerPage

        static final java.lang.String WebPreferencePrintDefaultRowsPerPage
        Default rows per page
        See Also:
        Constant Field Values
      • WebPreferencePrintMaxColsPerPage

        static final java.lang.String WebPreferencePrintMaxColsPerPage
        Columns per page
        See Also:
        Constant Field Values
      • WebPreferencePrintDefaultColsPerPage

        static final java.lang.String WebPreferencePrintDefaultColsPerPage
        Default columns per page
        See Also:
        Constant Field Values
      • WebPreferencePrintGridRowsPerPage

        static final java.lang.String WebPreferencePrintGridRowsPerPage
        Grid rows per page
        See Also:
        Constant Field Values
      • WebPreferencePrintGridColsPerPage

        static final java.lang.String WebPreferencePrintGridColsPerPage
        Grid columns per apge
        See Also:
        Constant Field Values
      • WebPreferencePrintHeaderLeftSection

        static final java.lang.String WebPreferencePrintHeaderLeftSection
        Left header section
        See Also:
        Constant Field Values
      • WebPreferencePrintHeaderCenterSection

        static final java.lang.String WebPreferencePrintHeaderCenterSection
        Central header section
        See Also:
        Constant Field Values
      • WebPreferencePrintHeaderRightSection

        static final java.lang.String WebPreferencePrintHeaderRightSection
        Right header section
        See Also:
        Constant Field Values
      • WebPreferencePrintFooterLeftSection

        static final java.lang.String WebPreferencePrintFooterLeftSection
        Left footer section
        See Also:
        Constant Field Values
      • WebPreferencePrintFooterCenterSection

        static final java.lang.String WebPreferencePrintFooterCenterSection
        Central footer section
        See Also:
        Constant Field Values
      • WebPreferencePrintFooterRightSection

        static final java.lang.String WebPreferencePrintFooterRightSection
        Right footer section
        See Also:
        Constant Field Values
      • WebPreferencePrintDisableDHTMLPrinting

        static final java.lang.String WebPreferencePrintDisableDHTMLPrinting
        Right footer section
        See Also:
        Constant Field Values
      • WebPreferenceDpiConversion

        static final java.lang.String WebPreferenceDpiConversion
        DPI conversion
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceGridDensity

        static final java.lang.String WebPreferenceGridDensity
        Alignment Grid Density
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceDocumentExecutionMode

        static final java.lang.String WebPreferenceDocumentExecutionMode
        Define default execution (view) mode for Report Services documents
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebPreferenceLayoutAlignmentMode

        static final java.lang.String WebPreferenceLayoutAlignmentMode
        Define default layout alignment of document in presentation mode
        Since:
        MicroStrategy Web 10.3
        See Also:
        Constant Field Values
      • WebPreferencePDFPrint

        @Deprecated
        static final java.lang.String WebPreferencePDFPrint
        Deprecated.
        this is always true
        Whether to display PDF as printing
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferencePDFAdminHeaderFile

        static final java.lang.String WebPreferencePDFAdminHeaderFile
        Administrator header file for PDF
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferencePDFAdminFooterFile

        static final java.lang.String WebPreferencePDFAdminFooterFile
        Administrator footer file for PDF
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceGridDefaultGridStyleID

        static final java.lang.String WebPreferenceGridDefaultGridStyleID
        Default grid style
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceMarqueeSelectionStyle

        static final java.lang.String WebPreferenceMarqueeSelectionStyle
        RW marquee select inclusion style.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceOfficeExportRefresh

        static final java.lang.String WebPreferenceOfficeExportRefresh
        Allow MicroStrategy Office to refresh Documents after exporting to Excel
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceFloatingApplySelectorButton

        static final java.lang.String WebPreferenceFloatingApplySelectorButton
        Allow displaying the floating apply button for selectors
        Since:
        MicroStrategy Web 8.1.1
        See Also:
        Constant Field Values
      • WebPreferenceDefaultLoginMode

        static final java.lang.String WebPreferenceDefaultLoginMode
        Indicates which is the default login mode selected when trying to connect to a project. Unsessioned preference.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceDefaultWebLoginMode

        static final java.lang.String WebPreferenceDefaultWebLoginMode
        Indicates which is the default web login mode selected when trying to connect to a project. Unsessioned preference.
        See Also:
        Constant Field Values
      • WebPreferenceEnabledLoginMode

        static final java.lang.String WebPreferenceEnabledLoginMode
        Indicates which are the login modes enabled when trying to connect to a project. Unsessioned preference.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceEnabledWebLoginMode

        static final java.lang.String WebPreferenceEnabledWebLoginMode
        Indicates which are the web login modes enabled when trying to connect to a project. Unsessioned preference.
        See Also:
        Constant Field Values
      • WebPreferenceOverrideProjectLoginModes

        static final java.lang.String WebPreferenceOverrideProjectLoginModes
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferencePDFExpandPageByFields

        static final java.lang.String WebPreferencePDFExpandPageByFields
        Expand page by fields for PDF
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferencePDFUseBMPGraphs

        static final java.lang.String WebPreferencePDFUseBMPGraphs
        Use BMP Graphs for PDF
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferencePDFEmbedFonts

        static final java.lang.String WebPreferencePDFEmbedFonts
        Embed Fonts for PDF
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceSaveAsPromptOption

        static final java.lang.String WebPreferenceSaveAsPromptOption
        Indicates if the report is to be saved a prompted or not prompted
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceSaveAsFilterTemplatePromptOption

        static final java.lang.String WebPreferenceSaveAsFilterTemplatePromptOption
        Indicates if the prompt is to be kept on the filter, template or both
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceSaveAsKeepFilterManipulations

        static final java.lang.String WebPreferenceSaveAsKeepFilterManipulations
        Indicates if the manipulations on the filter are to be retained
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceSaveAsKeepPromptAnswers

        static final java.lang.String WebPreferenceSaveAsKeepPromptAnswers
        Indicates if the prompt answers are to be remebered
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceSaveAsLinkTemplate

        static final java.lang.String WebPreferenceSaveAsLinkTemplate
        Indicates if the template is to be linked
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceSaveAsLinkFilter

        static final java.lang.String WebPreferenceSaveAsLinkFilter
        Indicates if the filter is to be linked
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferencePDFGridGraphSamePage

        static final java.lang.String WebPreferencePDFGridGraphSamePage
        Grid and Graph on the same page for PDF
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferencePDFDraftQualityGraphs

        static final java.lang.String WebPreferencePDFDraftQualityGraphs
        Grid and Graph on the same page for PDF
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceExportReuseNewWindow

        static final java.lang.String WebPreferenceExportReuseNewWindow
        Re-use new window for each export, print, PDF action
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebPreferenceShowTemplates

        static final java.lang.String WebPreferenceShowTemplates
        Use embeded filter
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceExportExpandPageByFields

        static final java.lang.String WebPreferenceExportExpandPageByFields
        Expand page by fields when exporting to Excel with formatting
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebPreferenceExportUseSeparateSheets

        static final java.lang.String WebPreferenceExportUseSeparateSheets
        Use separate pages when exporting to Excel with formatting
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebPreferenceExportUseLiveChartGraphs

        static final java.lang.String WebPreferenceExportUseLiveChartGraphs
        Use live charts for graphs when exporting to Excel with formatting
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebPreferenceExportOverlapGridTitles

        static final java.lang.String WebPreferenceExportOverlapGridTitles
        Overlap grid titles when exporting to Excel with formatting
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebPreferenceShowPromptDetails

        static final java.lang.String WebPreferenceShowPromptDetails
        Show Prompt Details Pane in the report Page
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebPreferenceMultiLayoutDocTabStripPosition

        static final java.lang.String WebPreferenceMultiLayoutDocTabStripPosition
        Multi-Layout document tab strip position
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferencePromptShowObjectDescription

        static final java.lang.String WebPreferencePromptShowObjectDescription
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceDefaultApplyOption

        static final java.lang.String WebPreferenceDefaultApplyOption
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebPreferenceExcelExportFloatImages

        static final java.lang.String WebPreferenceExcelExportFloatImages
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebPreferenceDocumentWidthMode

        static final java.lang.String WebPreferenceDocumentWidthMode
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebPreferenceDocumentSectionHeightMode

        static final java.lang.String WebPreferenceDocumentSectionHeightMode
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebPreferenceEmbedFontsIVEFlash

        static final java.lang.String WebPreferenceEmbedFontsIVEFlash
        See Also:
        Constant Field Values
      • WebPreferenceVisualizationsXMLAccessMethod

        static final java.lang.String WebPreferenceVisualizationsXMLAccessMethod
        Defines the access method to use to pass the report/document XML on the FlashVars for visualizations.
        • 0 - XML directly - "CustomXML" flashVar
        • 1 - URL to get the XML - "CustomURL" flashVar
        • 2 - URL to get the XML using the tasks infrastructure - "CustomURL" flashVar
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • WebPreferenceUserPalette

        static final java.lang.String WebPreferenceUserPalette
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • WebPreferenceEnableVisEditor

        static final java.lang.String WebPreferenceEnableVisEditor
        Whether to allow users to open the Custom Visualizations Editor
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • WebPreferenceRunUponLogin

        static final java.lang.String WebPreferenceRunUponLogin
        Allows tasks conditioned upon Web server version to run upon login.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • WebPreferenceFilterVisPulldown

        static final java.lang.String WebPreferenceFilterVisPulldown
        Filter Visualizations pulldown with visualizations of the current view mode
        Since:
        MicroStrategy Web 8.1.1
        See Also:
        Constant Field Values
      • WebPreferencePageHistoryCapacity

        static final java.lang.String WebPreferencePageHistoryCapacity
        Determines the size of the Page History (used for Back and Forward buttons)
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceNewHistoryListMessageUponReprompt

        static final java.lang.String WebPreferenceNewHistoryListMessageUponReprompt
        Whether reprompting a history list message will result in a new message.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceShowEmptyGridAxesInViewMode

        static final java.lang.String WebPreferenceShowEmptyGridAxesInViewMode
        Determines whether to show the grid empty axis drop zones in view mode.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceShowGraphDropZonesInViewMode

        static final java.lang.String WebPreferenceShowGraphDropZonesInViewMode
        Determines whether to show the graph drop zones in view mode.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceShowGraphScroller

        static final java.lang.String WebPreferenceShowGraphScroller
        Determines whether to display graph incremental fetch using scroll bars.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceShowDataLabelsOnGraphScroller

        static final java.lang.String WebPreferenceShowDataLabelsOnGraphScroller
        Determines if we need to show data labels on the scroller for graphs. Based on this preference, we will fetch the series or categories labels for the graph
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceUseWebBlocksForPromptDisplay

        static final java.lang.String WebPreferenceUseWebBlocksForPromptDisplay
        Determines whether the prompts display uses the Web Blocks infrastructure.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceShowObjectDescription

        static final java.lang.String WebPreferenceShowObjectDescription
        Determines whether how to show object descriptions in prompt.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceCreateDSCachesOnRWExecution

        static final java.lang.String WebPreferenceCreateDSCachesOnRWExecution
        Determines whether the subscription to history list will create a MicroStrategy server cache if none exists
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceMQDefaultOperator

        static final java.lang.String WebPreferenceMQDefaultOperator
        Default operator for Metric Qualification prompt.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceAQHQDefaultOperator

        static final java.lang.String WebPreferenceAQHQDefaultOperator
        Default operator for Attribute Qualification prompt and Hierarchy prompt.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceExcelReportHeader

        static final java.lang.String WebPreferenceExcelReportHeader
        Report header for Excel
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceExcelReportHeaderLocation

        static final java.lang.String WebPreferenceExcelReportHeaderLocation
        Location of the report header for Excel
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceExcelReportFooter

        static final java.lang.String WebPreferenceExcelReportFooter
        Report footer for Excel
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferencePDFReportHeader

        static final java.lang.String WebPreferencePDFReportHeader
        Report header for PDF
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceExcelEmbedImages

        static final java.lang.String WebPreferenceExcelEmbedImages
        Whether to embed the images in the excel file
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferencePDFCoverPageLocation

        static final java.lang.String WebPreferencePDFCoverPageLocation
        The location of the cover page used when exporting a report for PDF.
        "0" = With Filter Details "1" = With Report Details
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferencePDFCoverPageDetailsContents

        static final java.lang.String WebPreferencePDFCoverPageDetailsContents
        The contents of the cover page used when exporting a report for PDF.
        "0" = Before report "1" = After report
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceAutoExpandAttributeInHierarchy

        static final java.lang.String WebPreferenceAutoExpandAttributeInHierarchy
        Enable/Disable auto expand behavior in hierarchy prompt. When auto expanding enabled, if there is only one hierarchy to start with, the hierarchy will be auto expanded; if there is only one attribute in the hierarchy, the attribute will be auto expanded. "0" = Disable "1" = Enable
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceShowSingleFilterInHierarchy

        static final java.lang.String WebPreferenceShowSingleFilterInHierarchy
        Enable/Disable showing single filter in hierarchy browsing tree. When this is enabled, the single filter will be shown in the tree. If this is disabled (default), the single filter will not be shown. When this preference is set to false, we will automatically override WebPreferenceAutoExpandAttributeInHierarchy, to always auto expanding to true.
        See Also:
        Constant Field Values
      • WebPreferenceShowAdvancedSaveOptions

        static final java.lang.String WebPreferenceShowAdvancedSaveOptions
        Determines whether to show the advanced save options in the report save as dialog
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceProjectHeader

        static final java.lang.String WebPreferenceProjectHeader
        Determines the project header that will be displayed after the "dockTop" section on MicroStrategy Web
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceExportReportTitle

        static final java.lang.String WebPreferenceExportReportTitle
        Whether to include the report title in the exported results
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceExportPageByInfo

        static final java.lang.String WebPreferenceExportPageByInfo
        Whether to include the page-by information in the exported results
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceKeepAlive

        static final java.lang.String WebPreferenceKeepAlive
        Indicates the time in minutes the web browser will ping the web server to keep a session alive during reposrt services document visualization and manupulation
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceLinkFromWidgetToVisualization

        @Deprecated
        static final java.lang.String WebPreferenceLinkFromWidgetToVisualization
        Deprecated.
        we do not link visualizations and widgets automatically
        Whether applying a Widget to a grid should add a compatible visualization
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceEncodeCSVForExportingToExcel

        static final java.lang.String WebPreferenceEncodeCSVForExportingToExcel
        Whether to encode the exporting CSV results as ISO8859_1 so they can be read using Excel.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceUseBinaryDataInVF

        static final java.lang.String WebPreferenceUseBinaryDataInVF
        Since:
        MicroStrategy Web 9.0.1
        See Also:
        Constant Field Values
      • WebPreferenceIniPool

        static final java.lang.String WebPreferenceIniPool
        Initial connection pool size. Unsessioned preference.
        Since:
        MicroStrategy Web 9.0.1
        See Also:
        Constant Field Values
      • WebPreferenceMaxPool

        static final java.lang.String WebPreferenceMaxPool
        Maximum connection pool size. Unsessioned preference.
        Since:
        MicroStrategy Web 9.0.1
        See Also:
        Constant Field Values
      • WebPreferenceHideMetricsColumnOnGrids

        static final java.lang.String WebPreferenceHideMetricsColumnOnGrids
        Hides the 'Metrics' column on the grid.
        Since:
        MicroStrategy Web 9.0.1
        See Also:
        Constant Field Values
      • WebPreferenceAllowOMDLinksAncestorsBrowse

        static final java.lang.String WebPreferenceAllowOMDLinksAncestorsBrowse
        Allows the user to browse from the Object Manipulation Dialog's links up to the Project Root False by default.
        Since:
        MicroStrategy Web 9.0.1
        See Also:
        Constant Field Values
      • WebPreferenceMobileServer

        static final java.lang.String WebPreferenceMobileServer
        See Also:
        Constant Field Values
      • WebPreferenceShowUnusedAttributes

        static final java.lang.String WebPreferenceShowUnusedAttributes
        Show the unused attributes on the page by panel.
        Since:
        MicroStrategy Web 9.0.1
        See Also:
        Constant Field Values
      • WebPreferenceDisableIncrementalFetchForRecipientBrowsing

        static final java.lang.String WebPreferenceDisableIncrementalFetchForRecipientBrowsing
        Disable Incremental Fetch for Recipient Browsing.
        See Also:
        Constant Field Values
      • WebPreferenceUseHeaderFooterInSubscriptions

        static final java.lang.String WebPreferenceUseHeaderFooterInSubscriptions
        Use Header and Footer when delivering subscriptions.
        See Also:
        Constant Field Values
      • WebPreferenceEnableEmbeddedImages

        static final java.lang.String WebPreferenceEnableEmbeddedImages
        See Also:
        Constant Field Values
      • WebPreferenceAppVersion

        static final java.lang.String WebPreferenceAppVersion
        App version. It is used to prevent client side cache.
        See Also:
        Constant Field Values
      • WebPreferenceUseRWManipulationForDrill

        static final java.lang.String WebPreferenceUseRWManipulationForDrill
        See Also:
        Constant Field Values
      • WebPreferenceDefaultColorThemeForAnalysis

        static final java.lang.String WebPreferenceDefaultColorThemeForAnalysis
        See Also:
        Constant Field Values
      • WebPreferenceHideEmptyNodesInOutlineMode

        static final java.lang.String WebPreferenceHideEmptyNodesInOutlineMode
        See Also:
        Constant Field Values
      • WebPreferenceMaximumBinarySize

        static final java.lang.String WebPreferenceMaximumBinarySize
        See Also:
        Constant Field Values
      • WebPreferencePaperType2A

        static final java.lang.String WebPreferencePaperType2A
        Preferences for paper type
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeA0

        static final java.lang.String WebPreferencePaperTypeA0
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeA1

        static final java.lang.String WebPreferencePaperTypeA1
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeA2

        static final java.lang.String WebPreferencePaperTypeA2
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeA3

        static final java.lang.String WebPreferencePaperTypeA3
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeA4

        static final java.lang.String WebPreferencePaperTypeA4
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeA5

        static final java.lang.String WebPreferencePaperTypeA5
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeA6

        static final java.lang.String WebPreferencePaperTypeA6
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeA7

        static final java.lang.String WebPreferencePaperTypeA7
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeA8

        static final java.lang.String WebPreferencePaperTypeA8
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeC

        static final java.lang.String WebPreferencePaperTypeC
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeD

        static final java.lang.String WebPreferencePaperTypeD
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeE

        static final java.lang.String WebPreferencePaperTypeE
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeExecutive

        static final java.lang.String WebPreferencePaperTypeExecutive
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeF

        static final java.lang.String WebPreferencePaperTypeF
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeLEDGER

        static final java.lang.String WebPreferencePaperTypeLEDGER
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeLEGAL

        static final java.lang.String WebPreferencePaperTypeLEGAL
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeLETTER

        static final java.lang.String WebPreferencePaperTypeLETTER
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeSUPER

        static final java.lang.String WebPreferencePaperTypeSUPER
        See Also:
        Constant Field Values
      • WebPreferencePaperTypeFOLIO

        static final java.lang.String WebPreferencePaperTypeFOLIO
        See Also:
        Constant Field Values
      • WebPreferenceRemoveFinishedJobYes

        static final java.lang.String WebPreferenceRemoveFinishedJobYes
        Constant representing the Remove Jobs session flag Yes
      • PAPER_ORIENTATION_PORTRAIT_OPTION

        static final java.lang.String PAPER_ORIENTATION_PORTRAIT_OPTION
        Constant representing the paper orientation portrait option
        See Also:
        Constant Field Values
      • PAPER_ORIENTATION_LANDSCAPE_OPTION

        static final java.lang.String PAPER_ORIENTATION_LANDSCAPE_OPTION
        Constant representing the paper orientation landscape option
        See Also:
        Constant Field Values
      • COVER_PAGE_LOCATION_BEFORE_REPORT

        static final java.lang.String COVER_PAGE_LOCATION_BEFORE_REPORT
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • COVER_PAGE_LOCATION_AFTER_REPORT

        static final java.lang.String COVER_PAGE_LOCATION_AFTER_REPORT
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • COVER_PAGE_DETAILS_CONTENTS_WITH_FILTER_DETAILS

        static final java.lang.String COVER_PAGE_DETAILS_CONTENTS_WITH_FILTER_DETAILS
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • COVER_PAGE_DETAILS_CONTENTS_WITH_REPORT_DETAILS

        static final java.lang.String COVER_PAGE_DETAILS_CONTENTS_WITH_REPORT_DETAILS
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebPreferenceEnableMetricEditor

        static final java.lang.String WebPreferenceEnableMetricEditor
        Indicate whether to enable Metric Editro
        Since:
        MicroStrategy Web 9.2.2
        See Also:
        Constant Field Values
      • WebPreferenceAskBeforeSaveChanges

        static final java.lang.String WebPreferenceAskBeforeSaveChanges
        Indicate whether to show prompt before save overwrite
        Since:
        MicroStrategy Web 9.3.1
        See Also:
        Constant Field Values
      • WebPreferenceCopyNameTranslations

        static final java.lang.String WebPreferenceCopyNameTranslations
        Determines whether to copy names from all other languages in the save as and copy dialog
        Since:
        MicroStrategy Web 9.3.1
        See Also:
        Constant Field Values
      • WebPreferenceAskBeforeLinkedDerivedElementsChanges

        static final java.lang.String WebPreferenceAskBeforeLinkedDerivedElementsChanges
        Determines whether to show warning message before applying modification on stand-alone derived elements
        Since:
        MicroStrategy Web 9.3.1
        See Also:
        Constant Field Values
      • WebPreferenceEnableHTMLPrinting

        @Deprecated
        static final java.lang.String WebPreferenceEnableHTMLPrinting
        Deprecated.
        no longer used
        Hidden preference to disable the old HTML printing. Default value will disable HTML printing, set to 1 to enable it.
        See Also:
        Constant Field Values
      • WebPreferenceEnableWarningSessionTimeout

        static final java.lang.String WebPreferenceEnableWarningSessionTimeout
        Indicate whether to enable warning before Web user session timeout
        Since:
        MicroStrategy Web Polaris
        See Also:
        Constant Field Values
      • WebPreferenceDisplayUsherAuthentication

        static final java.lang.String WebPreferenceDisplayUsherAuthentication
        See Also:
        Constant Field Values
      • WebPreferenceEnableAutomaticSessionRecovery

        static final java.lang.String WebPreferenceEnableAutomaticSessionRecovery
        Indicate whether to enable Automatic Session Recovery feature
        See Also:
        Constant Field Values
      • WebPreferenceTimeBeforeSessionTimeoutWarning

        static final java.lang.String WebPreferenceTimeBeforeSessionTimeoutWarning
        Determines the time before warning user session timeout
        See Also:
        Constant Field Values
      • WebPreferenceVIExecutionMode

        static final java.lang.String WebPreferenceVIExecutionMode
        Determines default execution mode for analysis dashboards
        See Also:
        Constant Field Values
      • WebPreferenceAllowFlashVIOverwrite

        static final java.lang.String WebPreferenceAllowFlashVIOverwrite
        Determines default execution mode for analysis dashboards
        See Also:
        Constant Field Values
      • WebPreferenceHomeCardsDef

        static final java.lang.String WebPreferenceHomeCardsDef
        Store Home Page Cards definitions
        See Also:
        Constant Field Values
      • WebPreferenceShowFeedbackBtn

        static final java.lang.String WebPreferenceShowFeedbackBtn
        Determines if Feedback button can be shown or not in the Account Menu
        See Also:
        Constant Field Values
      • WebPreferenceShowBtnInNavBar

        static final java.lang.String WebPreferenceShowBtnInNavBar
        Determines if Home button can be shown or not in the Navigation Bar
        See Also:
        Constant Field Values
      • WebPreferenceShowFolderUpBtnInNavBar

        static final java.lang.String WebPreferenceShowFolderUpBtnInNavBar
        Determines if Folder Up button can be shown or not in the Navigation Bar
        See Also:
        Constant Field Values
      • WebPreferenceDIConnectorConfig

        static final java.lang.String WebPreferenceDIConnectorConfig
        JSON config string for DI connector setting
        See Also:
        Constant Field Values
      • WebPreferenceShowPreviews

        static final java.lang.String WebPreferenceShowPreviews
        Whether to show preview images
        Since:
        MicroStrategy Web 10.1.0
        See Also:
        Constant Field Values
      • WebPreferenceShowSampleRecents

        static final java.lang.String WebPreferenceShowSampleRecents
        Hidden preference to show sample recents data in recents card. Default will be set to on. Change to 0 to disable it.
        Since:
        MicroStrategy Web 10.4.0
        See Also:
        Constant Field Values
      • WebPreferenceIgnoreIncrementalRendering

        static final java.lang.String WebPreferenceIgnoreIncrementalRendering
        Hidden preference to apply incremental rendering in presentation mode Default will be set to one. Change to 0 to disable it.
        Since:
        MicroStrategy Web 10.4.0
        See Also:
        Constant Field Values
      • WebPreferenceReportCreationViewMode

        static final java.lang.String WebPreferenceReportCreationViewMode
        See Also:
        Constant Field Values
      • WebPreferenceLibraryWebBaseURL

        static final java.lang.String WebPreferenceLibraryWebBaseURL
        See Also:
        Constant Field Values
      • WebPreferenceConnectorWebBaseURL

        static final java.lang.String WebPreferenceConnectorWebBaseURL
        See Also:
        Constant Field Values
      • WebPreferenceUseNaturalLanguage

        static final java.lang.String WebPreferenceUseNaturalLanguage
        See Also:
        Constant Field Values
      • WebPreferenceShowHyperCard

        static final java.lang.String WebPreferenceShowHyperCard
        See Also:
        Constant Field Values
      • WebPreferenceSupportGridIncrementalColumnRender

        static final java.lang.String WebPreferenceSupportGridIncrementalColumnRender
        See Also:
        Constant Field Values
      • WebPreferenceSupportSuperGrid

        static final java.lang.String WebPreferenceSupportSuperGrid
        See Also:
        Constant Field Values
      • WebPreferenceSupportSuperGridDev

        static final java.lang.String WebPreferenceSupportSuperGridDev
        See Also:
        Constant Field Values
      • WebPreferenceSupportMicroChart

        static final java.lang.String WebPreferenceSupportMicroChart
        See Also:
        Constant Field Values
      • WebPreferenceCreateSurvey

        static final java.lang.String WebPreferenceCreateSurvey
        See Also:
        Constant Field Values
      • WebPreferenceSupportDossierPanelStack

        static final java.lang.String WebPreferenceSupportDossierPanelStack
        See Also:
        Constant Field Values
      • WebPreferenceSupportDossierPanelStackCopyMove

        static final java.lang.String WebPreferenceSupportDossierPanelStackCopyMove
        See Also:
        Constant Field Values
      • WebPreferenceSupportInfoWindow

        static final java.lang.String WebPreferenceSupportInfoWindow
        See Also:
        Constant Field Values
      • WebPreferenceSupportDossierMoveAcrossPanelStack

        static final java.lang.String WebPreferenceSupportDossierMoveAcrossPanelStack
        See Also:
        Constant Field Values
      • WebPreferenceUseRichTextBox

        static final java.lang.String WebPreferenceUseRichTextBox
        See Also:
        Constant Field Values
      • WebPreferenceSupportAnswerPromptWithFilterPanelSelections

        static final java.lang.String WebPreferenceSupportAnswerPromptWithFilterPanelSelections
        See Also:
        Constant Field Values
      • WebPreferenceSupportDossierTransactions

        static final java.lang.String WebPreferenceSupportDossierTransactions
        See Also:
        Constant Field Values
      • WebPreferenceExcelReusePromptAnswers

        static final java.lang.String WebPreferenceExcelReusePromptAnswers
        See Also:
        Constant Field Values
      • WebPreferenceExcelDoNotShowPromptWindow

        static final java.lang.String WebPreferenceExcelDoNotShowPromptWindow
        See Also:
        Constant Field Values
      • WebPreferenceExcelImportAddLeadingApostrophe

        static final java.lang.String WebPreferenceExcelImportAddLeadingApostrophe
        See Also:
        Constant Field Values
      • WebPreferenceExcelImportMergeCrosstabColumns

        static final java.lang.String WebPreferenceExcelImportMergeCrosstabColumns
        See Also:
        Constant Field Values
      • WebPreferenceTransactionMaxWait

        static final java.lang.String WebPreferenceTransactionMaxWait
        See Also:
        Constant Field Values
      • WebPreferencePullDownStyleOptions

        static final java.lang.String WebPreferencePullDownStyleOptions
        Optimize pulldown styles for RSD Presentation Mode.
        See Also:
        Constant Field Values
      • WebPreferenceURLWhiteList

        static final java.lang.String WebPreferenceURLWhiteList
        The URL white list for security.
        See Also:
        Constant Field Values
      • WebPreferenceSpringAdminAuthMethod

        static final java.lang.String WebPreferenceSpringAdminAuthMethod
        Controls Authentication method for admin requests in case the available auth mode is Spring-based.

        Possible values:

        • 0 - Undefined. The deFault value that preserves backward compatibility:
          The SAML authentication will be used if enabled login mode is SAML.
          The Basic authentication will be used if enabled mode is OIDC.
        • 1 - Use Basic authentication.
        • 2 - Use Spring authentication (SAML or OIDC depending on enabled mode)
        See Also:
        Constant Field Values
      • WebPreferenceBasicAuthAdminRole

        static final java.lang.String WebPreferenceBasicAuthAdminRole
        See Also:
        Constant Field Values
      • WebPreferenceAllowHTMLOnSelector

        static final java.lang.String WebPreferenceAllowHTMLOnSelector
        See Also:
        Constant Field Values
      • WebPreferenceAllowDossierToRSDConversion

        static final java.lang.String WebPreferenceAllowDossierToRSDConversion
        See Also:
        Constant Field Values
      • WebPreferenceSupportNewRWDErrorMessageStyle

        static final java.lang.String WebPreferenceSupportNewRWDErrorMessageStyle
        See Also:
        Constant Field Values
      • WebPreferenceUseFilterEnhancement

        static final java.lang.String WebPreferenceUseFilterEnhancement
        See Also:
        Constant Field Values