Interface EnumDSSXMLExecutionFlags

    • Field Detail

      • DssXmlExecutionFresh

        static final int DssXmlExecutionFresh
        Specifies an execution flag which instructs the report server not to use the cached information, even if available. This is incompatibile with DssXmlExecutionUseCache and DssXmlExecutionUpdateCache.
        See Also:
        Constant Field Values
      • DssXmlExecutionDefaultPrompt

        static final int DssXmlExecutionDefaultPrompt
        Specifies an execution flag which instructs the report server to answer every prompt with the default value stored in the prompt.
        See Also:
        Constant Field Values
      • DssXmlExecutionUseCache

        static final int DssXmlExecutionUseCache
        Specifies an execution flag which instructs the report server to use cache if available. If this is specified, then DssXmlExecutionUpdateCache must also be specified.
        See Also:
        Constant Field Values
      • DssXmlExecutionUpdateCache

        static final int DssXmlExecutionUpdateCache
        Specifies an execution flag which instructs the report server to update cache with the execution results. If this is used, then DssXmlExecutionUseCache must also be used.
        See Also:
        Constant Field Values
      • DssXmlExecutionInboxKeepAsIs

        static final int DssXmlExecutionInboxKeepAsIs
        Specifies an execution flag which instructs the inbox to keep the result "as is" in the user inbox.
        See Also:
        Constant Field Values
      • DssXmlExecutionSaveToInbox

        static final int DssXmlExecutionSaveToInbox
        Specifies an execution flag which instructs the inbox to save this report result to the user inbox and have the inbox keep the latest result.
        See Also:
        Constant Field Values
      • DssXmlExecutionReprompt

        static final int DssXmlExecutionReprompt
        Specifies an execution flag which instructs the report server to reprompt.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • DssXmlExecutionCheckSQLPromp

        static final int DssXmlExecutionCheckSQLPromp
        Instructs report server to check for prompts in SQL
        See Also:
        Constant Field Values
      • DssXmlExecutionResolve

        static final int DssXmlExecutionResolve
        Specifies an execution flag which instructs the report server to resolve the prompts in this report. Note that if this flag is set without the other flags correspoding to steps in the execution cycle, then the report will only be executed up to the point that prompts are resolved - after resolving prompts, the report execution will stop before running the SQL. This can be useful if something is to be done to the report before viewing the data.
        See Also:
        Constant Field Values
      • DssXmlExecutionGenerateSQL

        static final int DssXmlExecutionGenerateSQL
        This execution flag will cause execution to proceed up to the point that SQL is generated, but stop before submitting the SQL. In this case, the report results cannot be retrieved, but other operations can be performed on the report.
        See Also:
        Constant Field Values
      • DssXmlExecutionWebQueryBuilderOrFFSQL

        static final int DssXmlExecutionWebQueryBuilderOrFFSQL
        See Also:
        Constant Field Values
      • DssXmlExecutionCheckWebCache

        static final int DssXmlExecutionCheckWebCache
        Not implemented.
        See Also:
        Constant Field Values
      • DssXmlExecutionUseWebCacheOnly

        static final int DssXmlExecutionUseWebCacheOnly
        Not implemented.
        See Also:
        Constant Field Values
      • DssXmlExecutionGenerateDatamart

        static final int DssXmlExecutionGenerateDatamart
        Specifies an execution flag which instructs the report server to generate a datamart from this report.
        See Also:
        Constant Field Values
      • DssXmlExecutionSubsetting

        static final int DssXmlExecutionSubsetting
        Specifies an execution flag which instructs the report server to perform subsetting when executing the report, if possible.
        See Also:
        Constant Field Values
      • DssXmlExecutionReBuildPreviewOnly

        static final int DssXmlExecutionReBuildPreviewOnly
        Specifies an execution flag which instructs the report server to only preview the rebuild.
        See Also:
        Constant Field Values
      • DssXmlExecutionExport

        static final int DssXmlExecutionExport
        Specifies an execution flag which instructs the report server to execute for export results*
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • DssXmlExecutionDefault

        static final int DssXmlExecutionDefault
        The default execution flags, which includes DssXmlExecutionUseCache and DssXmlExecutionUpdateCache *
        Since:
        MicroStrategy Web 7.5.1
        See Also:
        Constant Field Values
      • DssXmlExecutionNoAction

        static final int DssXmlExecutionNoAction
        Specifies an execution flag which instructs the report server to execute without resolve prompts Only can be used at design mode
        Since:
        MicroStrategry Web 9.1.0
        See Also:
        Constant Field Values
      • DssXmlExecutionDrillByManipulation

        static final int DssXmlExecutionDrillByManipulation
        Reserved.
        See Also:
        Constant Field Values