GraphQL OBJECT

BiReport

Report that is bookmarked in the Business Intelligence (BI).

link Definition

  • type BiReport {
  • # Measures set in the report.
  • measures: [BiMeasure]!
  • # Settings of the chart, graph, or table that displays the report.
  • biChartSettings: BiChartSettings
  • # The report data that you fetched.
  • result: BiReportResult
  • # Dimension of the x-axis.
  • xAxisDimension: BiDimension!
  • # Grouping dimension for the y-axis (optional).
  • yAxisDimension: BiDimension
  • # Base64 encoded report result document in requested format. For internal use
  • # only.
  • #
  • # Arguments
  • # documentFormat: The format of the exported document.
  • documentExport(documentFormat: DocumentFormat!): String
  • }