com.microstrategy.webapi.EnumDSSXMLResult3Flags |
This enumeration contains a third set of result flags, used as part of the
extendable_parameter argument to
GetExecutionResultsEx(String, String, int, String, int, String, IntWrapper)
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlResult3DataWithExpandedRow | A flag indicating that backend needs to return a page containing the last expanded/collapsed row. | |||||||||
int | DssXmlResult3EmmaCubeTableStatus | It seems I-Server uses same value for different enum so keep consistent with I-Server | |||||||||
int | DssXmlResult3LogMessages | Used to retrieve log message in result XML | |||||||||
int | DssXmlResult3NoThresholdsXML | Used to retrieve a report's threshold details in result XML | |||||||||
int | DssXmlResult3ObjectComments | Used to retrieve object's long descriptions in result XML | |||||||||
int | DssXmlResult3OptimizedElementTree | Used to retrieve optimized pageBy element tree in result XML | |||||||||
int | DssXmlResult3PageByAxisOnly | Used to retrieve the pageBy axis only in result XML | |||||||||
int | DssXmlResult3ReportHeaderFooter | Used to retrieve a report's header and footer in result XML | |||||||||
int | DssXmlResult3SkipRWTemplateNodeVF | Used to skip the view filter of the template in a RW template node in the result XML | |||||||||
int | DssXmlResult3TerseElementIDs | Whether to use the terse element ID representation |
A flag indicating that backend needs to return a page containing the last expanded/collapsed row.
It seems I-Server uses same value for different enum so keep consistent with I-Server
Used to retrieve log message in result XML
Used to retrieve a report's threshold details in result XML
Used to retrieve object's long descriptions in result XML
Used to retrieve optimized pageBy element tree in result XML
Used to retrieve the pageBy axis only in result XML
Used to retrieve a report's header and footer in result XML
Used to skip the view filter of the template in a RW template node in the result XML
Whether to use the terse element ID representation