Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The return type for simple queries without grouping or paging is a DataResult object.

Code Block
languagejs
firstline1
titleData Result
DataResult {
    measureName: string;
    total: number;
    headers: string[];
    rows: any[];
    labels: string[];
}


Note that : "labels" is not used in the entire project and is therefore obsolete.