Skip to main content Skip to complementary content

Backend API

The Backend API consists of a number of methods, and is used for communicating with the Qlik engine. It provides Helper functions for Qlik engine calls and access to Qlik engine data. Available for extensions as this.backendApi.

In short terms, the Backend API is a wrapper around some of the Qlik Engine API methods but with the difference that the Backend API is aware of the context, that is the current web socket connection and the Qlik Sense app.

Example:  

this.backendApi.eachDataRow(function(rownum, row) {
	.....
});

Version handling

 

Qlik Sense 2.0

New methods

  • collapseLeft method
  • expandLeft method
  • expandTop method
  • getPivotData method
  • getStackedData method

Qlik Sense 1.1

No new, updated or deprecated methods in this release.

Qlik Sense 1.0

New methods

  • abortSearch method
  • acceptSearch method
  • applyPatches method
  • clearSelections method
  • clearSoftPatches method
  • eachDataRow method
  • getData method
  • getDataRow method
  • getDimensionInfos method
  • getMeasureInfos method
  • getProperties method
  • getReducedData method
  • getRowCount method
  • hasSelections method
  • save method
  • search method
  • selectRange method
  • selectValues method
  • setProperties method

Learn more

 

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!