Skip to main content Skip to complementary content

getReducedData method

Last updated: 9/17/2025

getReducedData(qPages, qZoomFactor, qReductionMode)

Method used to get reduced data from the Engine for this object.

Information noteThis method only works for hyper cubes.

Returns

Returns a promise of reduced data pages.

Tip noteFor more information regarding a promise, see http://docs.angularjs.org/api/ng.$q.

Parameters

Name Type Description
qPages Array An array of request page objects.
qZoomFactor Array Zoom factor.
qReductionMode Array Reduction mode.

Example

var requestPage = [{ qTop : 0, qLeft : 0, qWidth : 10, qHeight : count }]; this.backendApi.getReducedData(requestPage, -1, "D1").then(function(dataPages) { .... });

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!