GraphQL OBJECT
BiReport
Report that is bookmarked in the Business Intelligence (BI).
link Definition
- type BiReport {
- # Measures set in the report.
- BiMeasure]! : [
- # Settings of the chart, graph, or table that displays the report.
- BiChartSettings :
- # The report data that you fetched.
- BiReportResult :
- # Dimension of the x-axis.
- BiDimension! :
- # Grouping dimension for the y-axis (optional).
- BiDimension :
- # Base64 encoded report result document in requested format. For internal use
- # only.
- #
- # Arguments
- # documentFormat: The format of the exported document.
- DocumentFormat!): String ( :
- }