Package com.microstrategy.web.app.beans
Interface EnumAppWebFeatures
-
- All Superinterfaces:
EnumWebFeatures
- All Known Implementing Classes:
AbstractAppWebFeatures
,AccordionTabManagerBeanFeaturesImpl
,GlobalFeaturesImpl
,ObjectBrowserManagerBeanFeaturesImpl
,PageComponentFeaturesImpl
,PreferenceSettingPageComponentFeaturesImpl
,ReportWorkingSetBrowserTabBeanFeaturesImpl
,RWContainerFeatures
,RWOIVMFeatures
,RWPageComponentFeaturesImpl
,ServerAdminFeatures
public interface EnumAppWebFeatures extends EnumWebFeatures
A WebFeature is a generic term for a variety of preferences, privileges, settings, etc. Web features can be used to control the availability of functionality in MicroStrategy Web applications. Some general examples of Web Features include:- the current context of the application.
Specific example:- Whether the browser supports HTML or not
- Whether a certain preference is on or off
- the current functionality available to the user
Specific example:- Whether the user can access the history list, based on the user's privileges
- Whether the user can view a particular report, based on the user's privileges
- a specific setting for a specific object operation
Specific example:- Whether a report is in outline mode
- Whether grid headers are locked on a report
- Whether the user can view a particular report, based on the user's privileges
The purpose of Web Features is to allow you to create conditional functionality, by basing the availability of functionality on whether a specific feature (or set of features) is true or false. In all cases, a Web Feature is either true or false.
Some examples of conditional functionality that can be associated with a Web Feature include:- whether a shortcut is displayed on a toolbar, is active, or is selected by default
- whether a menu entry is displayed, is active, or is selected by default (checked)
- whether a system-picker is displayed, is active, or is selected by default (checked)
- whether a shortcut is part of a page template
- whether a user has access to a page
- whether a bean is instantiated in a request
- whether a Web component is refreshed after an iFrame request
- whether a property is assigned to a bean
- whether a certain block of javascript is used in a page
- what content is included in a JSP or ASP.NET file
- what content is included in an XML layout file
This enumeration list all those Web Features available in the out of the box product.
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IsCloudUnified
Indicates if this is cloud unified environmentstatic java.lang.String
UseUserManager
Whether be able to use user manager.static java.lang.String
WebDefineDerivedElements
static java.lang.String
WebFeatureAccessibility
For checking the output mode is accessibilitystatic java.lang.String
WebFeatureAccessToConfigurationSearch
static java.lang.String
WebFeatureAccessToSecurityRoleManager
static java.lang.String
WebFeatureAccessToUserManager
static java.lang.String
WebFeatureActiveDrillEditor
Denotes the drill editor restrictionstatic java.lang.String
WebFeatureActiveFilteronselectionEditor
Denotes the filter on selection restrictionstatic java.lang.String
WebFeatureActiveFormulaEditor
Indicates the folmula editor is activestatic java.lang.String
WebFeatureActiveGraphMode
Indicates if the graph mode optio on the menu is activestatic java.lang.String
WebFeatureActiveGridGraphMode
Indicates id the grid & graph mode option on the menu in activestatic java.lang.String
WebFeatureActiveGridMode
Indicates the grid option on the menu is activestatic java.lang.String
WebFeatureActiveResizeColumnsRows
Whether display the "resize columns and rows" item under "Grid Layout" menu as non-greyed outstatic java.lang.String
WebFeatureActiveSortEditor
Indicates the sort editor is activestatic java.lang.String
WebFeatureAddHistoryList
To add elements to the history list.static java.lang.String
WebFeatureAdministrator
For accessing the WebAdmin privilegestatic java.lang.String
WebFeatureAdvancedDrillEditorOpen
Denotes the advanced drill editor availabilitystatic java.lang.String
WebFeatureAnalysisImportData
Indicates if the user has privilege to import data into analysis.static java.lang.String
WebFeatureAnyExport
For accessing the Web Export privilege or any of the individual export privileges (excel, csv, etc, except PDF and Flash)static java.lang.String
WebFeatureAnyIServerAdministrationFromWeb
For checking whether user has privilege to access web Intelligence server admin page from any session he/she currently has.static java.lang.String
WebFeatureAnyObjectSubscriptions
Indicates that at least one type of Object Subscription (by delivery mode) is enabledstatic java.lang.String
WebFeatureAnySubscriptions
Indicates that at least one type of subscription (by delivery mode) is enabledstatic java.lang.String
WebFeatureAskBeforeSaveChanges
Indicate whether show ask dialog before save overwrite.static java.lang.String
WebFeatureAssignSecurityRoles
static java.lang.String
WebFeatureAutoAddHistoryList
To add elements to the history list automatically.static java.lang.String
WebFeatureAutoRecoverObject
Indicates whether we have a auto-recover document due to the user losing his/her session.static java.lang.String
WebFeatureBeanSuccessfull
Feature to check if the bean is successfull.static java.lang.String
WebFeatureBulkExportExecution
Indicates if the user has all the necessary privileges to execute bulk export reportsstatic java.lang.String
WebFeatureBypassAccessChecks
static java.lang.String
WebFeatureCacheSubscriptionNotification
Determines whether an email notification for cache update/cube refresh is enabled in Project Configurationstatic java.lang.String
WebFeatureCacheSubscriptionUseDatasetCache
static java.lang.String
WebFeatureCanCertify
Indicate if user can certify on objectstatic java.lang.String
WebFeatureChangeDrillPreferences
Denotes the change drill preferences abilitystatic java.lang.String
WebFeatureChangePassword
Whether the user can change his/her password or not.static java.lang.String
WebFeatureChangeViewMode
Indicates whether user has the priviledge to change view mode.static java.lang.String
WebFeatureCheckCreateMode
Indicates the "create mode" menu is checked or notstatic java.lang.String
WebFeatureCheckDesignFilterMode
Indicates the "design filter mode" menu is checked or notstatic java.lang.String
WebFeatureCheckDesignMode
Indicates the "design mode" menu is checked or notstatic java.lang.String
WebFeatureCheckDesignModeFilters
Whether the filters are visible in report design mode.static java.lang.String
WebFeatureCheckDesignTemplateMode
Indicates the "design template mode" menu is checked or notstatic java.lang.String
WebFeatureCheckExecuteMode
Indicates the "design mode" menu is checked or notstatic java.lang.String
WebFeatureCheckFormatToolbar
For validating if the format toolbar option should be shown checked or notstatic java.lang.String
WebFeatureCheckGraphMode
Indicates if the report is in graph modestatic java.lang.String
WebFeatureCheckGridGraphMode
Indicates if the report is in grid & graph modestatic java.lang.String
WebFeatureCheckGridMode
Indicates the report is on grid modestatic java.lang.String
WebFeatureCheckShowBanding
Indicates the report is in banding modestatic java.lang.String
WebFeatureCheckShowDrillEditor
Indicates the drill editor is openstatic java.lang.String
WebFeatureCheckShowFilterDrillEditor
Indicates the filter on selections editor is openstatic java.lang.String
WebFeatureCheckShowGraphZones
Indicates the report page graph zones are shownstatic java.lang.String
WebFeatureCheckShowLeftToolBar
static java.lang.String
WebFeatureCheckShowMetricFilter
Indicates the metric filter editor is openstatic java.lang.String
WebFeatureCheckShowObjectBrowser
Indicates the object browser is openstatic java.lang.String
WebFeatureCheckShowObjectBrowserDataTab
Indicates the accordian tab manager is open and that the selected tab is a data tab.static java.lang.String
WebFeatureCheckShowPageBy
Indicates the page by section is visiblestatic java.lang.String
WebFeatureCheckShowPivotButtons
Indicates the pivot buttons are enabledstatic java.lang.String
WebFeatureCheckShowPromptDetails
Indicates whether the prompt details section is open.static java.lang.String
WebFeatureCheckShowRelatedReports
For checking to see if the related reports section is shownstatic java.lang.String
WebFeatureCheckShowReportDetails
Indicates whether the report details panel is open.static java.lang.String
WebFeatureCheckShowReportFilter
Indicates the report filter editor is openstatic java.lang.String
WebFeatureCheckShowReportLimit
Indicates the report limit editor is openstatic java.lang.String
WebFeatureCheckShowReportToolbar
Indicates the report toolbar is openstatic java.lang.String
WebFeatureCheckShowSortButtons
Indicates the sort buttons are shownstatic java.lang.String
WebFeatureCheckShowSortEditor
Indicates the sort editor is openstatic java.lang.String
WebFeatureCheckShowSubTotals
Indicates the report is showing subtotalsstatic java.lang.String
WebFeatureCheckShowViewFilter
Indicates the view filter editor is openstatic java.lang.String
WebFeatureCheckSingleSelectorSelection
Indicates true if single selector control is selectedstatic java.lang.String
WebFeatureConfigureContactDataProfile
static java.lang.String
WebFeatureConfigureGroupMembership
static java.lang.String
WebFeatureCreateAnalysis
Indicates if the user has privilege to Save an analysis.static java.lang.String
WebFeatureCreateApplicationObject
Indicates if user have the privilege to create application objectstatic java.lang.String
WebFeatureCreateDynamicAddressList
static java.lang.String
WebFeatureCreateEmailAddress
For being able to define new email addressstatic java.lang.String
WebFeatureCreateFileLocation
For being able to define new file addressstatic java.lang.String
WebFeatureCreateFtpLocation
For being able to define new print addressstatic java.lang.String
WebFeatureCreateMetric
Indicate whether enable Create Metricstatic java.lang.String
WebFeatureCreateNewFolder
Indicates the save menu option is accessiblestatic java.lang.String
WebFeatureCreateObjects
Indicates access to create view reports, documents, prompts or filtersstatic java.lang.String
WebFeatureCreateObjectsExtend
Indicates access to create view reports / web create dossierstatic java.lang.String
WebFeatureCreateObjectsOrFolders
Indicates access to create view reports, documents, prompts, filters or foldersstatic java.lang.String
WebFeatureCreatePrintLocation
For being able to define new print addressstatic java.lang.String
WebFeatureCreateSecurityRoles
static java.lang.String
WebFeatureCreateUsersAndGroups
static java.lang.String
WebFeatureCreateViewReports
Indicates access to create view reportsstatic java.lang.String
WebFeatureDashboardDesign
Indicates if the user has privilege to design an analysis (Insert Visualization and Objects).static java.lang.String
WebFeatureDatamartExecution
Indicates if the user has privilege to execute datamart reportsstatic java.lang.String
WebFeatureDatasetObjectsList
Whether to display the DataSet Objects Liststatic java.lang.String
WebFeatureDelete
Deprecated.Use WebFeatureManageObjectsstatic java.lang.String
WebFeatureDeleteSecurityRoles
static java.lang.String
WebFeatureDeleteUsersAndGroups
static java.lang.String
WebFeatureDesignMode
Indicates the design mode is accessiblestatic java.lang.String
WebFeatureDHTML
For checking the output mode is dhtmlstatic java.lang.String
WebFeatureDhtmlOrGraphMajor1
Indicates whether the graph major type 1 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor1024
Indicates whether the graph major type 1024 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor1048576
Indicates whether the graph major type 1048576 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor128
Indicates whether the graph major type 128 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor131072
Indicates whether the graph major type 131072 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor16
Indicates whether the graph major type 16 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor16384
Indicates whether the graph major type 16384 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor16777216
Indicates whether the graph major type 16777216 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor2
Indicates whether the graph major type 2 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor2048
Indicates whether the graph major type 2048 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor2097152
Indicates whether the graph major type 2097152 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor256
Indicates whether the graph major type 256 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor262144
Indicates whether the graph major type 262144 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor32
Indicates whether the graph major type 32 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor32768
Indicates whether the graph major type 32768 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor4
Indicates whether the graph major type 4 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor4096
Indicates whether the graph major type 4096 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor4194304
Indicates whether the graph major type 4194304 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor512
Indicates whether the graph major type 512 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor524288
Indicates whether the graph major type 524288 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor64
Indicates whether the graph major type 64 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor65536
Indicates whether the graph major type 65536 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor8
Indicates whether the graph major type 8 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor8192
Indicates whether the graph major type 8192 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMajor8388608
Indicates whether the graph major type 8388608 should be enabled for the graph, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinor3DHoneycombSurface
Indicates whether the graph minor type is 3D honeycomb surface, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinor3DSurface
Indicates whether the graph minor type is 3D surface, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinor3DSurfaceWithSides
Indicates whether the graph minor type is 3D surface with sides, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinor3DXYZScatterChart
Indicates whether the graph minor type is 3D XYZ scatter chart, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinor3DXYZScatterChartWithLabels
Indicates whether the graph minor type is 3D XYZ scatter chart with labels, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorAbsolute
Indicates whether the graph minor type is absolute, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorArea
Indicates whether the graph minor type is radar area, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorAreas
Indicates whether the graph minor type is areas, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorBarAbsolute
Indicates whether the graph minor type is absolute (for vertical and horizontal bar), or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorBarBipolarAbsolute
Indicates whether the graph minor type is bipolar absolute, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorBarDualAxisAbsolute
Indicates whether the graph minor type is dual axis absolute, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorBars
Indicates whether the graph minor type is bars, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorBipolarAbsolute
Indicates whether the graph minor type is bipolar absolute, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorBipolarSideBySide
Indicates whether the graph minor type is bipolar side by side, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorBipolarStacked
Indicates whether the graph minor type is bipolar stacked, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorBoxAndWhiskers
Indicates whether the graph minor type is box and whiskers, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorBubble
Indicates whether the graph minor type is bubble, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorBubbleDualAxis
Indicates whether the graph minor type is bubble dual axis, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorCoordinatesChart
Indicates whether the graph minor type is coordinates chart, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorCubes
Indicates whether the graph minor type is cubes, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorCutCornerBars
Indicates whether the graph minor type is cut corner bars, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorDualAxisAbsolute
Indicates whether the graph minor type is dual axis absolute, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorDualAxisPolarChart
Indicates whether the graph minor type is dual axis polar chart, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorDualAxisRadarLine
Indicates whether the graph minor type is dual axis radar line, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorDualAxisRadarStackedArea
Indicates whether the graph minor type is dual axis radar stacked line, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorDualAxisSideBySide
Indicates whether the graph minor type is dual axis side by side, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorDualAxisStacked
Indicates whether the graph minor type is dual axis stacked, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorDualAxisXYScatter
Indicates whether the graph minor type is dual axis XY scatter, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorDualAxisXYScatterWithLabels
Indicates whether the graph minor type is dual axis XY scatter with labels, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorGantt
Indicates whether the graph minor type is gantt, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorHiLow
Indicates whether the graph minor type is hi low, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorHiLowDualAxis
Indicates whether the graph minor type is hi low dual axis, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorHiLowOpen
Indicates whether the graph minor type is hi low open, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorHiLowOpenClose
Indicates whether the graph minor type is hi low open close, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorHiLowOpenCloseDualAxis
Indicates whether the graph minor type is hi low open close dual axis, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorHiLowOpenDualAxis
Indicates whether the graph minor type is hi low open dual axis, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorHorizontalHistogram
Indicates whether the graph minor type is horizontal histogram, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorMultiplePies
Indicates whether the graph minor type is multiple pies, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorMultipleProportionalPies
Indicates whether the graph minor type is multiple proportional pies, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorMultipleProportionalRingPies
Indicates whether the graph minor type is multiple proportional ring pies, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorMultipleRingPies
Indicates whether the graph minor type is multiple ring pies, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorOctagons
Indicates whether the graph minor type is octagons, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorParetoPercent
Indicates whether the graph minor type is pareto percent, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorPercent
Indicates whether the graph minor type is percent, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorPie
Indicates whether the graph minor type is pie, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorPolarCoordinatesChart
Indicates whether the graph minor type is polar coordinates chart, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorPyramids
Indicates whether the graph minor type is pyramids, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorRadarLine
Indicates whether the graph minor type is radar line, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorRadarStackedArea
Indicates whether the graph minor type is radar stacked line, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorRibbons
Indicates whether the graph minor type is ribbons, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorRingPie
Indicates whether the graph minor type is ring pie, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorSideBySide
Indicates whether the graph minor type is side by side, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorSpheres
Indicates whether the graph minor type is spheres, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorStacked
Indicates whether the graph minor type is stacked, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorStackedArea
Indicates whether the graph minor type is radar stacked area, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorStandard
Indicates whether the graph minor type is standard, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorSteps
Indicates whether the graph minor type is steps, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorVerticalHistogram
Indicates whether the graph minor type is vertical histogram, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorXYScatter
Indicates whether the graph minor type is XY scatter, or if dhtml is enabledstatic java.lang.String
WebFeatureDhtmlOrGraphMinorXYScatterWithLabels
Indicates whether the graph minor type is XY scatter with labels, or if dhtml is enabledstatic java.lang.String
WebFeatureDisableAccessDataFromCloudApp
Indicates if we should disable access data from databases, google bigquery, bigdata, olap, bi toolsstatic java.lang.String
WebFeatureDisableAccessDataFromDatabase
Indicates if we should disable access data from databases, google bigquery, bigdata, olap, bi toolsstatic java.lang.String
WebFeatureDisableAccessDataFromFile
Indicates if we should disable access data from local, url, dropbox, google drive, sample files, clipboardstatic java.lang.String
WebFeatureDisableDashboardDesign
Indicates if we should disable the web dashboard design featuresstatic java.lang.String
WebFeatureDisableDHTMLPrinting
Whether to disable DHTML printing.static java.lang.String
WebFeatureDisableManageDocumentDataset
Indicates if manage document dataset is availablestatic java.lang.String
WebFeatureDisableReExecuteCubeReport
Indicates if we should disable the reexecute (or called republish) option for cube report.static java.lang.String
WebFeatureDisableReExecuteRegularReport
Indicates if we should disable the reexecute (or called re-run) option for regular report.static java.lang.String
WebFeatureDisableReExecuteViewReport
Indicates if we should disable the reexecute (or called re-run) option for view report.static java.lang.String
WebFeatureDisableSaveDataset
Indicates if we should disable save datasetstatic java.lang.String
WebFeatureDisableVICreateOrEditDummyDataset
Indicates if create or edit DDA dataset is availablestatic java.lang.String
WebFeatureDisableVICreateOrEditROLAPReport
Indicates if create or edit in-memory dataset is availablestatic java.lang.String
WebFeatureDocumentLayoutCenterAlign
Indicates if we should display the layout of document center alignedstatic java.lang.String
WebFeatureDocumentMultiSubscribeMenu
For checking if we need to show the menu option for several subscription modes for RW Documentsstatic java.lang.String
WebFeatureDocumentUsesExcelExportFormat
Whether the export default format mode for html documents is excel or notstatic java.lang.String
WebFeatureDoubleByte
For checking if it is adouble byte languagestatic java.lang.String
WebFeatureDownloadAnalysis
Indicates if the user has privilege to download analysis into MSTR file.static java.lang.String
WebFeatureDrillEditor
Denotes the drill editor accessibilitystatic java.lang.String
WebFeatureDrillEditorOpen
Denotes the drill editor availabilitystatic java.lang.String
WebFeatureDrillHyperlink
Denotes the show drilling hyperlink on the gridstatic java.lang.String
WebFeatureDrillOpenInSameWindow
Decides if we need to open the drill in a new windowstatic java.lang.String
WebFeatureDrillRefreshEvent
This feature will check the request keys if a drill event or a refresh event was among the events to be executed.static java.lang.String
WebFeatureDrillRightMouseClick
Denotrs the drill on right mouse click accessibilitystatic java.lang.String
WebFeatureDrillShowMetricValueLink
Denotes the show drill on metric value linkstatic java.lang.String
WebFeatureDrillShowMetricValueRMC
Denotes the show drill on metric value RMCstatic java.lang.String
WebFeatureEditGroupBasicProperties
static java.lang.String
WebFeatureEditIVE
Indicates if the user has privilege to edit IVE documents.static java.lang.String
WebFeatureEditorOpen
Denotes the drill on graphs accessibilitystatic java.lang.String
WebFeatureEditSecurityRoleProperties
static java.lang.String
WebFeatureEditUserBasicProperties
static java.lang.String
WebFeatureEmailSubscriptionNotification
Determines whether a email notification for email delivery is enabled in Project Configurationstatic java.lang.String
WebFeatureEnableAddHistoryList
To enable the add elements to the history list menu.static java.lang.String
WebFeatureEnableAddReportObjects
For being able to use the Add Report Objects optionstatic java.lang.String
WebFeatureEnableAllGraphFormatEditor
Deprecated.Use WebFeatureGridGraphFormattingstatic java.lang.String
WebFeatureEnableAppSchema
enable application schema featurestatic java.lang.String
WebFeatureEnableAutoFitContent
Whether display the "auto fit to content" item under Grid Layout menu as non-grayed-outstatic java.lang.String
WebFeatureEnableAutoFitWindow
Whether display the "auto fit to window" item under Grid Layout menu as non-grayed-outstatic java.lang.String
WebFeatureEnableChangeGridAutoStyle
For validating if the grid autostyle option should be enabled or notstatic java.lang.String
WebFeatureEnableClientLogging
Indicates if client-side logging is enabled.static java.lang.String
WebFeatureEnableDesignMode
Indicates the "design mode" menu is enabled or notstatic java.lang.String
WebFeatureEnableDrillEditor
Whether the "drill" menu is enabled or notstatic java.lang.String
WebFeatureEnableExecuteMode
Indicates the "design mode" menu is enabled or notstatic java.lang.String
WebFeatureEnableExport
Whether the export menu is disabled or notstatic java.lang.String
WebFeatureEnableFilteronselectionEditor
Denotes the filter on selection restrictionstatic java.lang.String
WebFeatureEnableFlash
Whether the export menu for flash export is disabled or notstatic java.lang.String
WebFeatureEnableFolderIconView
For enabling the link for changing folder view to be as Folder Icon Viewstatic java.lang.String
WebFeatureEnableFolderListView
For enabling the link for changing folder view to be as Folder List Viewstatic java.lang.String
WebFeatureEnableFormatToolbar
For validating if the (grid/graph) formatting toolbar options should be enabled or notstatic java.lang.String
WebFeatureEnableGraphMode
Indicates if the graph mode option on the menu is enabledstatic java.lang.String
WebFeatureEnableGridFormatToolbar
For validating if the grid format toolbar should be enabled or notstatic java.lang.String
WebFeatureEnableGridGraphMode
Indicates id the grid & graph mode option on the menu in enabledstatic java.lang.String
WebFeatureEnableGridLayout
Whether display the "Grid Layout" menu as activestatic java.lang.String
WebFeatureEnableGridMode
Indicates the grid option is enabled in the menustatic java.lang.String
WebFeatureEnableGridOptions
Whether to enable the grid options menu itemstatic java.lang.String
WebFeatureEnableHTMLExport
Whether the export menu is disabled or notstatic java.lang.String
WebFeatureEnableInsertNewMetric
Whether the "insert new metric" menu is enabled or notstatic java.lang.String
WebFeatureEnableLoginEditor
Indicates if we want to enable the login editor after session time out or notstatic java.lang.String
WebFeatureEnableMenuFormat
Whether the "Format" dropdown menu is enabled or notstatic java.lang.String
WebFeatureEnableMenuToolbar
Indicates whether the toolbar menu is displayedstatic java.lang.String
WebFeatureEnableMergeRowHeader
Indicates the row column headers featrure is enabledstatic java.lang.String
WebFeatureEnableModifyAttributeForms
static java.lang.String
WebFeatureEnableObjectBrowser
Indicates the object browser is enabledstatic java.lang.String
WebFeatureEnableObjectBrowserEditor
For validating if the Object Browser Editor option should be enabled or notstatic java.lang.String
WebFeatureEnableOutlineMode
Indicates the report is in outline modestatic java.lang.String
WebFeatureEnablePageBy
Whether the "page by section" menu is enabled or notstatic java.lang.String
WebFeatureEnablePDF
Whether the export menu is disabled or notstatic java.lang.String
WebFeatureEnablePrint
Whether the print menu is disabled or notstatic java.lang.String
WebFeatureEnableProfileReports
Indicates the my reports folder is enabledstatic java.lang.String
WebFeatureEnableQB
Indicate whether enable Web QueryBuilderstatic java.lang.String
WebFeatureEnableReexecute
To check if the Re-execute menu should be enable or not.static java.lang.String
WebFeatureEnableRenameEditObject
Whether the "rename/edit objects" menu is enabled or notstatic java.lang.String
WebFeatureEnableReprompt
To check if the Reprompt menu should be enable or not.static java.lang.String
WebFeatureEnableResetData
To check if the Reset-Data menu should be enabled or not.static java.lang.String
WebFeatureEnableResizeColumnsRows
Whether display the "resize columns and rows" item under "Grid Layout" menu as non-greyed outstatic java.lang.String
WebFeatureEnableSaveReport
Indicates the save menu option is enabledstatic java.lang.String
WebFeatureEnableScheduledDelivery
Indicates whether a report is archivedstatic java.lang.String
WebFeatureEnableScheduledEmail
Whether the "Scheduled Email" menu is enabled or notstatic java.lang.String
WebFeatureEnableScheduledFileExport
Whether the "Scheduled File" menu is enabled or notstatic java.lang.String
WebFeatureEnableScheduledFtp
Whether the "Scheduled Ftp" menu is enabled or notstatic java.lang.String
WebFeatureEnableScheduledMobile
Whether the "Scheduled Mobile" menu is enabled or notstatic java.lang.String
WebFeatureEnableScheduledPrint
Whether the "Scheduled File" menu is enabled or notstatic java.lang.String
WebFeatureEnableScheduling
Whether the "subscribe" menu is enabled or notstatic java.lang.String
WebFeatureEnableSendNow
Whether the "send now" menu item is enabled or notstatic java.lang.String
WebFeatureEnableShowBanding
Indicates the banding mode is assessiblestatic java.lang.String
WebFeatureEnableShowPivotButtons
Indicates the pivot buttons are accessiblestatic java.lang.String
WebFeatureEnableShowSortButtons
Indicates the sort buttons are enabledstatic java.lang.String
WebFeatureEnableShowSubTotals
Indicates the totals options are the menu are enabledstatic java.lang.String
WebFeatureEnableShowTotals
Indicates the totals option on the menu are enabledstatic java.lang.String
WebFeatureEnableSort
Whether the "sort" menu item is enabled or notstatic java.lang.String
WebFeatureEnableSubscriptionsIconView
For enabling the link for changing subscriptions view to be as Icon Viewstatic java.lang.String
WebFeatureEnableSubscriptionsListView
For enabling the link for changing subscriptions view to be as List Viewstatic java.lang.String
WebFeatureEnableSwapAxes
Whether to enable the SwapAxes menu itemstatic java.lang.String
WebFeatureEnableUsers
static java.lang.String
WebFeatureEnableViewFilterEditor
Indicates "view filter editor" menu is enabled or notstatic java.lang.String
WebFeatureEnableVisEditor
Feature that indicates whether to enable the use of the Custom Visualizations Editor.static java.lang.String
WebFeatureExecuteMode
Indicates the design mode is accessiblestatic java.lang.String
WebFeatureExport
For accessing the WebExport privilegestatic java.lang.String
WebFeatureExportNewWindow
For exporting to a new windowstatic java.lang.String
WebFeatureFalse
Convenience feature that always returns false.static java.lang.String
WebFeatureFileSendNow
For accessing the WebSendNow file privilegestatic java.lang.String
WebFeatureFileSubscriptionNotification
Determines whether a email notification for file delivery is enabled in Project Configurationstatic java.lang.String
WebFeatureFilteronselectionEditor
Denotes the filter on selection accessibilitystatic java.lang.String
WebFeatureFilteronselectionEditorOpen
Denotes the filter on selection availabilitystatic java.lang.String
WebFeatureFlashVI
indicates whether the flash version of vi shuold be used.static java.lang.String
WebFeatureFontLocaleJapanese
Whether the fonts for Japanese should be displayed.static java.lang.String
WebFeatureFontLocaleKorean
Whether the fonts for Korean should be displayed.static java.lang.String
WebFeatureFontLocaleSimplifiedChinese
Whether the fonts for Simplified Chinese should be displayed.static java.lang.String
WebFeatureFontLocaleTraditionalChinese
Whether the fonts for Traditional Chinese should be displayed.static java.lang.String
WebFeatureForceSaveAs
Indicate whether show ask dialog before save overwrite.static java.lang.String
WebFeatureFrameElementEnabled
For checking if any FrameElement is enabled.static java.lang.String
WebFeatureFrameElementOpen
For checking if any FrameElement is open.static java.lang.String
WebFeatureGrantPrivileges
static java.lang.String
WebFeatureGraphDrill
Denotes the drill on graphs accessibilitystatic java.lang.String
WebFeatureGraphFormatting
Indicates user has either simple-graph-formatting or grid-graph-formatting privilegestatic java.lang.String
WebFeatureGraphShowGridGraph
Indicates whether to show all graphs in grid-graph viewstatic java.lang.String
WebFeatureGridDrillAdvanced
Denotes the advanced drill accessibilitystatic java.lang.String
WebFeatureGridDrillDownOnly
Denotes the drill down only restrictionstatic java.lang.String
WebFeatureGridDrillHyperlink
Denotes the drill on link accessibilitystatic java.lang.String
WebFeatureGridLayout
Whether display the "Grid Layout" menu under formattingstatic java.lang.String
WebFeatureGuestModeEnabled
Indicates whether the guest mode is enabledstatic java.lang.String
WebFeatureGuidAsNodeIdentifier
Use Guid values as a node Keys in RW Documentsstatic java.lang.String
WebFeatureHasActiveGroupByUnits
Indicates whether the page-by has at least one "active" unit.static java.lang.String
WebFeatureHasMetricsOnTemplate
Whether the report has any metrics on the template.static java.lang.String
WebFeatureHasNextPages
Whether there are subsequent pages on the page history.static java.lang.String
WebFeatureHasPreviousPages
Whether the current page is the first page in page history list.static java.lang.String
WebFeatureHideObjectsDesc
Indicates if we should include the description for the objectsstatic java.lang.String
WebFeatureHLSubscriptionNotification
Determines whether a email notification for history list is enabled in Project Configurationstatic java.lang.String
WebFeatureHTMLDocumentScheduledEmail
For accessing if Schedule Email and Send Now is available for HTML documentsstatic java.lang.String
WebFeatureIE
For checking if the browser is IEstatic java.lang.String
WebFeatureIE10Pre
static java.lang.String
WebFeatureIE6
For checking if the browser is IE6static java.lang.String
WebFeatureIE7
For checking if the browser is IE7static java.lang.String
WebFeatureIE8
static java.lang.String
WebFeatureIE9Pre
static java.lang.String
WebFeatureIFrame
For enabling the IFrame functionalitystatic java.lang.String
WebFeatureIgnoreIncrementalRendering
Indicates if we want to apply the incremental rendering mode or notstatic java.lang.String
WebFeatureIncludeSessionURL
static java.lang.String
WebFeatureInsertIntoPanel
For checking if user can insert elements into a panelstatic java.lang.String
WebFeatureInsertNewMetric
Indicates the new formula feature accessibilitystatic java.lang.String
WebFeatureIsConditionalFormatting
Whether theThresholdEditorBean
is doing conditional formatting.static java.lang.String
WebFeatureIServerAdministrationFromWeb
For checking if user current session has privilege to access web Intelligence server admin page.static java.lang.String
WebFeatureIServerLocaleCyrillicSerbian
For confirming the current language used by the client is Serbian (Cyrillic)static java.lang.String
WebFeatureIServerLocaleDanish
For confirming the current language used by the client is Danishstatic java.lang.String
WebFeatureIServerLocaleDeutsch
For confirming the current language used by the client is Deutshstatic java.lang.String
WebFeatureIServerLocaleDutchNetherlands
For confirming the current language used by the client is Dutch (Netherlands)static java.lang.String
WebFeatureIServerLocaleEnglish
For confirming the current language used by the client is Englishstatic java.lang.String
WebFeatureIServerLocaleEnglishUK
For confirming the current language used by the client is English (UK)static java.lang.String
WebFeatureIServerLocaleFrechBelgium
For confirming the current language used by the client is French (Belgium)static java.lang.String
WebFeatureIServerLocaleFrench
For confirming the current language used by the client is Frenchstatic java.lang.String
WebFeatureIServerLocaleItalian
For confirming the current language used by the client is Italianstatic java.lang.String
WebFeatureIServerLocaleJapanese
For confirming the current language used by the client is Japanesestatic java.lang.String
WebFeatureIServerLocaleKorean
For confirming the current language used by the client is Koreanstatic java.lang.String
WebFeatureIServerLocaleLatinSerbian
For confirming the current language used by the client is Serbian (Latin)static java.lang.String
WebFeatureIServerLocalePolish
For confirming the current language used by the client is Polishstatic java.lang.String
WebFeatureIServerLocalePortuguese
For confirming the current language used by the client is Portuguesestatic java.lang.String
WebFeatureIServerLocaleRussian
For confirming the current language used by the client is Russianstatic java.lang.String
WebFeatureIServerLocaleSimplifiedChinese
For confirming the current language used by the client is Simplified Chinesestatic java.lang.String
WebFeatureIServerLocaleSpanish
For confirming the current language used by the client is Spanishstatic java.lang.String
WebFeatureIServerLocaleSvenska
For confirming the current language used by the client is Svenskastatic java.lang.String
WebFeatureIServerLocaleSwissDeutsch
For confirming the current language used by the client is Deutsch (Switzerland)static java.lang.String
WebFeatureIServerLocaleSwissFrench
For confirming the current language used by the client is French (Switzerland)static java.lang.String
WebFeatureIServerLocaleSwissItalian
For confirming the current language used by the client is Italian (Switzerland)static java.lang.String
WebFeatureIServerLocaleTraditionalChinese
For confirming the current language used by the client is Traditional Chinesestatic java.lang.String
WebFeatureIServerSupportsExcelFormatting
Whether the IServer version supports exporting reports to Excel with formatting.static java.lang.String
WebFeatureIServerSupportsFullPlaintextExport
Whether the IServer version supports exporting reports to plaintext (excel with plaintext, plaintext and CSV) all exporting sections (Report Name, Filter Detail, Page By and Grid).static java.lang.String
WebFeatureIsEsriEnabled
Indicates if ESRI is enabled.it is not enabled for reports and DHTML mode in cloud.static java.lang.String
WebFeatureIsEsriOnPremise
Indicates whether on premise mode is running for ESRI visualizations.static java.lang.String
WebFeatureIsNotVisibleDocumentVisualization
Indicates whether the document is not in a visible custom visualization.static java.lang.String
WebFeatureIsNotVisualizationMode
Indicates that the report is not in visualization mode.static java.lang.String
WebFeatureIsPortlet
Indicates whether the page is used as a portlet.static java.lang.String
WebFeatureIsSecurityFilterManagerAccessible
static java.lang.String
WebFeatureIsViewableReport
Whether the report is viewable.static java.lang.String
WebFeatureIVEExecution
Indicates if the user has privilege to execute IVE documents.static java.lang.String
WebFeatureLinkToExternalAccounts
static java.lang.String
WebFeatureManageObjects
For accessing the WebManageObjects privilegestatic java.lang.String
WebFeatureMenuGraphMode
Indicates if the graph mode is accessible from the menustatic java.lang.String
WebFeatureMenuGridGraphMode
Indicates if the grid & graph option is accessible from the menustatic java.lang.String
WebFeatureMenuGridMode
Indicates the grid option is accesible from the menustatic java.lang.String
WebFeatureMenuNewReport
Indicates the new menu option is accessiblestatic java.lang.String
WebFeatureMenuSaveReport
Indicates the save menu option is accessiblestatic java.lang.String
WebFeatureMenuToolbar
Indicates whether the toolbar menu is displayedstatic java.lang.String
WebFeatureMMTAccess
Deprecated.not used anymorestatic java.lang.String
WebFeatureMobileServer
static java.lang.String
WebFeatureMobileSubscriptionNotification
Determines whether a email notification for mobile is enabled in Project Configurationstatic java.lang.String
WebFeatureModifyAllowHTMLContent
Indicates if user has the privileges to enable/disable security feature of allowing HTML content in dossiersstatic java.lang.String
WebFeatureModifyPasswordSettings
static java.lang.String
WebFeatureModifyProjectAccess
static java.lang.String
WebFeatureMultiSubscribeMenu
For checking if we need to show the menu option for several subscription modesstatic java.lang.String
WebFeatureNCConfigured
To check if Narrowcast is configured in the Web Serverstatic java.lang.String
WebFeatureNCEnabled
To check if Narrowcast is enabled for the current userstatic java.lang.String
WebFeatureNCInstalled
To check if Narrowcast is installedstatic java.lang.String
WebFeatureNCShowExportOptions
To check if Narrowcast is enabled for the current userstatic java.lang.String
WebFeatureNeedValidateRandomNum
static java.lang.String
WebFeatureNetscape
For checking if the browser is Netscapestatic java.lang.String
WebFeatureNextStep
Whether to Next Step in a Wizard is availablestatic java.lang.String
WebFeatureNotDatamart
Whether the report is a non-datamartstatic java.lang.String
WebFeatureNotFlashFullScreenMode
static java.lang.String
WebFeatureNotNavigationDocument
static java.lang.String
WebFeatureNotPageNavigationDocument
Indicates whether it is a Navigation Document Navigation Document only contains Navigation Barstatic java.lang.String
WebFeatureNotRWEditableViewModeEplus
Use negation in case RWFrameBean isn't present on the page, like export to HTML.(TQMS 389092)static java.lang.String
WebFeatureObjectBrowserEditor
For validating if the Object Browser Editor option should be shown or notstatic java.lang.String
WebFeatureObjectBrowserVisibleInAccordion
Indicates whether the object browser tab is the currently visible tab in the left accordion.static java.lang.String
WebFeatureObjectSearch
For accessing the WebObjectSearch privilegestatic java.lang.String
WebFeatureObjectSubscriptions
For accessing Object Subscriptions (Filtered for an object) pagestatic java.lang.String
WebFeatureOnloadJavaScriptForLockHeader
Whether we need to js code onWinResize() for onLoad event of the tagstatic java.lang.String
WebFeatureOnloadJavaScriptForResize
Whether we need to js code colWidthsDragInit() for onLoad event of the tagstatic java.lang.String
WebFeatureOnlyLoadThemeSpecificCss
Indicates whether to load all color themes css or only load current theme cssstatic java.lang.String
WebFeatureOpen
static java.lang.String
WebFeatureOpenAnalysis
Indicates if the user has privilege to Open an analysis.static java.lang.String
WebFeatureOpenMenusOnClick
For click required on dynamic menusstatic java.lang.String
WebFeatureOptimizedReportPage
Indicates if the current view mode is optimized report modestatic java.lang.String
WebFeaturePageFullScreenMode
Indicate wether the page would be rendered in full screen mode.static java.lang.String
WebFeaturePageFullScreenModeOnly
Indicated whether the user can switch out of the full screen mode.static java.lang.String
WebFeaturePageRWInteractiveViewModeFullScreenReporter
TQMS 309130, this is a wrapper of WebFeatureRWInteractiveViewModeFullScreenReporter in page scope.static java.lang.String
WebFeaturePDF
For accessing the user can export to PDFstatic java.lang.String
WebFeaturePDFPrint
Indicates whether to display PDF as the default printingstatic java.lang.String
WebFeaturePingAuthenticationEnabled
indicates whether we have ping authentication enabled *static java.lang.String
WebFeaturePreferences
Indicates the user hass acces to user preferencesstatic java.lang.String
WebFeaturePreviousStep
Whether to Previous Step in a Wizard is availablestatic java.lang.String
WebFeaturePrint
For accessing the WebPrint privilegestatic java.lang.String
WebFeaturePrintingSubscriptionNotification
Determines whether a email notification for printing is enabled in Project Configurationstatic java.lang.String
WebFeaturePrintNewWindow
For printing to a new windowstatic java.lang.String
WebFeaturePrintSendNow
For accessing the WebSendNow print privilegestatic java.lang.String
WebFeatureProfileReports
Indicates access to my reportsstatic java.lang.String
WebFeaturePublicReports
Indicates access to sharted reportsstatic java.lang.String
WebFeatureQuickSearchEnabled
Indicate whether use New Search Engine or notstatic java.lang.String
WebFeatureRelatedReportsVisibleInAccordion
Indicates whether the related reports tab is the currently visible tab in the left accordion.static java.lang.String
WebFeatureRenameEditObject
Indicates the rename objects feature accessibilitystatic java.lang.String
WebFeatureReportCheckShowAttributeForms
Whether to show the check for Show Attribute Formsstatic java.lang.String
WebFeatureReportCheckShowThresholdFormatting
Whether to enable to show the check for threshold formattingstatic java.lang.String
WebFeatureReportDetails
For accessing the WebReportDetails privilegestatic java.lang.String
WebFeatureReportEnableShowThresholdFormatting
Whether to enable to show threshold formattingstatic java.lang.String
WebFeatureReportFilter
Indicates the report filter editor feature is available.static java.lang.String
WebFeatureReportFilterSupported
static java.lang.String
WebFeatureReportLimit
Indicates the report limit editor feature is available.static java.lang.String
WebFeatureReportLimitSupported
static java.lang.String
WebFeatureReportManipulations
For accessing the WebReportManipulations privilegestatic java.lang.String
WebFeatureReportServices
Indicates whether Report Services is availablestatic java.lang.String
WebFeatureReportShowAttributeForms
Whether to show the Attribute Formsstatic java.lang.String
WebFeatureReportShowDetailedAttributeFormOptions
static java.lang.String
WebFeatureReportTemplateSearch
Indicate whether uses can use report template search or notstatic java.lang.String
WebFeatureRequiredCompleted
Whether to all the required steps in a wizard have been completedstatic java.lang.String
WebFeatureResetUserPasswords
static java.lang.String
WebFeatureRunVIFlash
indicate whether to run vi in flash from preferencestatic java.lang.String
WebFeatureRunVIHTML
indicate whether to run vi in html from preferencestatic java.lang.String
WebFeatureRunVISmart
indicate whether to run vi 'smartly' from preferencestatic java.lang.String
WebFeatureRWAnalysisAndDashboardViewMode
static java.lang.String
WebFeatureRWAnalysisViewMode
static java.lang.String
WebFeatureRWDocumentExecution
Indicates if the user has privilege to execute datamart reportsstatic java.lang.String
WebFeatureRWDocumentScheduledEmail
For accessing if Schedule Email and Send Now is available for RW documentsstatic java.lang.String
WebFeatureRWDocViewsNotEmpty
Indicates whether the document views is not empty for RW documents.static java.lang.String
WebFeatureRWEditableViewMode
Indicates if the current view mode is editable view modestatic java.lang.String
WebFeatureRWEditableViewModeEplus
Indicates if the current view mode is editable or design view modestatic java.lang.String
WebFeatureRWEnableEditInViewMode
Indicates if editing is disabled in view mode for RWDstatic java.lang.String
WebFeatureRWExportOptions
Whether to show the ExportOptionsstatic java.lang.String
WebFeatureRWFlashViewMode
Indicates if the current view mode is Flash view modestatic java.lang.String
WebFeatureRWFlashViewModeEnabled
Indicates if the the Flash view mode should be enabledstatic java.lang.String
WebFeatureRWGroupbyNotEmpty
Indicates whether the groupby units is not empty for RW documents.static java.lang.String
WebFeatureRWIncrementalFetchEnabledInteractiveMode
Returns true if the Incremental fetch is enabled for the RW document in interactive mode.static java.lang.String
WebFeatureRWInteractiveViewMode
Indicates if the current view mode is interactive view modestatic java.lang.String
WebFeatureRWInteractiveViewModeEplus
Indicates if the current view mode is interactive or editable view modestatic java.lang.String
WebFeatureRWInteractiveViewModeFullScreen
Whether the current user has limited privileges and is using the RWInteractiveViewMode in Full Screen.static java.lang.String
WebFeatureRWInteractiveViewModeFullScreenReporter
Whether the current user has limited privileges and is using the RWInteractiveViewMode in Full Screen.static java.lang.String
WebFeatureRWMultiLayoutInteractiveMode
Returns true if the multilayout tab is enabled for the RW document in interactive mode.static java.lang.String
WebFeatureRWStaticViewMode
Indicates if the current view mode is static view modestatic java.lang.String
WebFeaturesActiveGraphFormatEditor
For validating if the graph formatting editor option should perform the event or notstatic java.lang.String
WebFeaturesActiveGridFormatEditor
For validating if the grid formatting editor option should perform the event or notstatic java.lang.String
WebFeatureSaveAnalysis
Indicates if the user has privilege to Save an analysis.static java.lang.String
WebFeatureSaveToMyReports
Indicates if user have the privilege to save in my reports folderstatic java.lang.String
WebFeatureSaveToSharedReports
Indicates if user have the privilege to save in shared reports folderstatic java.lang.String
WebFeatureScheduledEmail
For accessing the WebScheduleEmail privilegestatic java.lang.String
WebFeatureScheduledFileExport
For checking if user has scheduled file exportstatic java.lang.String
WebFeatureScheduledFileExportMenu
For checking if we need to show the menu option for scheduled file exportstatic java.lang.String
WebFeatureScheduledFileExportPage
For checking if user has enough privileges to access file subscribtion pagestatic java.lang.String
WebFeatureScheduledFtp
For checking if user has scheduled ftp exportstatic java.lang.String
WebFeatureScheduledPrint
For checking if user has scheduled file exportstatic java.lang.String
WebFeatureScheduledPrintMenu
For checking if we need to show the menu option for scheduled printstatic java.lang.String
WebFeatureScheduling
For accessing the WebScheduling privilegestatic java.lang.String
WebFeaturesEnableGraphFormatEditor
For validating if the graph formatting editor option should be enabled or notstatic java.lang.String
WebFeaturesEnableGridFormatEditor
For validating if the grid formatting editor option should be enabled or notstatic java.lang.String
WebFeatureSendLinkInEmail
Feature that controls whether a user can send link to a report/document while subscribing.static java.lang.String
WebFeatureSendNow
For accessing the WebSendNow email privilegestatic java.lang.String
WebFeatureShowAddReportObjects
For being able to use the Add Report Objects optionstatic java.lang.String
WebFeatureShowAlertsButton
Whether we should show the shortcut button to open the alerts editor from the threshold editor.static java.lang.String
WebFeatureShowAlertsEditor
Whether the alerts editor should be displayed or notstatic java.lang.String
WebFeatureShowAllObjectsTab
Indicates whether to display the all objects tab in report page.static java.lang.String
WebFeatureShowApplyButton
Indicates whether to show the apply button in the rw standard toolbarstatic java.lang.String
WebFeatureShowBaseViewInLibrary
Indicate if user have the privilege to change show base view in library property in document properties dialogstatic java.lang.String
WebFeatureShowDefinitionTab
Whether the prompt editor should display Definition tab or not.static java.lang.String
WebFeatureShowDossierLibraryLink
Indicate whether to show the Dossier Library linkstatic java.lang.String
WebFeatureShowFilterOnSelectionsChecks
static java.lang.String
WebFeatureShowFormatToolbar
For validating if the formatting toolbar options should be shown or notstatic java.lang.String
WebFeatureShowGraphFormatEditor
For validating if the graph formatting editor option should be shown or notstatic java.lang.String
WebFeatureShowGraphFormatToolbar
For validating if the graph formatting toolbar options should be shown or notstatic java.lang.String
WebFeatureShowGridFormatEditor
For validating if the grid formatting editor option should be shown or notstatic java.lang.String
WebFeatureShowGridFormatToolbar
For validating if the grid formatting toolbar options should be shown or notstatic java.lang.String
WebFeatureShowGridOptionsDrill
Decides whether to show the Drilling section of the Grid Options editor for Grid in RW as well as Reports.static java.lang.String
WebFeatureShowPageBy
Indicates the page by section is accessiblestatic java.lang.String
WebFeatureShowPromptDetails
Whether the prompt details are shown on the report pagestatic java.lang.String
WebFeatureShowReactDossierFormat
Indicates if we want to enable the new react based format panel for Dossierstatic java.lang.String
WebFeatureShowReportExportMenu
Indicates if the report export menu option is displayedstatic java.lang.String
WebFeatureShowReportExportTool
Indicates if the report export toolbar option is displayedstatic java.lang.String
WebFeatureShowReportFlashExport
Indicates whether to display the report flash export option.static java.lang.String
WebFeatureShowReportPDFToolbarButton
Indicates if the pdf export toolbar option is displayedstatic java.lang.String
WebFeatureShowRwExportMenu
Indicates if the rw export menu option is displayedstatic java.lang.String
WebFeatureShowSubTotals
Indicates the subtotals are accessiblestatic java.lang.String
WebFeatureShowTotals
Indicates the totals are accessiblestatic java.lang.String
WebFeatureShowUserLogoutOptions
Indicates if the Administrator has authorized users to view and modify the logout option flagsstatic java.lang.String
WebFeatureShowViewFilterEditor
Indicates view filter editor accessibilitystatic java.lang.String
WebFeatureSingleWorkingset
indicate whether allow only one working setstatic java.lang.String
WebFeatureSortDrillPaths
Decides whether the preference to sort drill paths to be set alphabetically has been set by the users.static java.lang.String
WebFeatureStyleFolderViewModeIconView
static java.lang.String
WebFeatureStyleFolderViewModeListView
Identifies whether the List View mode is on or the Icon View mode is onstatic java.lang.String
WebFeatureStyleSecurityRolesViewModeListView
Identifies whether the list view mode is on or off for security role elementsstatic java.lang.String
WebFeatureStyleUserManagerViewModeListView
Identifies whether the list view mode is on or off for user manager elementsstatic java.lang.String
WebFeatureSubscribeDynamicAddressList
static java.lang.String
WebFeatureSubscribeOthers
Feature that controls whether a user can subscribe others while creating a subscription.static java.lang.String
WebFeatureSubscribeToAlert
Feature that controls whether a user can create an alert subscription This feature checks for theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesSubscribeToEmailAlert
privilege.static java.lang.String
WebFeatureSubscriptions
For accessing My Subscriptions pagestatic java.lang.String
WebFeatureSupportCartesianJoin
Indicate if user have the privilege to use cartesian joinstatic java.lang.String
WebFeatureSwitchPagebyElement
For validating if the user can change pageby elementstatic java.lang.String
WebFeatureTemplateReports
Indicates access to create reportsstatic java.lang.String
WebFeatureUseAdvancedThresholdEditor
For checking if user has privileges to use advanced threshold editorstatic java.lang.String
WebFeatureUseBasicOrAdvancedThresholdEditor
For checking if user has privileges to use either basic or advanced threshold editorstatic java.lang.String
WebFeatureUseBasicThresholdEditor
For checking if user has privileges to use basic threshold editorstatic java.lang.String
WebFeatureUseContactManager
static java.lang.String
WebFeatureUseDistributionServices
Indicates that distribution services is enabled.static java.lang.String
WebFeatureUseImmediateDelivery
Indicates that at least one type of Object Subscription (by delivery mode) is enabledstatic java.lang.String
WebFeatureUseMetricEditor
Indicates if user have the privilege to use metric editorstatic java.lang.String
WebFeatureUseReportAccessRight
Indicates if user is allowed to use the report or not.static java.lang.String
WebFeatureUseSecurityFilterManager
static java.lang.String
WebFeatureUseSendPreviewNow
Indicates whether user can send a preview subscriptionstatic java.lang.String
WebFeatureUseUserManager
static java.lang.String
WebFeatureUseViewFilterEditor
Indicates view filter editor accessibilitystatic java.lang.String
WebFeatureUseVLDBPropertyEditor
Indicates if user has the privilege to use the VLDB Property Editor.static java.lang.String
WebFeatureUsherAuthenticationEnabled
indicates whether we have usher authentication enabledstatic java.lang.String
WebFeatureViewDocumentsInHTML
Indicates whether the prompt details section is openstatic java.lang.String
WebFeatureViewGroupProperties
static java.lang.String
WebFeatureViewHistoryList
For accessing the WebViewHistoryList privilegestatic java.lang.String
WebFeatureViewSecurityRoleProperties
static java.lang.String
WebFeatureViewUserProperties
static java.lang.String
WebFeatureWarnOverwriteFlashVI
indicates whether should warn user when overwriting a flash vi with html5.static java.lang.String
WebFeatureWebPivot
For validating if the user can use pivotstatic java.lang.String
WebFeatureWebRemoveFromGrid
For validating if the user can remove from gridstatic java.lang.String
WebFeatureWebRemoveFromReport
For validating if the user can remove from report objectsstatic java.lang.String
WebFeatureWebServer
static java.lang.String
WebFeatureWebShowAdvanvedReportOptions
Indicates whether the current user has enough privilege to view Report Details Properties editor (DssXmlPrivilegesWebDefineAdvancedReportOptions)static java.lang.String
WebFeatureWebSort
Indicates the sort accessibilitystatic java.lang.String
WebFeatureWebUser
For accessing the WebUser privilegestatic java.lang.String
WebFeatureWebUseSharingEditor
Indicates whether the user can use sharing editor in web.static java.lang.String
WebSaveDerivedElements
-
Fields inherited from interface com.microstrategy.web.beans.EnumWebFeatures
WebFeatureAccessDataFromCloudApp, WebFeatureAccessDataFromFiles, WebFeatureActiveAutoFitContent, WebFeatureActiveAutoFitWindow, WebFeatureAddNotes, WebFeatureAddToHistoryList, WebFeatureAutoPageBy, WebFeatureAutoRefresh, WebFeatureBrowserSupportsWebArchitect, WebFeatureCanUseWebArchitect, WebFeatureCheckAutoFitContent, WebFeatureCheckAutoFitWindow, WebFeatureCheckDocumentThresholds, WebFeatureCheckEmptyAxisDisplayed, WebFeatureCheckGridTitlesOverlap, WebFeatureCheckLockColumnHeaders, WebFeatureCheckLockRowColumnHeaders, WebFeatureCheckLockRowHeaders, WebFeatureCheckMergeColHeader, WebFeatureCheckMergeRowHeader, WebFeatureCheckOutlineMode, WebFeatureCheckRecursiveAttribute, WebFeatureCheckShowEmptyAxis, WebFeatureCheckShowSubtotals, WebFeatureCompressXMLState, WebFeatureConfigureTransactions, WebFeatureCreateGroups, WebFeatureCreateHTMLContainer, WebFeatureCreateSurvey, WebFeatureDisableHTMLDocuments, WebFeatureDocumentAjaxVisualizationAvailable, WebFeatureDocumentDesignMode, WebFeatureDocumentFlashVisualizationAvailable, WebFeatureDocumentHasThresholds, WebFeatureDocumentSubscription, WebFeatureDrillMetrics, WebFeatureDrillWithinIntelligentCube, WebFeatureEditNotes, WebFeatureEditReportFilter, WebFeatureEmbeddedTemplateNode, WebFeatureEnableDashboardControls, WebFeatureEnableLockGridHeaders, WebFeatureEnableOfflineUCOnCubeConfig, WebFeatureEnableQuickSubtotal, WebFeatureEnableReportRedo, WebFeatureEnableReportUndo, WebFeatureEnableRWOptimizedInteractiveViewMode, WebFeatureEnableShowSubtotals, WebFeatureExecuteTransactions, WebFeatureExecutionFullScreenMode, WebFeatureExportToMstrFile, WebFeatureGraphMode, WebFeatureGridGraphFormatting, WebFeatureGridGraphMode, WebFeatureGridMode, WebFeatureHasAttributesOnTemplate, WebFeatureHasAvailableSubtotals, WebFeatureHtml5ExportToPDF, WebFeatureImportMstrFile, WebFeatureInsertTransformationMetrics, WebFeatureIsCubeReport, WebFeatureIsDatamart, WebFeatureIsDocumentInVisualizationMode, WebFeatureIsGraphViewMode, WebFeatureIsGridViewMode, WebFeatureIsIntelligentCube, WebFeatureIsMultiLayoutDoc, WebFeatureIsNCSCSConfigured, WebFeatureIsNonViewableReport, WebFeatureIsNotCubeReport, WebFeatureIsNotesAvailable, WebFeatureIsNotEveryOneGroups, WebFeatureIsNotSingleRowReport, WebFeatureIsSchemaDefined, WebFeatureIsSubscribableReport, WebFeatureIsTwoStepVerificationRequired, WebFeatureIsViewReport, WebFeatureIsVisualizationMode, WebFeatureLockGridHeaders, WebFeatureManageDataSets, WebFeatureMobileViewDocument, WebFeatureModifyGridLevelInDocuments, WebFeatureNotXDAMDXReport, WebFeatureNumberFormatting, WebFeatureOrionIServer, WebFeatureProjectLevelMCEJoinForDataCombination, WebFeaturePublish, WebFeatureQuicklinksRefresh, WebFeatureReexecute, WebFeatureRefresh, WebFeatureRemoveDerivedMetricFromReport, WebFeatureReportFixedColumnWidth, WebFeatureReportFixedRowHeight, WebFeatureReprompt, WebFeatureRWEditableViewModeAvailable, WebFeatureRWFlashViewModeAvailable, WebFeatureRWInteractiveViewModeAvailable, WebFeatureRWIVEModeAvailable, WebFeatureRWLevelMCEJoinForDataCombination, WebFeatureRWOptimizedInteractiveViewMode, WebFeatureRWStaticViewModeAvailable, WebFeatureRWSupportFlashMode, WebFeatureSavePersonalPromptAnswers, WebFeatureSaveReport, WebFeatureSaveTemplateFilter, WebFeatureSetAttributeFormDisplay, WebFeatureShowDocumentVisualizationsPulldown, WebFeatureShowFeedbackBtn, WebFeatureShowGroupByForExport, WebFeatureShowPreviews, WebFeatureShowReportSql, WebFeatureShowSampleRecents, WebFeatureShowVisualizationPulldown, WebFeatureSimpleGraphFormatting, WebFeatureSingleSourceGrid, WebFeatureSingleSourceGridProject, WebFeatureSupportDossierMoveAcrossPanelStack, WebFeatureSupportDossierPanelStack, WebFeatureSupportDossierPanelStackCopyMove, WebFeatureTargetValidForSubscriptionType, WebFeatureUseCookies, WebFeatureUseDatabaseInstanceManager, WebFeatureUseDatabaseLoginManager, WebFeatureUseGridColIncrementalRender, WebFeatureUseMobile, WebFeatureUseNaturalLanguage, WebFeatureUseOffice, WebFeatureUsePromptEditor, WebFeatureUseReportFilterEditor, WebFeatureUseRichTextBox, WebFeatureUserReportObjectsWindow, WebFeatureUseSuperGrid, WebFeatureUseSuperGridDev, WebFeatureViewNotes, WebFeatureVisualizationEnabled, WebFeatureVisualizationsAvailableForReports, WebFeatureVisualizationsAvailableForRW, WebFeatureVisualizationsAvailableForRWGrids, WebFeatureVisualizationsAvailableForRWLayout, WebFeatureVisualizationsSuported, WebFeatureWebDefineQueryBuilderReport, WebFeatureWebDefineViewReport, WebFeatureWebDrillAndLink, WebFeatureWebEditDrillingAndLinks, WebFeatureWebEnableFtpSubscriptions, WebFeatureWebEnablePrintSubscriptions, WebFeatureWebExecuteCubeReport, WebFeatureWebExportToCSV, WebFeatureWebExportToCSVPrivilege, WebFeatureWebExportToExcel, WebFeatureWebExportToExcelPlainText, WebFeatureWebExportToExcelPlainTextPrivilege, WebFeatureWebExportToExcelPrivilege, WebFeatureWebExportToFlash, WebFeatureWebExportToHTML, WebFeatureWebExportToHTMLPrivilege, WebFeatureWebExportToPDF, WebFeatureWebExportToPDFPrivilege, WebFeatureWebExportToPlainText, WebFeatureWebExportToPlainTextPrivilege, WebFeatureWebImportData, WebFeatureWebImportDatabase, WebFeatureWebModifyReportList, WebFeatureWebUseCustomGroupEditor, WebFeatureXDACustomSQLReport, WebFeatureXDAMDXReport, WebPreferenceUseMicroChart
-
-
-
-
Field Detail
-
WebFeatureEditorOpen
static final java.lang.String WebFeatureEditorOpen
Denotes the drill on graphs accessibility- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureOpen
static final java.lang.String WebFeatureOpen
- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureGraphDrill
static final java.lang.String WebFeatureGraphDrill
Denotes the drill on graphs accessibility- See Also:
- Constant Field Values
-
WebFeatureDrillEditorOpen
static final java.lang.String WebFeatureDrillEditorOpen
Denotes the drill editor availability- See Also:
- Constant Field Values
-
WebFeatureAdvancedDrillEditorOpen
static final java.lang.String WebFeatureAdvancedDrillEditorOpen
Denotes the advanced drill editor availability- See Also:
- Constant Field Values
-
WebFeatureDrillEditor
static final java.lang.String WebFeatureDrillEditor
Denotes the drill editor accessibility- See Also:
- Constant Field Values
-
WebFeatureEnableDrillEditor
static final java.lang.String WebFeatureEnableDrillEditor
Whether the "drill" menu is enabled or not- See Also:
- Constant Field Values
-
WebFeatureDrillRightMouseClick
static final java.lang.String WebFeatureDrillRightMouseClick
Denotrs the drill on right mouse click accessibility- See Also:
- Constant Field Values
-
WebFeatureGridDrillHyperlink
static final java.lang.String WebFeatureGridDrillHyperlink
Denotes the drill on link accessibility- See Also:
- Constant Field Values
-
WebFeatureGridDrillAdvanced
static final java.lang.String WebFeatureGridDrillAdvanced
Denotes the advanced drill accessibility- See Also:
- Constant Field Values
-
WebFeatureGridDrillDownOnly
static final java.lang.String WebFeatureGridDrillDownOnly
Denotes the drill down only restriction- See Also:
- Constant Field Values
-
WebFeatureChangeDrillPreferences
static final java.lang.String WebFeatureChangeDrillPreferences
Denotes the change drill preferences ability- See Also:
- Constant Field Values
-
WebFeatureDrillShowMetricValueLink
static final java.lang.String WebFeatureDrillShowMetricValueLink
Denotes the show drill on metric value link- Since:
- MicroStrategy Web 7.5.0
- See Also:
- Constant Field Values
-
WebFeatureDrillShowMetricValueRMC
static final java.lang.String WebFeatureDrillShowMetricValueRMC
Denotes the show drill on metric value RMC- Since:
- MicroStrategy Web 7.5.0
- See Also:
- Constant Field Values
-
WebFeatureDrillHyperlink
static final java.lang.String WebFeatureDrillHyperlink
Denotes the show drilling hyperlink on the grid- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureDrillOpenInSameWindow
static final java.lang.String WebFeatureDrillOpenInSameWindow
Decides if we need to open the drill in a new window- Since:
- MicroStrategy Web 7.5.4
- See Also:
- Constant Field Values
-
WebFeatureShowGridOptionsDrill
static final java.lang.String WebFeatureShowGridOptionsDrill
Decides whether to show the Drilling section of the Grid Options editor for Grid in RW as well as Reports.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureSortDrillPaths
static final java.lang.String WebFeatureSortDrillPaths
Decides whether the preference to sort drill paths to be set alphabetically has been set by the users.- Since:
- MicroStrategy Web 10
- See Also:
- Constant Field Values
-
WebFeatureStyleFolderViewModeListView
static final java.lang.String WebFeatureStyleFolderViewModeListView
Identifies whether the List View mode is on or the Icon View mode is on- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureStyleFolderViewModeIconView
static final java.lang.String WebFeatureStyleFolderViewModeIconView
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureStyleUserManagerViewModeListView
static final java.lang.String WebFeatureStyleUserManagerViewModeListView
Identifies whether the list view mode is on or off for user manager elements- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureStyleSecurityRolesViewModeListView
static final java.lang.String WebFeatureStyleSecurityRolesViewModeListView
Identifies whether the list view mode is on or off for security role elements- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureFilteronselectionEditorOpen
static final java.lang.String WebFeatureFilteronselectionEditorOpen
Denotes the filter on selection availability- See Also:
- Constant Field Values
-
WebFeatureFilteronselectionEditor
static final java.lang.String WebFeatureFilteronselectionEditor
Denotes the filter on selection accessibility- See Also:
- Constant Field Values
-
WebFeatureEnableFilteronselectionEditor
static final java.lang.String WebFeatureEnableFilteronselectionEditor
Denotes the filter on selection restriction- See Also:
- Constant Field Values
-
WebFeatureEnableMenuFormat
static final java.lang.String WebFeatureEnableMenuFormat
Whether the "Format" dropdown menu is enabled or not- See Also:
- Constant Field Values
-
WebFeatureCheckFormatToolbar
static final java.lang.String WebFeatureCheckFormatToolbar
For validating if the format toolbar option should be shown checked or not- See Also:
- Constant Field Values
-
WebFeatureShowGridFormatEditor
static final java.lang.String WebFeatureShowGridFormatEditor
For validating if the grid formatting editor option should be shown or not- See Also:
- Constant Field Values
-
WebFeatureShowGraphFormatEditor
static final java.lang.String WebFeatureShowGraphFormatEditor
For validating if the graph formatting editor option should be shown or not- See Also:
- Constant Field Values
-
WebFeatureEnableAllGraphFormatEditor
@Deprecated static final java.lang.String WebFeatureEnableAllGraphFormatEditor
Deprecated.Use WebFeatureGridGraphFormattingFor validating if all the graph format editor is available to the user- See Also:
- Constant Field Values
-
WebFeatureShowFormatToolbar
static final java.lang.String WebFeatureShowFormatToolbar
For validating if the formatting toolbar options should be shown or not- See Also:
- Constant Field Values
-
WebFeatureShowGraphFormatToolbar
static final java.lang.String WebFeatureShowGraphFormatToolbar
For validating if the graph formatting toolbar options should be shown or not- Since:
- MicroStrategy Web 8.0.1
- See Also:
- Constant Field Values
-
WebFeatureShowGridFormatToolbar
static final java.lang.String WebFeatureShowGridFormatToolbar
For validating if the grid formatting toolbar options should be shown or not- Since:
- MicroStrategy Web 8.0.1
- See Also:
- Constant Field Values
-
WebFeatureEnableFormatToolbar
static final java.lang.String WebFeatureEnableFormatToolbar
For validating if the (grid/graph) formatting toolbar options should be enabled or not- See Also:
- Constant Field Values
-
WebFeatureEnableGridFormatToolbar
static final java.lang.String WebFeatureEnableGridFormatToolbar
For validating if the grid format toolbar should be enabled or not- See Also:
- Constant Field Values
-
WebFeaturesEnableGridFormatEditor
static final java.lang.String WebFeaturesEnableGridFormatEditor
For validating if the grid formatting editor option should be enabled or not- See Also:
- Constant Field Values
-
WebFeatureEnableChangeGridAutoStyle
static final java.lang.String WebFeatureEnableChangeGridAutoStyle
For validating if the grid autostyle option should be enabled or not- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeaturesEnableGraphFormatEditor
static final java.lang.String WebFeaturesEnableGraphFormatEditor
For validating if the graph formatting editor option should be enabled or not- See Also:
- Constant Field Values
-
WebFeatureReportFilterSupported
static final java.lang.String WebFeatureReportFilterSupported
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureReportLimitSupported
static final java.lang.String WebFeatureReportLimitSupported
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureMenuGraphMode
static final java.lang.String WebFeatureMenuGraphMode
Indicates if the graph mode is accessible from the menu- See Also:
- Constant Field Values
-
WebFeatureCheckGraphMode
static final java.lang.String WebFeatureCheckGraphMode
Indicates if the report is in graph mode- See Also:
- Constant Field Values
-
WebFeatureEnableGraphMode
static final java.lang.String WebFeatureEnableGraphMode
Indicates if the graph mode option on the menu is enabled- See Also:
- Constant Field Values
-
WebFeatureGraphShowGridGraph
static final java.lang.String WebFeatureGraphShowGridGraph
Indicates whether to show all graphs in grid-graph view- See Also:
- Constant Field Values
-
WebFeatureChangeViewMode
static final java.lang.String WebFeatureChangeViewMode
Indicates whether user has the priviledge to change view mode.- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureDhtmlOrGraphMajor1
static final java.lang.String WebFeatureDhtmlOrGraphMajor1
Indicates whether the graph major type 1 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor2
static final java.lang.String WebFeatureDhtmlOrGraphMajor2
Indicates whether the graph major type 2 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor4
static final java.lang.String WebFeatureDhtmlOrGraphMajor4
Indicates whether the graph major type 4 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor8
static final java.lang.String WebFeatureDhtmlOrGraphMajor8
Indicates whether the graph major type 8 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor16
static final java.lang.String WebFeatureDhtmlOrGraphMajor16
Indicates whether the graph major type 16 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor32
static final java.lang.String WebFeatureDhtmlOrGraphMajor32
Indicates whether the graph major type 32 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor64
static final java.lang.String WebFeatureDhtmlOrGraphMajor64
Indicates whether the graph major type 64 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor128
static final java.lang.String WebFeatureDhtmlOrGraphMajor128
Indicates whether the graph major type 128 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor256
static final java.lang.String WebFeatureDhtmlOrGraphMajor256
Indicates whether the graph major type 256 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor512
static final java.lang.String WebFeatureDhtmlOrGraphMajor512
Indicates whether the graph major type 512 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor1024
static final java.lang.String WebFeatureDhtmlOrGraphMajor1024
Indicates whether the graph major type 1024 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor2048
static final java.lang.String WebFeatureDhtmlOrGraphMajor2048
Indicates whether the graph major type 2048 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor4096
static final java.lang.String WebFeatureDhtmlOrGraphMajor4096
Indicates whether the graph major type 4096 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor8192
static final java.lang.String WebFeatureDhtmlOrGraphMajor8192
Indicates whether the graph major type 8192 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor16384
static final java.lang.String WebFeatureDhtmlOrGraphMajor16384
Indicates whether the graph major type 16384 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor32768
static final java.lang.String WebFeatureDhtmlOrGraphMajor32768
Indicates whether the graph major type 32768 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor65536
static final java.lang.String WebFeatureDhtmlOrGraphMajor65536
Indicates whether the graph major type 65536 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor131072
static final java.lang.String WebFeatureDhtmlOrGraphMajor131072
Indicates whether the graph major type 131072 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor262144
static final java.lang.String WebFeatureDhtmlOrGraphMajor262144
Indicates whether the graph major type 262144 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor524288
static final java.lang.String WebFeatureDhtmlOrGraphMajor524288
Indicates whether the graph major type 524288 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor1048576
static final java.lang.String WebFeatureDhtmlOrGraphMajor1048576
Indicates whether the graph major type 1048576 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor2097152
static final java.lang.String WebFeatureDhtmlOrGraphMajor2097152
Indicates whether the graph major type 2097152 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor4194304
static final java.lang.String WebFeatureDhtmlOrGraphMajor4194304
Indicates whether the graph major type 4194304 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor8388608
static final java.lang.String WebFeatureDhtmlOrGraphMajor8388608
Indicates whether the graph major type 8388608 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMajor16777216
static final java.lang.String WebFeatureDhtmlOrGraphMajor16777216
Indicates whether the graph major type 16777216 should be enabled for the graph, or if dhtml is enabled- Since:
- MicroStrategy Web 9.0.0
- See Also:
EnumDSSXMLMajorGraphTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorAbsolute
static final java.lang.String WebFeatureDhtmlOrGraphMinorAbsolute
Indicates whether the graph minor type is absolute, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorBarAbsolute
static final java.lang.String WebFeatureDhtmlOrGraphMinorBarAbsolute
Indicates whether the graph minor type is absolute (for vertical and horizontal bar), or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.1
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorBipolarAbsolute
static final java.lang.String WebFeatureDhtmlOrGraphMinorBipolarAbsolute
Indicates whether the graph minor type is bipolar absolute, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorDualAxisAbsolute
static final java.lang.String WebFeatureDhtmlOrGraphMinorDualAxisAbsolute
Indicates whether the graph minor type is dual axis absolute, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorStacked
static final java.lang.String WebFeatureDhtmlOrGraphMinorStacked
Indicates whether the graph minor type is stacked, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorBipolarStacked
static final java.lang.String WebFeatureDhtmlOrGraphMinorBipolarStacked
Indicates whether the graph minor type is bipolar stacked, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorDualAxisStacked
static final java.lang.String WebFeatureDhtmlOrGraphMinorDualAxisStacked
Indicates whether the graph minor type is dual axis stacked, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorPercent
static final java.lang.String WebFeatureDhtmlOrGraphMinorPercent
Indicates whether the graph minor type is percent, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorSideBySide
static final java.lang.String WebFeatureDhtmlOrGraphMinorSideBySide
Indicates whether the graph minor type is side by side, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorBipolarSideBySide
static final java.lang.String WebFeatureDhtmlOrGraphMinorBipolarSideBySide
Indicates whether the graph minor type is bipolar side by side, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorDualAxisSideBySide
static final java.lang.String WebFeatureDhtmlOrGraphMinorDualAxisSideBySide
Indicates whether the graph minor type is dual axis side by side, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorPie
static final java.lang.String WebFeatureDhtmlOrGraphMinorPie
Indicates whether the graph minor type is pie, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorMultiplePies
static final java.lang.String WebFeatureDhtmlOrGraphMinorMultiplePies
Indicates whether the graph minor type is multiple pies, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorMultipleProportionalPies
static final java.lang.String WebFeatureDhtmlOrGraphMinorMultipleProportionalPies
Indicates whether the graph minor type is multiple proportional pies, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorRingPie
static final java.lang.String WebFeatureDhtmlOrGraphMinorRingPie
Indicates whether the graph minor type is ring pie, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorMultipleRingPies
static final java.lang.String WebFeatureDhtmlOrGraphMinorMultipleRingPies
Indicates whether the graph minor type is multiple ring pies, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorMultipleProportionalRingPies
static final java.lang.String WebFeatureDhtmlOrGraphMinorMultipleProportionalRingPies
Indicates whether the graph minor type is multiple proportional ring pies, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorXYScatter
static final java.lang.String WebFeatureDhtmlOrGraphMinorXYScatter
Indicates whether the graph minor type is XY scatter, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorXYScatterWithLabels
static final java.lang.String WebFeatureDhtmlOrGraphMinorXYScatterWithLabels
Indicates whether the graph minor type is XY scatter with labels, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorDualAxisXYScatter
static final java.lang.String WebFeatureDhtmlOrGraphMinorDualAxisXYScatter
Indicates whether the graph minor type is dual axis XY scatter, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorDualAxisXYScatterWithLabels
static final java.lang.String WebFeatureDhtmlOrGraphMinorDualAxisXYScatterWithLabels
Indicates whether the graph minor type is dual axis XY scatter with labels, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorPolarCoordinatesChart
static final java.lang.String WebFeatureDhtmlOrGraphMinorPolarCoordinatesChart
Indicates whether the graph minor type is polar coordinates chart, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorDualAxisPolarChart
static final java.lang.String WebFeatureDhtmlOrGraphMinorDualAxisPolarChart
Indicates whether the graph minor type is dual axis polar chart, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorCoordinatesChart
static final java.lang.String WebFeatureDhtmlOrGraphMinorCoordinatesChart
Indicates whether the graph minor type is coordinates chart, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorRadarLine
static final java.lang.String WebFeatureDhtmlOrGraphMinorRadarLine
Indicates whether the graph minor type is radar line, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorRadarStackedArea
static final java.lang.String WebFeatureDhtmlOrGraphMinorRadarStackedArea
Indicates whether the graph minor type is radar stacked line, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorDualAxisRadarLine
static final java.lang.String WebFeatureDhtmlOrGraphMinorDualAxisRadarLine
Indicates whether the graph minor type is dual axis radar line, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorDualAxisRadarStackedArea
static final java.lang.String WebFeatureDhtmlOrGraphMinorDualAxisRadarStackedArea
Indicates whether the graph minor type is dual axis radar stacked line, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorArea
static final java.lang.String WebFeatureDhtmlOrGraphMinorArea
Indicates whether the graph minor type is radar area, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.1
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorStackedArea
static final java.lang.String WebFeatureDhtmlOrGraphMinorStackedArea
Indicates whether the graph minor type is radar stacked area, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.1
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorBubble
static final java.lang.String WebFeatureDhtmlOrGraphMinorBubble
Indicates whether the graph minor type is bubble, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorBubbleDualAxis
static final java.lang.String WebFeatureDhtmlOrGraphMinorBubbleDualAxis
Indicates whether the graph minor type is bubble dual axis, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorHiLow
static final java.lang.String WebFeatureDhtmlOrGraphMinorHiLow
Indicates whether the graph minor type is hi low, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorHiLowDualAxis
static final java.lang.String WebFeatureDhtmlOrGraphMinorHiLowDualAxis
Indicates whether the graph minor type is hi low dual axis, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorHiLowOpen
static final java.lang.String WebFeatureDhtmlOrGraphMinorHiLowOpen
Indicates whether the graph minor type is hi low open, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorHiLowOpenDualAxis
static final java.lang.String WebFeatureDhtmlOrGraphMinorHiLowOpenDualAxis
Indicates whether the graph minor type is hi low open dual axis, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorHiLowOpenClose
static final java.lang.String WebFeatureDhtmlOrGraphMinorHiLowOpenClose
Indicates whether the graph minor type is hi low open close, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorHiLowOpenCloseDualAxis
static final java.lang.String WebFeatureDhtmlOrGraphMinorHiLowOpenCloseDualAxis
Indicates whether the graph minor type is hi low open close dual axis, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorVerticalHistogram
static final java.lang.String WebFeatureDhtmlOrGraphMinorVerticalHistogram
Indicates whether the graph minor type is vertical histogram, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorHorizontalHistogram
static final java.lang.String WebFeatureDhtmlOrGraphMinorHorizontalHistogram
Indicates whether the graph minor type is horizontal histogram, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorBars
static final java.lang.String WebFeatureDhtmlOrGraphMinorBars
Indicates whether the graph minor type is bars, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorPyramids
static final java.lang.String WebFeatureDhtmlOrGraphMinorPyramids
Indicates whether the graph minor type is pyramids, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorOctagons
static final java.lang.String WebFeatureDhtmlOrGraphMinorOctagons
Indicates whether the graph minor type is octagons, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorCutCornerBars
static final java.lang.String WebFeatureDhtmlOrGraphMinorCutCornerBars
Indicates whether the graph minor type is cut corner bars, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorCubes
static final java.lang.String WebFeatureDhtmlOrGraphMinorCubes
Indicates whether the graph minor type is cubes, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorSpheres
static final java.lang.String WebFeatureDhtmlOrGraphMinorSpheres
Indicates whether the graph minor type is spheres, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorAreas
static final java.lang.String WebFeatureDhtmlOrGraphMinorAreas
Indicates whether the graph minor type is areas, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorRibbons
static final java.lang.String WebFeatureDhtmlOrGraphMinorRibbons
Indicates whether the graph minor type is ribbons, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorSteps
static final java.lang.String WebFeatureDhtmlOrGraphMinorSteps
Indicates whether the graph minor type is steps, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinor3DSurface
static final java.lang.String WebFeatureDhtmlOrGraphMinor3DSurface
Indicates whether the graph minor type is 3D surface, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinor3DSurfaceWithSides
static final java.lang.String WebFeatureDhtmlOrGraphMinor3DSurfaceWithSides
Indicates whether the graph minor type is 3D surface with sides, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinor3DHoneycombSurface
static final java.lang.String WebFeatureDhtmlOrGraphMinor3DHoneycombSurface
Indicates whether the graph minor type is 3D honeycomb surface, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinor3DXYZScatterChart
static final java.lang.String WebFeatureDhtmlOrGraphMinor3DXYZScatterChart
Indicates whether the graph minor type is 3D XYZ scatter chart, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinor3DXYZScatterChartWithLabels
static final java.lang.String WebFeatureDhtmlOrGraphMinor3DXYZScatterChartWithLabels
Indicates whether the graph minor type is 3D XYZ scatter chart with labels, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorParetoPercent
static final java.lang.String WebFeatureDhtmlOrGraphMinorParetoPercent
Indicates whether the graph minor type is pareto percent, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorStandard
static final java.lang.String WebFeatureDhtmlOrGraphMinorStandard
Indicates whether the graph minor type is standard, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorBoxAndWhiskers
static final java.lang.String WebFeatureDhtmlOrGraphMinorBoxAndWhiskers
Indicates whether the graph minor type is box and whiskers, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorGantt
static final java.lang.String WebFeatureDhtmlOrGraphMinorGantt
Indicates whether the graph minor type is gantt, or if dhtml is enabled- Since:
- MicroStrategy Web 8.0.0
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorBarBipolarAbsolute
static final java.lang.String WebFeatureDhtmlOrGraphMinorBarBipolarAbsolute
Indicates whether the graph minor type is bipolar absolute, or if dhtml is enabled- Since:
- MicroStrategy Web 9.0.1
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureDhtmlOrGraphMinorBarDualAxisAbsolute
static final java.lang.String WebFeatureDhtmlOrGraphMinorBarDualAxisAbsolute
Indicates whether the graph minor type is dual axis absolute, or if dhtml is enabled- Since:
- MicroStrategy Web 9.0.1
- See Also:
EnumDSSXMLVAreaMinorTypes
,EnumDSSXMLHAreaMinorTypes
,EnumDSSXMLVBarMinorTypes
,EnumDSSXMLHBarMinorTypes
,EnumDSSXMLVLineMinorTypes
,EnumDSSXMLHLineMinorTypes
,EnumDSSXMLPieMinorTypes
,EnumDSSXMLScatterMinorTypes
,EnumDSSXMLPolarMinorTypes
,EnumDSSXMLRadarMinorTypes
,EnumDSSXMLBubbleMinorTypes
,EnumDSSXMLHiloStockMinorTypes
,EnumDSSXMLHistogramMinorTypes
,EnumDSSXML3DRiserMinorTypes
,EnumDSSXML3DFloatMinorTypes
,EnumDSSXML3DConnGrpMinorTypes
,EnumDSSXML3DConnSeriesMinorTypes
,EnumDSSXML3DSurfaceMinorTypes
,EnumDSSXML3DScatterMinorTypes
, Constant Field Values
-
WebFeatureMenuGridGraphMode
static final java.lang.String WebFeatureMenuGridGraphMode
Indicates if the grid & graph option is accessible from the menu- See Also:
- Constant Field Values
-
WebFeatureCheckGridGraphMode
static final java.lang.String WebFeatureCheckGridGraphMode
Indicates if the report is in grid & graph mode- See Also:
- Constant Field Values
-
WebFeatureEnableGridGraphMode
static final java.lang.String WebFeatureEnableGridGraphMode
Indicates id the grid & graph mode option on the menu in enabled- See Also:
- Constant Field Values
-
WebFeatureReportDetails
static final java.lang.String WebFeatureReportDetails
For accessing the WebReportDetails privilege- See Also:
- Constant Field Values
-
WebFeatureDesignMode
static final java.lang.String WebFeatureDesignMode
Indicates the design mode is accessible- See Also:
- Constant Field Values
-
WebFeatureEnableDesignMode
static final java.lang.String WebFeatureEnableDesignMode
Indicates the "design mode" menu is enabled or not- See Also:
- Constant Field Values
-
WebFeatureCheckDesignMode
static final java.lang.String WebFeatureCheckDesignMode
Indicates the "design mode" menu is checked or not- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckDesignFilterMode
static final java.lang.String WebFeatureCheckDesignFilterMode
Indicates the "design filter mode" menu is checked or not- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckDesignTemplateMode
static final java.lang.String WebFeatureCheckDesignTemplateMode
Indicates the "design template mode" menu is checked or not- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckCreateMode
static final java.lang.String WebFeatureCheckCreateMode
Indicates the "create mode" menu is checked or not- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureExecuteMode
static final java.lang.String WebFeatureExecuteMode
Indicates the design mode is accessible- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableExecuteMode
static final java.lang.String WebFeatureEnableExecuteMode
Indicates the "design mode" menu is enabled or not- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckExecuteMode
static final java.lang.String WebFeatureCheckExecuteMode
Indicates the "design mode" menu is checked or not- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureMenuGridMode
static final java.lang.String WebFeatureMenuGridMode
Indicates the grid option is accesible from the menu- See Also:
- Constant Field Values
-
WebFeatureEnableGridMode
static final java.lang.String WebFeatureEnableGridMode
Indicates the grid option is enabled in the menu- See Also:
- Constant Field Values
-
WebFeatureCheckGridMode
static final java.lang.String WebFeatureCheckGridMode
Indicates the report is on grid mode- See Also:
- Constant Field Values
-
WebFeatureEnableOutlineMode
static final java.lang.String WebFeatureEnableOutlineMode
Indicates the report is in outline mode- See Also:
- Constant Field Values
-
WebFeatureObjectBrowserEditor
static final java.lang.String WebFeatureObjectBrowserEditor
For validating if the Object Browser Editor option should be shown or not- See Also:
- Constant Field Values
-
WebFeatureCheckShowPivotButtons
static final java.lang.String WebFeatureCheckShowPivotButtons
Indicates the pivot buttons are enabled- See Also:
- Constant Field Values
-
WebFeatureEnableShowPivotButtons
static final java.lang.String WebFeatureEnableShowPivotButtons
Indicates the pivot buttons are accessible- See Also:
- Constant Field Values
-
WebFeatureShowPageBy
static final java.lang.String WebFeatureShowPageBy
Indicates the page by section is accessible- See Also:
- Constant Field Values
-
WebFeatureEnablePageBy
static final java.lang.String WebFeatureEnablePageBy
Whether the "page by section" menu is enabled or not- See Also:
- Constant Field Values
-
WebFeatureCheckShowPageBy
static final java.lang.String WebFeatureCheckShowPageBy
Indicates the page by section is visible- See Also:
- Constant Field Values
-
WebFeatureCheckShowBanding
static final java.lang.String WebFeatureCheckShowBanding
Indicates the report is in banding mode- See Also:
- Constant Field Values
-
WebFeatureEnableShowBanding
static final java.lang.String WebFeatureEnableShowBanding
Indicates the banding mode is assessible- See Also:
- Constant Field Values
-
WebFeatureGridLayout
static final java.lang.String WebFeatureGridLayout
Whether display the "Grid Layout" menu under formatting- See Also:
- Constant Field Values
-
WebFeatureEnableGridLayout
static final java.lang.String WebFeatureEnableGridLayout
Whether display the "Grid Layout" menu as active- See Also:
- Constant Field Values
-
WebFeatureEnableAutoFitWindow
static final java.lang.String WebFeatureEnableAutoFitWindow
Whether display the "auto fit to window" item under Grid Layout menu as non-grayed-out- See Also:
- Constant Field Values
-
WebFeatureEnableAutoFitContent
static final java.lang.String WebFeatureEnableAutoFitContent
Whether display the "auto fit to content" item under Grid Layout menu as non-grayed-out- See Also:
- Constant Field Values
-
WebFeatureEnableResizeColumnsRows
static final java.lang.String WebFeatureEnableResizeColumnsRows
Whether display the "resize columns and rows" item under "Grid Layout" menu as non-greyed out- See Also:
- Constant Field Values
-
WebFeatureOnloadJavaScriptForResize
static final java.lang.String WebFeatureOnloadJavaScriptForResize
Whether we need to js code colWidthsDragInit() for onLoad event of the tag- See Also:
- Constant Field Values
-
WebFeatureEnableMergeRowHeader
static final java.lang.String WebFeatureEnableMergeRowHeader
Indicates the row column headers featrure is enabled- See Also:
- Constant Field Values
-
WebFeatureShowTotals
static final java.lang.String WebFeatureShowTotals
Indicates the totals are accessible- See Also:
- Constant Field Values
-
WebFeatureEnableShowTotals
static final java.lang.String WebFeatureEnableShowTotals
Indicates the totals option on the menu are enabled- See Also:
- Constant Field Values
-
WebFeatureShowSubTotals
static final java.lang.String WebFeatureShowSubTotals
Indicates the subtotals are accessible- See Also:
- Constant Field Values
-
WebFeatureCheckShowSubTotals
static final java.lang.String WebFeatureCheckShowSubTotals
Indicates the report is showing subtotals- See Also:
- Constant Field Values
-
WebFeatureEnableShowSubTotals
static final java.lang.String WebFeatureEnableShowSubTotals
Indicates the totals options are the menu are enabled- See Also:
- Constant Field Values
-
WebFeatureWebSort
static final java.lang.String WebFeatureWebSort
Indicates the sort accessibility- See Also:
- Constant Field Values
-
WebFeatureEnableSort
static final java.lang.String WebFeatureEnableSort
Whether the "sort" menu item is enabled or not- See Also:
- Constant Field Values
-
WebFeatureCheckShowSortButtons
static final java.lang.String WebFeatureCheckShowSortButtons
Indicates the sort buttons are shown- See Also:
- Constant Field Values
-
WebFeatureEnableShowSortButtons
static final java.lang.String WebFeatureEnableShowSortButtons
Indicates the sort buttons are enabled- See Also:
- Constant Field Values
-
WebFeatureCheckShowGraphZones
static final java.lang.String WebFeatureCheckShowGraphZones
Indicates the report page graph zones are shown- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureInsertNewMetric
static final java.lang.String WebFeatureInsertNewMetric
Indicates the new formula feature accessibility- See Also:
- Constant Field Values
-
WebFeatureEnableInsertNewMetric
static final java.lang.String WebFeatureEnableInsertNewMetric
Whether the "insert new metric" menu is enabled or not- See Also:
- Constant Field Values
-
WebFeatureRenameEditObject
static final java.lang.String WebFeatureRenameEditObject
Indicates the rename objects feature accessibility- See Also:
- Constant Field Values
-
WebFeatureEnableRenameEditObject
static final java.lang.String WebFeatureEnableRenameEditObject
Whether the "rename/edit objects" menu is enabled or not- See Also:
- Constant Field Values
-
WebFeatureEnableModifyAttributeForms
static final java.lang.String WebFeatureEnableModifyAttributeForms
- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeaturePublicReports
static final java.lang.String WebFeaturePublicReports
Indicates access to sharted reports- See Also:
- Constant Field Values
-
WebFeatureProfileReports
static final java.lang.String WebFeatureProfileReports
Indicates access to my reports- See Also:
- Constant Field Values
-
WebFeatureTemplateReports
static final java.lang.String WebFeatureTemplateReports
Indicates access to create reports- See Also:
- Constant Field Values
-
WebFeatureCreateViewReports
static final java.lang.String WebFeatureCreateViewReports
Indicates access to create view reports- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCreateObjectsExtend
static final java.lang.String WebFeatureCreateObjectsExtend
Indicates access to create view reports / web create dossier- See Also:
- Constant Field Values
-
WebFeatureUseViewFilterEditor
static final java.lang.String WebFeatureUseViewFilterEditor
Indicates view filter editor accessibility- See Also:
- Constant Field Values
-
WebFeatureEnableViewFilterEditor
static final java.lang.String WebFeatureEnableViewFilterEditor
Indicates "view filter editor" menu is enabled or not- See Also:
- Constant Field Values
-
WebFeatureShowViewFilterEditor
static final java.lang.String WebFeatureShowViewFilterEditor
Indicates view filter editor accessibility- See Also:
- Constant Field Values
-
WebFeatureScheduling
static final java.lang.String WebFeatureScheduling
For accessing the WebScheduling privilege- See Also:
- Constant Field Values
-
WebFeatureHTMLDocumentScheduledEmail
static final java.lang.String WebFeatureHTMLDocumentScheduledEmail
For accessing if Schedule Email and Send Now is available for HTML documents- Since:
- MicroStrategy Web 7.5.0
- See Also:
- Constant Field Values
-
WebFeatureRWDocumentScheduledEmail
static final java.lang.String WebFeatureRWDocumentScheduledEmail
For accessing if Schedule Email and Send Now is available for RW documents- Since:
- MicroStrategy Web 7.5.0
- See Also:
- Constant Field Values
-
WebFeatureEnableScheduling
static final java.lang.String WebFeatureEnableScheduling
Whether the "subscribe" menu is enabled or not- See Also:
- Constant Field Values
-
WebFeatureEnableScheduledMobile
static final java.lang.String WebFeatureEnableScheduledMobile
Whether the "Scheduled Mobile" menu is enabled or not- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureScheduledEmail
static final java.lang.String WebFeatureScheduledEmail
For accessing the WebScheduleEmail privilege- See Also:
- Constant Field Values
-
WebFeatureEnableScheduledEmail
static final java.lang.String WebFeatureEnableScheduledEmail
Whether the "Scheduled Email" menu is enabled or not- See Also:
- Constant Field Values
-
WebFeatureSendNow
static final java.lang.String WebFeatureSendNow
For accessing the WebSendNow email privilege- See Also:
- Constant Field Values
-
WebFeatureEnableSendNow
static final java.lang.String WebFeatureEnableSendNow
Whether the "send now" menu item is enabled or not- See Also:
- Constant Field Values
-
WebFeatureMultiSubscribeMenu
static final java.lang.String WebFeatureMultiSubscribeMenu
For checking if we need to show the menu option for several subscription modes- Since:
- MicroStrategy Web 8.1.1
- See Also:
- Constant Field Values
-
WebFeatureDocumentMultiSubscribeMenu
static final java.lang.String WebFeatureDocumentMultiSubscribeMenu
For checking if we need to show the menu option for several subscription modes for RW Documents- Since:
- MicroStrategy Web 8.1.1
- See Also:
- Constant Field Values
-
WebFeatureScheduledFileExportMenu
static final java.lang.String WebFeatureScheduledFileExportMenu
For checking if we need to show the menu option for scheduled file export- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureScheduledFileExport
static final java.lang.String WebFeatureScheduledFileExport
For checking if user has scheduled file export- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureEnableScheduledFileExport
static final java.lang.String WebFeatureEnableScheduledFileExport
Whether the "Scheduled File" menu is enabled or not- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureFileSendNow
static final java.lang.String WebFeatureFileSendNow
For accessing the WebSendNow file privilege- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureScheduledPrintMenu
static final java.lang.String WebFeatureScheduledPrintMenu
For checking if we need to show the menu option for scheduled print- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureScheduledPrint
static final java.lang.String WebFeatureScheduledPrint
For checking if user has scheduled file export- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureEnableScheduledPrint
static final java.lang.String WebFeatureEnableScheduledPrint
Whether the "Scheduled File" menu is enabled or not- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureScheduledFtp
static final java.lang.String WebFeatureScheduledFtp
For checking if user has scheduled ftp export- See Also:
- Constant Field Values
-
WebFeatureEnableScheduledFtp
static final java.lang.String WebFeatureEnableScheduledFtp
Whether the "Scheduled Ftp" menu is enabled or not- See Also:
- Constant Field Values
-
WebFeaturePrintSendNow
static final java.lang.String WebFeaturePrintSendNow
For accessing the WebSendNow print privilege- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureCreateEmailAddress
static final java.lang.String WebFeatureCreateEmailAddress
For being able to define new email address- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureCreateFileLocation
static final java.lang.String WebFeatureCreateFileLocation
For being able to define new file address- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureCreatePrintLocation
static final java.lang.String WebFeatureCreatePrintLocation
For being able to define new print address- Since:
- MicroStrategy Web 7.5.1
- See Also:
- Constant Field Values
-
WebFeatureCreateDynamicAddressList
static final java.lang.String WebFeatureCreateDynamicAddressList
- See Also:
- Constant Field Values
-
WebFeatureSubscribeDynamicAddressList
static final java.lang.String WebFeatureSubscribeDynamicAddressList
- See Also:
- Constant Field Values
-
WebFeatureCreateFtpLocation
static final java.lang.String WebFeatureCreateFtpLocation
For being able to define new print address- See Also:
- Constant Field Values
-
WebFeatureSubscriptions
static final java.lang.String WebFeatureSubscriptions
For accessing My Subscriptions page- See Also:
- Constant Field Values
-
WebFeatureObjectSubscriptions
static final java.lang.String WebFeatureObjectSubscriptions
For accessing Object Subscriptions (Filtered for an object) page- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureNCInstalled
static final java.lang.String WebFeatureNCInstalled
To check if Narrowcast is installed- See Also:
- Constant Field Values
-
WebFeatureNCConfigured
static final java.lang.String WebFeatureNCConfigured
To check if Narrowcast is configured in the Web Server- See Also:
- Constant Field Values
-
WebFeatureNCEnabled
static final java.lang.String WebFeatureNCEnabled
To check if Narrowcast is enabled for the current user- See Also:
- Constant Field Values
-
WebFeatureNCShowExportOptions
static final java.lang.String WebFeatureNCShowExportOptions
To check if Narrowcast is enabled for the current user- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureMMTAccess
@Deprecated static final java.lang.String WebFeatureMMTAccess
Deprecated.not used anymoreTo check if MMT Access is available- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableResetData
static final java.lang.String WebFeatureEnableResetData
To check if the Reset-Data menu should be enabled or not.- See Also:
- Constant Field Values
-
WebFeatureEnableReexecute
static final java.lang.String WebFeatureEnableReexecute
To check if the Re-execute menu should be enable or not.- See Also:
- Constant Field Values
-
WebFeatureShowUserLogoutOptions
static final java.lang.String WebFeatureShowUserLogoutOptions
Indicates if the Administrator has authorized users to view and modify the logout option flags- See Also:
- Constant Field Values
-
WebFeatureReportFilter
static final java.lang.String WebFeatureReportFilter
Indicates the report filter editor feature is available.
Mostly used for determining whether or not to render Report Filter Editor.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckShowReportFilter
static final java.lang.String WebFeatureCheckShowReportFilter
Indicates the report filter editor is open- See Also:
- Constant Field Values
-
WebFeatureReportLimit
static final java.lang.String WebFeatureReportLimit
Indicates the report limit editor feature is available.
Mostly used for determining whether or not to render Report Limit Editor.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckShowReportLimit
static final java.lang.String WebFeatureCheckShowReportLimit
Indicates the report limit editor is open- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckShowViewFilter
static final java.lang.String WebFeatureCheckShowViewFilter
Indicates the view filter editor is open- See Also:
- Constant Field Values
-
WebFeatureCheckShowObjectBrowser
static final java.lang.String WebFeatureCheckShowObjectBrowser
Indicates the object browser is open- See Also:
- Constant Field Values
-
WebFeatureCheckShowObjectBrowserDataTab
static final java.lang.String WebFeatureCheckShowObjectBrowserDataTab
Indicates the accordian tab manager is open and that the selected tab is a data tab.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckShowMetricFilter
static final java.lang.String WebFeatureCheckShowMetricFilter
Indicates the metric filter editor is open- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableObjectBrowser
static final java.lang.String WebFeatureEnableObjectBrowser
Indicates the object browser is enabled- See Also:
- Constant Field Values
-
WebFeatureCheckShowSortEditor
static final java.lang.String WebFeatureCheckShowSortEditor
Indicates the sort editor is open- See Also:
- Constant Field Values
-
WebFeatureCheckShowDrillEditor
static final java.lang.String WebFeatureCheckShowDrillEditor
Indicates the drill editor is open- See Also:
- Constant Field Values
-
WebFeatureCheckShowFilterDrillEditor
static final java.lang.String WebFeatureCheckShowFilterDrillEditor
Indicates the filter on selections editor is open- See Also:
- Constant Field Values
-
WebFeatureEnableMenuToolbar
static final java.lang.String WebFeatureEnableMenuToolbar
Indicates whether the toolbar menu is displayed- See Also:
- Constant Field Values
-
WebFeatureCheckShowReportToolbar
static final java.lang.String WebFeatureCheckShowReportToolbar
Indicates the report toolbar is open- See Also:
- Constant Field Values
-
WebFeaturePreferences
static final java.lang.String WebFeaturePreferences
Indicates the user hass acces to user preferences- See Also:
- Constant Field Values
-
WebFeatureDatamartExecution
static final java.lang.String WebFeatureDatamartExecution
Indicates if the user has privilege to execute datamart reports- See Also:
- Constant Field Values
-
WebFeatureBulkExportExecution
static final java.lang.String WebFeatureBulkExportExecution
Indicates if the user has all the necessary privileges to execute bulk export reports- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureRWDocumentExecution
static final java.lang.String WebFeatureRWDocumentExecution
Indicates if the user has privilege to execute datamart reports- Since:
- MicroStrategy Web 7.5.0
- See Also:
- Constant Field Values
-
WebFeatureIVEExecution
static final java.lang.String WebFeatureIVEExecution
Indicates if the user has privilege to execute IVE documents.- Since:
- MicroStrategy Web 9.2.0
- See Also:
- Constant Field Values
-
WebFeatureEditIVE
static final java.lang.String WebFeatureEditIVE
Indicates if the user has privilege to edit IVE documents.- Since:
- MicroStrategy Web 9.5.0
- See Also:
- Constant Field Values
-
WebFeatureSaveAnalysis
static final java.lang.String WebFeatureSaveAnalysis
Indicates if the user has privilege to Save an analysis. It checks if the user has DssXmlPrivilegesWebSaveAnalysis and DssXmlPrivilegesWebVisualExploration- See Also:
- Constant Field Values
-
WebFeatureCreateAnalysis
static final java.lang.String WebFeatureCreateAnalysis
Indicates if the user has privilege to Save an analysis. It checks if the user has DssXmlPrivilegesWebCreateAnalysis and DssXmlPrivilegesWebVisualExploration- See Also:
- Constant Field Values
-
WebFeatureOpenAnalysis
static final java.lang.String WebFeatureOpenAnalysis
Indicates if the user has privilege to Open an analysis. It checks if the user has DssXmlPrivilegesWebExecuteAnalysis and DssXmlPrivilegesWebVisualExploration- See Also:
- Constant Field Values
-
WebFeatureDashboardDesign
static final java.lang.String WebFeatureDashboardDesign
Indicates if the user has privilege to design an analysis (Insert Visualization and Objects). It checks if the user has DssXmlPrivilegesWebDashboardDesign- See Also:
- Constant Field Values
-
WebFeatureAnalysisImportData
static final java.lang.String WebFeatureAnalysisImportData
Indicates if the user has privilege to import data into analysis. It checks if the user has DssXmlPrivilegesWebManageDocumentDatasets and DssXmlPrivilegesWebVisualExploration.- See Also:
- Constant Field Values
-
WebFeatureDownloadAnalysis
static final java.lang.String WebFeatureDownloadAnalysis
Indicates if the user has privilege to download analysis into MSTR file. It checks if the user has DssXmlPrivilegesExportToMSTRFile and DssXmlPrivilegesWebExport.- See Also:
- Constant Field Values
-
WebFeatureMenuNewReport
static final java.lang.String WebFeatureMenuNewReport
Indicates the new menu option is accessible- See Also:
- Constant Field Values
-
WebFeatureMenuSaveReport
static final java.lang.String WebFeatureMenuSaveReport
Indicates the save menu option is accessible- See Also:
- Constant Field Values
-
WebFeatureCreateNewFolder
static final java.lang.String WebFeatureCreateNewFolder
Indicates the save menu option is accessible- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableSaveReport
static final java.lang.String WebFeatureEnableSaveReport
Indicates the save menu option is enabled- See Also:
- Constant Field Values
-
WebFeatureAdministrator
static final java.lang.String WebFeatureAdministrator
For accessing the WebAdmin privilege- See Also:
- Constant Field Values
-
WebFeaturePrint
static final java.lang.String WebFeaturePrint
For accessing the WebPrint privilege- See Also:
- Constant Field Values
-
WebFeatureEnablePrint
static final java.lang.String WebFeatureEnablePrint
Whether the print menu is disabled or not- See Also:
- Constant Field Values
-
WebFeaturePrintNewWindow
static final java.lang.String WebFeaturePrintNewWindow
For printing to a new window- See Also:
- Constant Field Values
-
WebFeatureExport
static final java.lang.String WebFeatureExport
For accessing the WebExport privilege- See Also:
- Constant Field Values
-
WebFeatureAnyExport
static final java.lang.String WebFeatureAnyExport
For accessing the Web Export privilege or any of the individual export privileges (excel, csv, etc, except PDF and Flash)- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableExport
static final java.lang.String WebFeatureEnableExport
Whether the export menu is disabled or not- See Also:
- Constant Field Values
-
WebFeatureExportNewWindow
static final java.lang.String WebFeatureExportNewWindow
For exporting to a new window- See Also:
- Constant Field Values
-
WebFeaturePDF
static final java.lang.String WebFeaturePDF
For accessing the user can export to PDF- See Also:
- Constant Field Values
-
WebFeatureEnablePDF
static final java.lang.String WebFeatureEnablePDF
Whether the export menu is disabled or not- See Also:
- Constant Field Values
-
WebFeatureEnableHTMLExport
static final java.lang.String WebFeatureEnableHTMLExport
Whether the export menu is disabled or not- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableFlash
static final java.lang.String WebFeatureEnableFlash
Whether the export menu for flash export is disabled or not- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureDocumentUsesExcelExportFormat
static final java.lang.String WebFeatureDocumentUsesExcelExportFormat
Whether the export default format mode for html documents is excel or not- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureWebUser
static final java.lang.String WebFeatureWebUser
For accessing the WebUser privilege- See Also:
- Constant Field Values
-
WebFeatureWebPivot
static final java.lang.String WebFeatureWebPivot
For validating if the user can use pivot- See Also:
- Constant Field Values
-
WebFeatureSwitchPagebyElement
static final java.lang.String WebFeatureSwitchPagebyElement
For validating if the user can change pageby element- See Also:
- Constant Field Values
-
WebFeatureWebRemoveFromGrid
static final java.lang.String WebFeatureWebRemoveFromGrid
For validating if the user can remove from grid- See Also:
- Constant Field Values
-
WebFeatureWebRemoveFromReport
static final java.lang.String WebFeatureWebRemoveFromReport
For validating if the user can remove from report objects- See Also:
- Constant Field Values
-
WebFeatureReportManipulations
static final java.lang.String WebFeatureReportManipulations
For accessing the WebReportManipulations privilege- See Also:
- Constant Field Values
-
WebFeatureObjectSearch
static final java.lang.String WebFeatureObjectSearch
For accessing the WebObjectSearch privilege- See Also:
- Constant Field Values
-
WebFeatureDelete
@Deprecated static final java.lang.String WebFeatureDelete
Deprecated.Use WebFeatureManageObjectsFor accessing the WebDelete privilege- See Also:
- Constant Field Values
-
WebFeatureManageObjects
static final java.lang.String WebFeatureManageObjects
For accessing the WebManageObjects privilege- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureAddHistoryList
static final java.lang.String WebFeatureAddHistoryList
To add elements to the history list.
This feature is different fromEnumWebFeatures.WebFeatureAddToHistoryList
in the sense that it only checks the AddToHistoryList privilege, it will return true even if the corresponding message is already in the inbox.- See Also:
- Constant Field Values
-
WebFeatureAutoAddHistoryList
static final java.lang.String WebFeatureAutoAddHistoryList
To add elements to the history list automatically.
This feature checks whether the user has the AddToHistoryList privilege, and whether the EnumWebPreferences#WebPreferenceInboxMode is set toPreferencesInboxTransform.INBOX_ADD_AUTOMATICALLY
- See Also:
- Constant Field Values
-
WebFeatureEnableAddHistoryList
static final java.lang.String WebFeatureEnableAddHistoryList
To enable the add elements to the history list menu.- See Also:
- Constant Field Values
-
WebFeatureViewHistoryList
static final java.lang.String WebFeatureViewHistoryList
For accessing the WebViewHistoryList privilege- See Also:
- Constant Field Values
-
WebFeatureShowAddReportObjects
static final java.lang.String WebFeatureShowAddReportObjects
For being able to use the Add Report Objects option- See Also:
- Constant Field Values
-
WebFeatureEnableAddReportObjects
static final java.lang.String WebFeatureEnableAddReportObjects
For being able to use the Add Report Objects option- See Also:
- Constant Field Values
-
WebFeatureIFrame
static final java.lang.String WebFeatureIFrame
For enabling the IFrame functionality- See Also:
- Constant Field Values
-
WebFeatureDHTML
static final java.lang.String WebFeatureDHTML
For checking the output mode is dhtml- See Also:
- Constant Field Values
-
WebFeatureDoubleByte
static final java.lang.String WebFeatureDoubleByte
For checking if it is adouble byte language- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureAccessibility
static final java.lang.String WebFeatureAccessibility
For checking the output mode is accessibility- See Also:
- Constant Field Values
-
WebFeatureNetscape
static final java.lang.String WebFeatureNetscape
For checking if the browser is Netscape- See Also:
- Constant Field Values
-
WebFeatureIE
static final java.lang.String WebFeatureIE
For checking if the browser is IE- See Also:
- Constant Field Values
-
WebFeatureIE6
static final java.lang.String WebFeatureIE6
For checking if the browser is IE6- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIE7
static final java.lang.String WebFeatureIE7
For checking if the browser is IE7- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureIE8
static final java.lang.String WebFeatureIE8
- See Also:
- Constant Field Values
-
WebFeatureIE9Pre
static final java.lang.String WebFeatureIE9Pre
- See Also:
- Constant Field Values
-
WebFeatureIE10Pre
static final java.lang.String WebFeatureIE10Pre
- See Also:
- Constant Field Values
-
WebFeatureOpenMenusOnClick
static final java.lang.String WebFeatureOpenMenusOnClick
For click required on dynamic menus- See Also:
- Constant Field Values
-
WebFeatureEnableFolderIconView
static final java.lang.String WebFeatureEnableFolderIconView
For enabling the link for changing folder view to be as Folder Icon View- See Also:
- Constant Field Values
-
WebFeatureEnableFolderListView
static final java.lang.String WebFeatureEnableFolderListView
For enabling the link for changing folder view to be as Folder List View- See Also:
- Constant Field Values
-
WebFeatureEnableSubscriptionsIconView
static final java.lang.String WebFeatureEnableSubscriptionsIconView
For enabling the link for changing subscriptions view to be as Icon View- See Also:
- Constant Field Values
-
WebFeatureEnableSubscriptionsListView
static final java.lang.String WebFeatureEnableSubscriptionsListView
For enabling the link for changing subscriptions view to be as List View- See Also:
- Constant Field Values
-
WebFeatureCheckShowRelatedReports
static final java.lang.String WebFeatureCheckShowRelatedReports
For checking to see if the related reports section is shown- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckShowLeftToolBar
static final java.lang.String WebFeatureCheckShowLeftToolBar
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleJapanese
static final java.lang.String WebFeatureIServerLocaleJapanese
For confirming the current language used by the client is Japanese- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleSimplifiedChinese
static final java.lang.String WebFeatureIServerLocaleSimplifiedChinese
For confirming the current language used by the client is Simplified Chinese- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleTraditionalChinese
static final java.lang.String WebFeatureIServerLocaleTraditionalChinese
For confirming the current language used by the client is Traditional Chinese- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleKorean
static final java.lang.String WebFeatureIServerLocaleKorean
For confirming the current language used by the client is Korean- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleEnglish
static final java.lang.String WebFeatureIServerLocaleEnglish
For confirming the current language used by the client is English- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleEnglishUK
static final java.lang.String WebFeatureIServerLocaleEnglishUK
For confirming the current language used by the client is English (UK)- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleDeutsch
static final java.lang.String WebFeatureIServerLocaleDeutsch
For confirming the current language used by the client is Deutsh- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleSpanish
static final java.lang.String WebFeatureIServerLocaleSpanish
For confirming the current language used by the client is Spanish- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleFrench
static final java.lang.String WebFeatureIServerLocaleFrench
For confirming the current language used by the client is French- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleItalian
static final java.lang.String WebFeatureIServerLocaleItalian
For confirming the current language used by the client is Italian- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocalePortuguese
static final java.lang.String WebFeatureIServerLocalePortuguese
For confirming the current language used by the client is Portuguese- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleSvenska
static final java.lang.String WebFeatureIServerLocaleSvenska
For confirming the current language used by the client is Svenska- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleSwissDeutsch
static final java.lang.String WebFeatureIServerLocaleSwissDeutsch
For confirming the current language used by the client is Deutsch (Switzerland)- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleSwissFrench
static final java.lang.String WebFeatureIServerLocaleSwissFrench
For confirming the current language used by the client is French (Switzerland)- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleSwissItalian
static final java.lang.String WebFeatureIServerLocaleSwissItalian
For confirming the current language used by the client is Italian (Switzerland)- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleDutchNetherlands
static final java.lang.String WebFeatureIServerLocaleDutchNetherlands
For confirming the current language used by the client is Dutch (Netherlands)- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleDanish
static final java.lang.String WebFeatureIServerLocaleDanish
For confirming the current language used by the client is Danish- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleCyrillicSerbian
static final java.lang.String WebFeatureIServerLocaleCyrillicSerbian
For confirming the current language used by the client is Serbian (Cyrillic)- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleLatinSerbian
static final java.lang.String WebFeatureIServerLocaleLatinSerbian
For confirming the current language used by the client is Serbian (Latin)- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleFrechBelgium
static final java.lang.String WebFeatureIServerLocaleFrechBelgium
For confirming the current language used by the client is French (Belgium)- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureIServerLocaleRussian
static final java.lang.String WebFeatureIServerLocaleRussian
For confirming the current language used by the client is Russian- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureIServerLocalePolish
static final java.lang.String WebFeatureIServerLocalePolish
For confirming the current language used by the client is Polish- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
UseUserManager
static final java.lang.String UseUserManager
Whether be able to use user manager.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureUseUserManager
static final java.lang.String WebFeatureUseUserManager
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureAccessToUserManager
static final java.lang.String WebFeatureAccessToUserManager
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureViewUserProperties
static final java.lang.String WebFeatureViewUserProperties
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureAccessToSecurityRoleManager
static final java.lang.String WebFeatureAccessToSecurityRoleManager
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureViewSecurityRoleProperties
static final java.lang.String WebFeatureViewSecurityRoleProperties
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureAccessToConfigurationSearch
static final java.lang.String WebFeatureAccessToConfigurationSearch
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCreateUsersAndGroups
static final java.lang.String WebFeatureCreateUsersAndGroups
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureDeleteUsersAndGroups
static final java.lang.String WebFeatureDeleteUsersAndGroups
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEditGroupBasicProperties
static final java.lang.String WebFeatureEditGroupBasicProperties
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEditUserBasicProperties
static final java.lang.String WebFeatureEditUserBasicProperties
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureModifyPasswordSettings
static final java.lang.String WebFeatureModifyPasswordSettings
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureViewGroupProperties
static final java.lang.String WebFeatureViewGroupProperties
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureModifyProjectAccess
static final java.lang.String WebFeatureModifyProjectAccess
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureGrantPrivileges
static final java.lang.String WebFeatureGrantPrivileges
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureResetUserPasswords
static final java.lang.String WebFeatureResetUserPasswords
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureUseSecurityFilterManager
static final java.lang.String WebFeatureUseSecurityFilterManager
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsSecurityFilterManagerAccessible
static final java.lang.String WebFeatureIsSecurityFilterManagerAccessible
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureConfigureGroupMembership
static final java.lang.String WebFeatureConfigureGroupMembership
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureConfigureContactDataProfile
static final java.lang.String WebFeatureConfigureContactDataProfile
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureUseContactManager
static final java.lang.String WebFeatureUseContactManager
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureLinkToExternalAccounts
static final java.lang.String WebFeatureLinkToExternalAccounts
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEditSecurityRoleProperties
static final java.lang.String WebFeatureEditSecurityRoleProperties
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureDeleteSecurityRoles
static final java.lang.String WebFeatureDeleteSecurityRoles
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCreateSecurityRoles
static final java.lang.String WebFeatureCreateSecurityRoles
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureAssignSecurityRoles
static final java.lang.String WebFeatureAssignSecurityRoles
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableUsers
static final java.lang.String WebFeatureEnableUsers
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureBypassAccessChecks
static final java.lang.String WebFeatureBypassAccessChecks
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableProfileReports
static final java.lang.String WebFeatureEnableProfileReports
Indicates the my reports folder is enabled- See Also:
- Constant Field Values
-
WebFeatureDrillRefreshEvent
static final java.lang.String WebFeatureDrillRefreshEvent
This feature will check the request keys if a drill event or a refresh event was among the events to be executed.- See Also:
- Constant Field Values
-
WebFeatureMenuToolbar
static final java.lang.String WebFeatureMenuToolbar
Indicates whether the toolbar menu is displayed- See Also:
- Constant Field Values
-
WebFeatureActiveDrillEditor
static final java.lang.String WebFeatureActiveDrillEditor
Denotes the drill editor restriction- See Also:
- Constant Field Values
-
WebFeatureActiveSortEditor
static final java.lang.String WebFeatureActiveSortEditor
Indicates the sort editor is active- See Also:
- Constant Field Values
-
WebFeatureActiveFormulaEditor
static final java.lang.String WebFeatureActiveFormulaEditor
Indicates the folmula editor is active- See Also:
- Constant Field Values
-
WebFeatureActiveFilteronselectionEditor
static final java.lang.String WebFeatureActiveFilteronselectionEditor
Denotes the filter on selection restriction- See Also:
- Constant Field Values
-
WebFeatureActiveGraphMode
static final java.lang.String WebFeatureActiveGraphMode
Indicates if the graph mode optio on the menu is active- See Also:
- Constant Field Values
-
WebFeatureActiveGridMode
static final java.lang.String WebFeatureActiveGridMode
Indicates the grid option on the menu is active- See Also:
- Constant Field Values
-
WebFeatureActiveGridGraphMode
static final java.lang.String WebFeatureActiveGridGraphMode
Indicates id the grid & graph mode option on the menu in active- See Also:
- Constant Field Values
-
WebFeatureEnableReprompt
static final java.lang.String WebFeatureEnableReprompt
To check if the Reprompt menu should be enable or not.- See Also:
- Constant Field Values
-
WebFeatureEnableObjectBrowserEditor
static final java.lang.String WebFeatureEnableObjectBrowserEditor
For validating if the Object Browser Editor option should be enabled or not- See Also:
- Constant Field Values
-
WebFeaturesActiveGridFormatEditor
static final java.lang.String WebFeaturesActiveGridFormatEditor
For validating if the grid formatting editor option should perform the event or not- See Also:
- Constant Field Values
-
WebFeaturesActiveGraphFormatEditor
static final java.lang.String WebFeaturesActiveGraphFormatEditor
For validating if the graph formatting editor option should perform the event or not- See Also:
- Constant Field Values
-
WebFeatureOnloadJavaScriptForLockHeader
static final java.lang.String WebFeatureOnloadJavaScriptForLockHeader
Whether we need to js code onWinResize() for onLoad event of the tag- See Also:
- Constant Field Values
-
WebFeatureActiveResizeColumnsRows
static final java.lang.String WebFeatureActiveResizeColumnsRows
Whether display the "resize columns and rows" item under "Grid Layout" menu as non-greyed out- See Also:
- Constant Field Values
-
WebFeatureFrameElementOpen
static final java.lang.String WebFeatureFrameElementOpen
For checking if any FrameElement is open.- See Also:
- Constant Field Values
-
WebFeatureFrameElementEnabled
static final java.lang.String WebFeatureFrameElementEnabled
For checking if any FrameElement is enabled.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureBeanSuccessfull
static final java.lang.String WebFeatureBeanSuccessfull
Feature to check if the bean is successfull.- See Also:
- Constant Field Values
-
WebFeatureDisableDHTMLPrinting
static final java.lang.String WebFeatureDisableDHTMLPrinting
Whether to disable DHTML printing.- See Also:
- Constant Field Values
-
WebFeatureReportCheckShowAttributeForms
static final java.lang.String WebFeatureReportCheckShowAttributeForms
Whether to show the check for Show Attribute Forms- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureReportShowAttributeForms
static final java.lang.String WebFeatureReportShowAttributeForms
Whether to show the Attribute Forms- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureReportShowDetailedAttributeFormOptions
static final java.lang.String WebFeatureReportShowDetailedAttributeFormOptions
- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeaturePreviousStep
static final java.lang.String WebFeaturePreviousStep
Whether to Previous Step in a Wizard is available- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureNextStep
static final java.lang.String WebFeatureNextStep
Whether to Next Step in a Wizard is available- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureRequiredCompleted
static final java.lang.String WebFeatureRequiredCompleted
Whether to all the required steps in a wizard have been completed- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureRWEnableEditInViewMode
static final java.lang.String WebFeatureRWEnableEditInViewMode
Indicates if editing is disabled in view mode for RWD- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureRWStaticViewMode
static final java.lang.String WebFeatureRWStaticViewMode
Indicates if the current view mode is static view mode- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureRWInteractiveViewMode
static final java.lang.String WebFeatureRWInteractiveViewMode
Indicates if the current view mode is interactive view mode- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureRWEditableViewMode
static final java.lang.String WebFeatureRWEditableViewMode
Indicates if the current view mode is editable view mode- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureRWFlashViewMode
static final java.lang.String WebFeatureRWFlashViewMode
Indicates if the current view mode is Flash view mode- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureRWInteractiveViewModeEplus
static final java.lang.String WebFeatureRWInteractiveViewModeEplus
Indicates if the current view mode is interactive or editable view mode- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureRWEditableViewModeEplus
static final java.lang.String WebFeatureRWEditableViewModeEplus
Indicates if the current view mode is editable or design view mode- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureNotRWEditableViewModeEplus
static final java.lang.String WebFeatureNotRWEditableViewModeEplus
Use negation in case RWFrameBean isn't present on the page, like export to HTML.(TQMS 389092)- See Also:
- Constant Field Values
-
WebFeatureRWFlashViewModeEnabled
static final java.lang.String WebFeatureRWFlashViewModeEnabled
Indicates if the the Flash view mode should be enabled- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureRWGroupbyNotEmpty
static final java.lang.String WebFeatureRWGroupbyNotEmpty
Indicates whether the groupby units is not empty for RW documents.- Since:
- MicroStrategy Web 8.1.1
- See Also:
- Constant Field Values
-
WebFeatureEnableClientLogging
static final java.lang.String WebFeatureEnableClientLogging
Indicates if client-side logging is enabled.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeaturePDFPrint
static final java.lang.String WebFeaturePDFPrint
Indicates whether to display PDF as the default printing- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureReportEnableShowThresholdFormatting
static final java.lang.String WebFeatureReportEnableShowThresholdFormatting
Whether to enable to show threshold formatting- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureReportCheckShowThresholdFormatting
static final java.lang.String WebFeatureReportCheckShowThresholdFormatting
Whether to enable to show the check for threshold formatting- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableGridOptions
static final java.lang.String WebFeatureEnableGridOptions
Whether to enable the grid options menu item- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureRWExportOptions
static final java.lang.String WebFeatureRWExportOptions
Whether to show the ExportOptions- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableSwapAxes
static final java.lang.String WebFeatureEnableSwapAxes
Whether to enable the SwapAxes menu item- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureDatasetObjectsList
static final java.lang.String WebFeatureDatasetObjectsList
Whether to display the DataSet Objects List- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureChangePassword
static final java.lang.String WebFeatureChangePassword
Whether the user can change his/her password or not.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureNotDatamart
static final java.lang.String WebFeatureNotDatamart
Whether the report is a non-datamart- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureShowPromptDetails
static final java.lang.String WebFeatureShowPromptDetails
Whether the prompt details are shown on the report page- Since:
- MicroStrategy Web 8.0.1
- See Also:
- Constant Field Values
-
WebFeatureIServerSupportsExcelFormatting
static final java.lang.String WebFeatureIServerSupportsExcelFormatting
Whether the IServer version supports exporting reports to Excel with formatting.
This is a feature introduced in 8.0 SP1- Since:
- MicroStrategy Web 8.0.1
- See Also:
- Constant Field Values
-
WebFeatureCheckShowPromptDetails
static final java.lang.String WebFeatureCheckShowPromptDetails
Indicates whether the prompt details section is open.- Since:
- MicroStrategy Web 8.0.1
- See Also:
- Constant Field Values
-
WebFeaturePageFullScreenMode
static final java.lang.String WebFeaturePageFullScreenMode
Indicate wether the page would be rendered in full screen mode.- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureViewDocumentsInHTML
static final java.lang.String WebFeatureViewDocumentsInHTML
Indicates whether the prompt details section is open- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureReportServices
static final java.lang.String WebFeatureReportServices
Indicates whether Report Services is available- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureShowAllObjectsTab
static final java.lang.String WebFeatureShowAllObjectsTab
Indicates whether to display the all objects tab in report page.- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureEnableScheduledDelivery
static final java.lang.String WebFeatureEnableScheduledDelivery
Indicates whether a report is archived- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureIsNotVisualizationMode
static final java.lang.String WebFeatureIsNotVisualizationMode
Indicates that the report is not in visualization mode.- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureCheckSingleSelectorSelection
static final java.lang.String WebFeatureCheckSingleSelectorSelection
Indicates true if single selector control is selected- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureShowApplyButton
static final java.lang.String WebFeatureShowApplyButton
Indicates whether to show the apply button in the rw standard toolbar- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureHasActiveGroupByUnits
static final java.lang.String WebFeatureHasActiveGroupByUnits
Indicates whether the page-by has at least one "active" unit. For Reports, this means that there is at least one page-by unit. For Report Writing documents, it also has extra meaning. If there are Group By Units, this is "active" if there at least one that is not "All" only. If all Group By Units are "All" only, then the group by is not consider "active" (as the user cannot change anything).- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureEnableVisEditor
static final java.lang.String WebFeatureEnableVisEditor
Feature that indicates whether to enable the use of the Custom Visualizations Editor.- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureHasMetricsOnTemplate
static final java.lang.String WebFeatureHasMetricsOnTemplate
Whether the report has any metrics on the template. For example, the report menu item to open the thresholds editor should be disabled if there are no metrics on the template for the report.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureFalse
static final java.lang.String WebFeatureFalse
Convenience feature that always returns false.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsViewableReport
static final java.lang.String WebFeatureIsViewableReport
Whether the report is viewable. A report is considered viewable if is not a datamart or cube report.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsConditionalFormatting
static final java.lang.String WebFeatureIsConditionalFormatting
Whether theThresholdEditorBean
is doing conditional formatting.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckDesignModeFilters
static final java.lang.String WebFeatureCheckDesignModeFilters
Whether the filters are visible in report design mode.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureShowAlertsButton
static final java.lang.String WebFeatureShowAlertsButton
Whether we should show the shortcut button to open the alerts editor from the threshold editor. This also controls whether the Alerts menu item is available in the context menu of a metric in a report.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureShowAlertsEditor
static final java.lang.String WebFeatureShowAlertsEditor
Whether the alerts editor should be displayed or not- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckShowReportDetails
static final java.lang.String WebFeatureCheckShowReportDetails
Indicates whether the report details panel is open.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureSendLinkInEmail
static final java.lang.String WebFeatureSendLinkInEmail
Feature that controls whether a user can send link to a report/document while subscribing. This feature controls whether the user can see the options "Data and link to history list in email" and "Link to history list in email" while creating a subscription. This feature checks for theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesSendLinkInEmail
privilege.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureSubscribeOthers
static final java.lang.String WebFeatureSubscribeOthers
Feature that controls whether a user can subscribe others while creating a subscription. This feature checks for theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesSubscribeOthers
privilege.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureSubscribeToAlert
static final java.lang.String WebFeatureSubscribeToAlert
Feature that controls whether a user can create an alert subscription This feature checks for theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesSubscribeToEmailAlert
privilege.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerSupportsFullPlaintextExport
static final java.lang.String WebFeatureIServerSupportsFullPlaintextExport
Whether the IServer version supports exporting reports to plaintext (excel with plaintext, plaintext and CSV) all exporting sections (Report Name, Filter Detail, Page By and Grid).
This is a feature introduced in 8.2. Previously IServer only returned the grid.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureObjectBrowserVisibleInAccordion
static final java.lang.String WebFeatureObjectBrowserVisibleInAccordion
Indicates whether the object browser tab is the currently visible tab in the left accordion.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureRelatedReportsVisibleInAccordion
static final java.lang.String WebFeatureRelatedReportsVisibleInAccordion
Indicates whether the related reports tab is the currently visible tab in the left accordion.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureAnySubscriptions
static final java.lang.String WebFeatureAnySubscriptions
Indicates that at least one type of subscription (by delivery mode) is enabled- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureAnyObjectSubscriptions
static final java.lang.String WebFeatureAnyObjectSubscriptions
Indicates that at least one type of Object Subscription (by delivery mode) is enabled- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureUseImmediateDelivery
static final java.lang.String WebFeatureUseImmediateDelivery
Indicates that at least one type of Object Subscription (by delivery mode) is enabled- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureUseDistributionServices
static final java.lang.String WebFeatureUseDistributionServices
Indicates that distribution services is enabled.- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureFileSubscriptionNotification
static final java.lang.String WebFeatureFileSubscriptionNotification
Determines whether a email notification for file delivery is enabled in Project Configuration- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeaturePrintingSubscriptionNotification
static final java.lang.String WebFeaturePrintingSubscriptionNotification
Determines whether a email notification for printing is enabled in Project Configuration- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureHLSubscriptionNotification
static final java.lang.String WebFeatureHLSubscriptionNotification
Determines whether a email notification for history list is enabled in Project Configuration- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCacheSubscriptionNotification
static final java.lang.String WebFeatureCacheSubscriptionNotification
Determines whether an email notification for cache update/cube refresh is enabled in Project Configuration- Since:
- MicroStrategy Web 10.0
- See Also:
- Constant Field Values
-
WebFeatureCacheSubscriptionUseDatasetCache
static final java.lang.String WebFeatureCacheSubscriptionUseDatasetCache
- See Also:
- Constant Field Values
-
WebFeatureEmailSubscriptionNotification
static final java.lang.String WebFeatureEmailSubscriptionNotification
Determines whether a email notification for email delivery is enabled in Project Configuration- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureMobileSubscriptionNotification
static final java.lang.String WebFeatureMobileSubscriptionNotification
Determines whether a email notification for mobile is enabled in Project Configuration- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureScheduledFileExportPage
static final java.lang.String WebFeatureScheduledFileExportPage
For checking if user has enough privileges to access file subscribtion page- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureInsertIntoPanel
static final java.lang.String WebFeatureInsertIntoPanel
For checking if user can insert elements into a panel- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureUseBasicThresholdEditor
static final java.lang.String WebFeatureUseBasicThresholdEditor
For checking if user has privileges to use basic threshold editor- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureUseAdvancedThresholdEditor
static final java.lang.String WebFeatureUseAdvancedThresholdEditor
For checking if user has privileges to use advanced threshold editor- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureUseBasicOrAdvancedThresholdEditor
static final java.lang.String WebFeatureUseBasicOrAdvancedThresholdEditor
For checking if user has privileges to use either basic or advanced threshold editor- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebDefineDerivedElements
static final java.lang.String WebDefineDerivedElements
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebSaveDerivedElements
static final java.lang.String WebSaveDerivedElements
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebShowAdvanvedReportOptions
static final java.lang.String WebFeatureWebShowAdvanvedReportOptions
Indicates whether the current user has enough privilege to view Report Details Properties editor (DssXmlPrivilegesWebDefineAdvancedReportOptions)- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIServerAdministrationFromWeb
static final java.lang.String WebFeatureIServerAdministrationFromWeb
For checking if user current session has privilege to access web Intelligence server admin page.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureAnyIServerAdministrationFromWeb
static final java.lang.String WebFeatureAnyIServerAdministrationFromWeb
For checking whether user has privilege to access web Intelligence server admin page from any session he/she currently has. Currently, this controls whether the Iserver Admin link will be shown in projects page.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCreateObjects
static final java.lang.String WebFeatureCreateObjects
Indicates access to create view reports, documents, prompts or filters- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCreateObjectsOrFolders
static final java.lang.String WebFeatureCreateObjectsOrFolders
Indicates access to create view reports, documents, prompts, filters or folders- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureShowReportExportMenu
static final java.lang.String WebFeatureShowReportExportMenu
Indicates if the report export menu option is displayed- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureShowReportExportTool
static final java.lang.String WebFeatureShowReportExportTool
Indicates if the report export toolbar option is displayed- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureShowRwExportMenu
static final java.lang.String WebFeatureShowRwExportMenu
Indicates if the rw export menu option is displayed- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureRWIncrementalFetchEnabledInteractiveMode
static final java.lang.String WebFeatureRWIncrementalFetchEnabledInteractiveMode
Returns true if the Incremental fetch is enabled for the RW document in interactive mode. The feature returns true if it is editable mode. In other modes,it checks whether the IncrementalFetchSettings is enabled.RWIncrementalFetchSettings.isEnabled()
.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureRWMultiLayoutInteractiveMode
static final java.lang.String WebFeatureRWMultiLayoutInteractiveMode
Returns true if the multilayout tab is enabled for the RW document in interactive mode. The feature returns true if it is editable mode. In other modes,it returns true only when there are multiple layouts or the document property to display layouts is set to true.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureFontLocaleJapanese
static final java.lang.String WebFeatureFontLocaleJapanese
Whether the fonts for Japanese should be displayed.
This is true if the Locale or Metadata Locale or Werehouse locale is Japanese- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureFontLocaleKorean
static final java.lang.String WebFeatureFontLocaleKorean
Whether the fonts for Korean should be displayed.
This is true if the Locale or Metadata Locale or Werehouse locale is Korean- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureFontLocaleSimplifiedChinese
static final java.lang.String WebFeatureFontLocaleSimplifiedChinese
Whether the fonts for Simplified Chinese should be displayed.
This is true if the Locale or Metadata Locale or Werehouse locale is Simplified Chinese- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureFontLocaleTraditionalChinese
static final java.lang.String WebFeatureFontLocaleTraditionalChinese
Whether the fonts for Traditional Chinese should be displayed.
This is true if the Locale or Metadata Locale or Werehouse locale is Traditional Chinese- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureGraphFormatting
static final java.lang.String WebFeatureGraphFormatting
Indicates user has either simple-graph-formatting or grid-graph-formatting privilege- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureHasPreviousPages
static final java.lang.String WebFeatureHasPreviousPages
Whether the current page is the first page in page history list.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureShowDefinitionTab
static final java.lang.String WebFeatureShowDefinitionTab
Whether the prompt editor should display Definition tab or not.- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureRWInteractiveViewModeFullScreen
static final java.lang.String WebFeatureRWInteractiveViewModeFullScreen
Whether the current user has limited privileges and is using the RWInteractiveViewMode in Full Screen. Specifically, it checks whether the user has Grid and Graph formatting privilege and the Advanced Drilling privilege.- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureRWInteractiveViewModeFullScreenReporter
static final java.lang.String WebFeatureRWInteractiveViewModeFullScreenReporter
Whether the current user has limited privileges and is using the RWInteractiveViewMode in Full Screen. Specifically, it checks whether the user has Grid and Graph formatting privilege and the Advanced Drilling privilege.- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureShowFilterOnSelectionsChecks
static final java.lang.String WebFeatureShowFilterOnSelectionsChecks
- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeaturePageRWInteractiveViewModeFullScreenReporter
static final java.lang.String WebFeaturePageRWInteractiveViewModeFullScreenReporter
TQMS 309130, this is a wrapper of WebFeatureRWInteractiveViewModeFullScreenReporter in page scope. Used by mstrWeb.jsp to decide whether we should support toggling screen mode fullly in client-side.- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureHasNextPages
static final java.lang.String WebFeatureHasNextPages
Whether there are subsequent pages on the page history.- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureShowReportPDFToolbarButton
static final java.lang.String WebFeatureShowReportPDFToolbarButton
Indicates if the pdf export toolbar option is displayed- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureIsNotVisibleDocumentVisualization
static final java.lang.String WebFeatureIsNotVisibleDocumentVisualization
Indicates whether the document is not in a visible custom visualization.
This is true if the document does not have a visualization or the document has a visualization but the current view mode is either Design or Editable- Since:
- MicroStrategy Web 9.0.1
- See Also:
- Constant Field Values
-
WebFeatureIsPortlet
static final java.lang.String WebFeatureIsPortlet
Indicates whether the page is used as a portlet. This is true if the request key has the parameter indicates the portlet id.- See Also:
- Constant Field Values
-
WebFeatureMobileServer
static final java.lang.String WebFeatureMobileServer
- See Also:
- Constant Field Values
-
WebFeatureWebServer
static final java.lang.String WebFeatureWebServer
- See Also:
- Constant Field Values
-
WebFeatureShowReportFlashExport
static final java.lang.String WebFeatureShowReportFlashExport
Indicates whether to display the report flash export option.- See Also:
- Constant Field Values
-
WebFeatureUseReportAccessRight
static final java.lang.String WebFeatureUseReportAccessRight
Indicates if user is allowed to use the report or not.- See Also:
- Constant Field Values
-
WebFeaturePageFullScreenModeOnly
static final java.lang.String WebFeaturePageFullScreenModeOnly
Indicated whether the user can switch out of the full screen mode. If this feature is true, the user will not be allowed to switch to non-full-screen mode.- See Also:
- Constant Field Values
-
WebFeatureRWAnalysisViewMode
static final java.lang.String WebFeatureRWAnalysisViewMode
- See Also:
- Constant Field Values
-
WebFeatureRWAnalysisAndDashboardViewMode
static final java.lang.String WebFeatureRWAnalysisAndDashboardViewMode
- See Also:
- Constant Field Values
-
WebFeatureOptimizedReportPage
static final java.lang.String WebFeatureOptimizedReportPage
Indicates if the current view mode is optimized report mode- Since:
- MicroStrategy Web 9.0.3
- See Also:
- Constant Field Values
-
WebFeatureNeedValidateRandomNum
static final java.lang.String WebFeatureNeedValidateRandomNum
- See Also:
- Constant Field Values
-
WebFeatureIncludeSessionURL
static final java.lang.String WebFeatureIncludeSessionURL
- See Also:
- Constant Field Values
-
WebFeatureWebUseSharingEditor
static final java.lang.String WebFeatureWebUseSharingEditor
Indicates whether the user can use sharing editor in web.- Since:
- MicroStrategy Web 9.2.1
- See Also:
- Constant Field Values
-
WebFeatureRWDocViewsNotEmpty
static final java.lang.String WebFeatureRWDocViewsNotEmpty
Indicates whether the document views is not empty for RW documents.- Since:
- MicroStrategy Web 9.2.1m
- See Also:
- Constant Field Values
-
WebFeatureQuickSearchEnabled
static final java.lang.String WebFeatureQuickSearchEnabled
Indicate whether use New Search Engine or not- Since:
- MicroStrategy Web 9.2.2
- See Also:
- Constant Field Values
-
WebFeatureReportTemplateSearch
static final java.lang.String WebFeatureReportTemplateSearch
Indicate whether uses can use report template search or not- Since:
- MicroStrategy Web 9.2.2
- See Also:
- Constant Field Values
-
WebFeatureGuestModeEnabled
static final java.lang.String WebFeatureGuestModeEnabled
Indicates whether the guest mode is enabled- Since:
- MicroStrategy Web 9.3.1
- See Also:
- Constant Field Values
-
WebFeatureCreateMetric
static final java.lang.String WebFeatureCreateMetric
Indicate whether enable Create Metric- Since:
- MicroStrategy Web 9.2.2
- See Also:
- Constant Field Values
-
WebFeatureEnableQB
static final java.lang.String WebFeatureEnableQB
Indicate whether enable Web QueryBuilder- Since:
- MicroStrategy Web 9.3.0
- See Also:
- Constant Field Values
-
WebFeatureUseSendPreviewNow
static final java.lang.String WebFeatureUseSendPreviewNow
Indicates whether user can send a preview subscription- See Also:
- Constant Field Values
-
WebFeatureAskBeforeSaveChanges
static final java.lang.String WebFeatureAskBeforeSaveChanges
Indicate whether show ask dialog before save overwrite. The default action is save.- Since:
- MicroStrategy Web 9.3.1
- See Also:
- Constant Field Values
-
WebFeatureForceSaveAs
static final java.lang.String WebFeatureForceSaveAs
Indicate whether show ask dialog before save overwrite. The default action is save as.- Since:
- MicroStrategy Web 9.3.1
- See Also:
- Constant Field Values
-
WebFeatureNotPageNavigationDocument
static final java.lang.String WebFeatureNotPageNavigationDocument
Indicates whether it is a Navigation Document Navigation Document only contains Navigation Bar- See Also:
- Constant Field Values
-
WebFeatureNotNavigationDocument
static final java.lang.String WebFeatureNotNavigationDocument
- See Also:
- Constant Field Values
-
WebFeatureOnlyLoadThemeSpecificCss
static final java.lang.String WebFeatureOnlyLoadThemeSpecificCss
Indicates whether to load all color themes css or only load current theme css- See Also:
- Constant Field Values
-
WebFeatureNotFlashFullScreenMode
static final java.lang.String WebFeatureNotFlashFullScreenMode
- See Also:
- Constant Field Values
-
WebFeatureAutoRecoverObject
static final java.lang.String WebFeatureAutoRecoverObject
Indicates whether we have a auto-recover document due to the user losing his/her session.- See Also:
- Constant Field Values
-
WebFeatureUsherAuthenticationEnabled
static final java.lang.String WebFeatureUsherAuthenticationEnabled
indicates whether we have usher authentication enabled- See Also:
- Constant Field Values
-
WebFeaturePingAuthenticationEnabled
static final java.lang.String WebFeaturePingAuthenticationEnabled
indicates whether we have ping authentication enabled *- See Also:
- Constant Field Values
-
WebFeatureFlashVI
static final java.lang.String WebFeatureFlashVI
indicates whether the flash version of vi shuold be used.- See Also:
- Constant Field Values
-
WebFeatureRunVIFlash
static final java.lang.String WebFeatureRunVIFlash
indicate whether to run vi in flash from preference- See Also:
- Constant Field Values
-
WebFeatureRunVIHTML
static final java.lang.String WebFeatureRunVIHTML
indicate whether to run vi in html from preference- See Also:
- Constant Field Values
-
WebFeatureRunVISmart
static final java.lang.String WebFeatureRunVISmart
indicate whether to run vi 'smartly' from preference- See Also:
- Constant Field Values
-
WebFeatureWarnOverwriteFlashVI
static final java.lang.String WebFeatureWarnOverwriteFlashVI
indicates whether should warn user when overwriting a flash vi with html5.- See Also:
- Constant Field Values
-
WebFeatureIsEsriOnPremise
static final java.lang.String WebFeatureIsEsriOnPremise
Indicates whether on premise mode is running for ESRI visualizations. False when ESRI is run on the cloud.- See Also:
- Constant Field Values
-
WebFeatureIsEsriEnabled
static final java.lang.String WebFeatureIsEsriEnabled
Indicates if ESRI is enabled.it is not enabled for reports and DHTML mode in cloud.- See Also:
- Constant Field Values
-
WebFeatureSingleWorkingset
static final java.lang.String WebFeatureSingleWorkingset
indicate whether allow only one working set- See Also:
- Constant Field Values
-
IsCloudUnified
static final java.lang.String IsCloudUnified
Indicates if this is cloud unified environment- See Also:
- Constant Field Values
-
WebFeatureDisableManageDocumentDataset
static final java.lang.String WebFeatureDisableManageDocumentDataset
Indicates if manage document dataset is available- See Also:
- Constant Field Values
-
WebFeatureDisableVICreateOrEditROLAPReport
static final java.lang.String WebFeatureDisableVICreateOrEditROLAPReport
Indicates if create or edit in-memory dataset is available- See Also:
- Constant Field Values
-
WebFeatureDisableVICreateOrEditDummyDataset
static final java.lang.String WebFeatureDisableVICreateOrEditDummyDataset
Indicates if create or edit DDA dataset is available- See Also:
- Constant Field Values
-
WebFeatureHideObjectsDesc
static final java.lang.String WebFeatureHideObjectsDesc
Indicates if we should include the description for the objects- See Also:
- Constant Field Values
-
WebFeatureDisableSaveDataset
static final java.lang.String WebFeatureDisableSaveDataset
Indicates if we should disable save dataset- See Also:
- Constant Field Values
-
WebFeatureDisableAccessDataFromFile
static final java.lang.String WebFeatureDisableAccessDataFromFile
Indicates if we should disable access data from local, url, dropbox, google drive, sample files, clipboard- See Also:
- Constant Field Values
-
WebFeatureDisableAccessDataFromDatabase
static final java.lang.String WebFeatureDisableAccessDataFromDatabase
Indicates if we should disable access data from databases, google bigquery, bigdata, olap, bi tools- See Also:
- Constant Field Values
-
WebFeatureDisableAccessDataFromCloudApp
static final java.lang.String WebFeatureDisableAccessDataFromCloudApp
Indicates if we should disable access data from databases, google bigquery, bigdata, olap, bi tools- See Also:
- Constant Field Values
-
WebFeatureDisableReExecuteRegularReport
static final java.lang.String WebFeatureDisableReExecuteRegularReport
Indicates if we should disable the reexecute (or called re-run) option for regular report.- See Also:
- Constant Field Values
-
WebFeatureDisableReExecuteViewReport
static final java.lang.String WebFeatureDisableReExecuteViewReport
Indicates if we should disable the reexecute (or called re-run) option for view report.- See Also:
- Constant Field Values
-
WebFeatureDisableReExecuteCubeReport
static final java.lang.String WebFeatureDisableReExecuteCubeReport
Indicates if we should disable the reexecute (or called republish) option for cube report.- See Also:
- Constant Field Values
-
WebFeatureDisableDashboardDesign
static final java.lang.String WebFeatureDisableDashboardDesign
Indicates if we should disable the web dashboard design features- See Also:
- Constant Field Values
-
WebFeatureDocumentLayoutCenterAlign
static final java.lang.String WebFeatureDocumentLayoutCenterAlign
Indicates if we should display the layout of document center aligned- See Also:
- Constant Field Values
-
WebFeatureSaveToMyReports
static final java.lang.String WebFeatureSaveToMyReports
Indicates if user have the privilege to save in my reports folder- See Also:
- Constant Field Values
-
WebFeatureSaveToSharedReports
static final java.lang.String WebFeatureSaveToSharedReports
Indicates if user have the privilege to save in shared reports folder- See Also:
- Constant Field Values
-
WebFeatureIgnoreIncrementalRendering
static final java.lang.String WebFeatureIgnoreIncrementalRendering
Indicates if we want to apply the incremental rendering mode or not- See Also:
- Constant Field Values
-
WebFeatureEnableLoginEditor
static final java.lang.String WebFeatureEnableLoginEditor
Indicates if we want to enable the login editor after session time out or not- See Also:
- Constant Field Values
-
WebFeatureGuidAsNodeIdentifier
static final java.lang.String WebFeatureGuidAsNodeIdentifier
Use Guid values as a node Keys in RW Documents- See Also:
- Constant Field Values
-
WebFeatureCanCertify
static final java.lang.String WebFeatureCanCertify
Indicate if user can certify on object- See Also:
- Constant Field Values
-
WebFeatureShowDossierLibraryLink
static final java.lang.String WebFeatureShowDossierLibraryLink
Indicate whether to show the Dossier Library link- See Also:
- Constant Field Values
-
WebFeatureEnableAppSchema
static final java.lang.String WebFeatureEnableAppSchema
enable application schema feature- See Also:
- Constant Field Values
-
WebFeatureUseMetricEditor
static final java.lang.String WebFeatureUseMetricEditor
Indicates if user have the privilege to use metric editor- See Also:
- Constant Field Values
-
WebFeatureCreateApplicationObject
static final java.lang.String WebFeatureCreateApplicationObject
Indicates if user have the privilege to create application object- See Also:
- Constant Field Values
-
WebFeatureUseVLDBPropertyEditor
static final java.lang.String WebFeatureUseVLDBPropertyEditor
Indicates if user has the privilege to use the VLDB Property Editor.- See Also:
- Constant Field Values
-
WebFeatureSupportCartesianJoin
static final java.lang.String WebFeatureSupportCartesianJoin
Indicate if user have the privilege to use cartesian join- See Also:
- Constant Field Values
-
WebFeatureShowBaseViewInLibrary
static final java.lang.String WebFeatureShowBaseViewInLibrary
Indicate if user have the privilege to change show base view in library property in document properties dialog- See Also:
- Constant Field Values
-
WebFeatureShowReactDossierFormat
static final java.lang.String WebFeatureShowReactDossierFormat
Indicates if we want to enable the new react based format panel for Dossier- See Also:
- Constant Field Values
-
WebFeatureModifyAllowHTMLContent
static final java.lang.String WebFeatureModifyAllowHTMLContent
Indicates if user has the privileges to enable/disable security feature of allowing HTML content in dossiers- See Also:
- Constant Field Values
-
-