Skip to main content Skip to complementary content

getPivotData method

getPivotData(qPages)

Method used to get pivot data from the Qlik engine for this object. Only works for hypercubes with qMode = P.

Since:
  • 2.0

Parameters

Name Type Description
qPages Array An array of request page objects.

Returns

Returns a promise of pivot data pages.

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

Examples

Example:  

var requestPage = {
		qTop : 0,
		qLeft : 0,
		qWidth : 10,
		qHeight : count
	};

this.backendApi.getPivotData([requestPage]).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 – let us know how we can improve!