Update MDX Report
/essbase/rest/v1/applications/{application}/databases/{database}/queries/{query}
Update the MDX report for the specified cube.
Request
- application/json
- application/xml
-
application(required): string
Application name.
-
database(required): string
Database name.
-
query(required): string
MDX report name.
Details of MDX report to be updated.
object-
aliasTableName:
string
When the memberIdentifierType: ALIAS and the aliasTable are set to a valid alias table name, the resulting mdx grid contains member names from the specified table. If the value of this property is not set then names are picked from the Default alias table.
-
cellAttributes:
boolean
Set to true to enable query result to return a set of metadata attributes besides the actual data value.
-
dataless:
boolean
Set to true to omit data values from the output set. Default is false.
-
formatString:
boolean
Set to true to return the formatted values for cells of type text or date, or cells associated with a format string. Default is true.
-
formatValues:
boolean
Set to true to return the formatted values for cells.
-
hideRestrictedData:
boolean
Set to true to hide the restricted cell data in the output.
-
meaninglessCells:
boolean
Set to true to suppress the meaningless cell data in the output. For example, missing or structurally irrelevant cells.
-
memberIdentifierType:
string
Allowed Values:
[ "NAME", "ALIAS", "UNIQUE_NAME" ]Specify whether metadata in the output should refer to member names, member aliases, or unique member names (in case of duplicate member enabled outlines).
-
textList:
boolean
Set to true to return a comma-separated list of all text values associated with the cell in the output.
-
urlDrillThrough:
boolean
Set to true to add URLs to each applicable cell so users can click through to the source data. This works only if the Essbase drill-through links are configured.
Response
- application/json
- application/xml
200 Response
OK
MDX report updated successfully.
object-
name:
string
-
query:
object Query
-
type:
string
Allowed Values:
[ "MDX", "DATA_SOURCE" ]
object-
aliasTableName:
string
When the memberIdentifierType: ALIAS and the aliasTable are set to a valid alias table name, the resulting mdx grid contains member names from the specified table. If the value of this property is not set then names are picked from the Default alias table.
-
cellAttributes:
boolean
Set to true to enable query result to return a set of metadata attributes besides the actual data value.
-
dataless:
boolean
Set to true to omit data values from the output set. Default is false.
-
formatString:
boolean
Set to true to return the formatted values for cells of type text or date, or cells associated with a format string. Default is true.
-
formatValues:
boolean
Set to true to return the formatted values for cells.
-
hideRestrictedData:
boolean
Set to true to hide the restricted cell data in the output.
-
meaninglessCells:
boolean
Set to true to suppress the meaningless cell data in the output. For example, missing or structurally irrelevant cells.
-
memberIdentifierType:
string
Allowed Values:
[ "NAME", "ALIAS", "UNIQUE_NAME" ]Specify whether metadata in the output should refer to member names, member aliases, or unique member names (in case of duplicate member enabled outlines).
-
textList:
boolean
Set to true to return a comma-separated list of all text values associated with the cell in the output.
-
urlDrillThrough:
boolean
Set to true to add URLs to each applicable cell so users can click through to the source data. This works only if the Essbase drill-through links are configured.
400 Response
Bad Request
Failed to update MDX report.