Skip to main content

Capability API version history

Information noteThe term Capability API was introduced with Qlik Sense 2.1. Some of the Capability APIs were available before this version, published under the name Mashup API.

 

Qlik Sense 2.1

New API

  • Table API, including the following classes:
    • QTable
    • QHeader
    • QRow
    • QDimensionCell
    • QMeasureCell
  • Navigation API

New methods

  • app.variable.createSessionVariable method
  • app.variable.get method
  • app.variable.getByName method
  • app.variable.setNumValue method
  • app.variable.setStringValue method
  • table.exportData method
  • table.getColByName method
  • table.getMoreData method
  • table.orderBy method
  • table.reverseOrder method
  • table.select method
  • table.getPercent method
  • table.getPercentOfMax method

Updated methods

  • app.clearAll method
  • app.lockAll method
  • app.unlockAll method

Deprecated methods

  • app.variable.setContent method. Replaced with app.variable.setStringValue and app.variable.setNumValue methods.
  • The GetProgress method is replaced with getProgress method.

Qlik Sense 2.0

New methods

  • setLanguage method
  • global.getProductVersion method

Deprecated methods

  • global.getQvVersion method. Replaced with global.getProductVersion method.

Qlik Sense 1.1

New methods

  • callRepository method
  • getExtensionList method
  • getGlobal method
  • app.addAlternateState method
  • app.close method
  • app.destroySessionObject method
  • app.doReload method
  • app.doSave method
  • app.getAppLayout method
  • app.getFullPropertyTree method
  • app.getSnapshot method
  • app.removeAlternateState method
  • app.searchAssociations method
  • app.searchSuggest method
  • app.selectAssociations method
  • global.cancelReload method
  • global.getAppList method
  • global.getAuthenticatedUser method
  • global.getProgress method
  • global.getQTProduct method
  • global.getQvVersion method
  • global.isPersonalMode method

Updated methods

  • currApp method
  • openApp method
  • app.getList method
  • app.getObject method
  • app.field.selectValues method

Qlik Sense 1.0

New methods

  • currApp method
  • getAppList method
  • openApp method
  • resize method
  • setOnError method
  • app.back method
  • app.clearAll method
  • app.createCube method
  • app.createGenericObject method
  • app.createList method
  • app.field method
  • app.forward method
  • app.getAppObjectList method
  • app.getList method
  • app.getObject method
  • app.getObjectProperties method
  • app.lockAll method
  • app.unlockAll method
  • app.bookmark.apply method
  • app.bookmark.create method
  • app.bookmark.remove method
  • app.field.clear method
  • app.field.clearOther method
  • app.field.lock method
  • app.field.select method
  • app.field.selectAll method
  • app.field.selectAlternative method
  • app.field.selectExcluded method
  • app.field.selectMatch method
  • app.field.selectPossible method
  • app.field.selectValues method
  • app.field.toggleSelect method
  • app.field.unlock method
  • app.variable.create method
  • app.variable.getContent method
  • app.variable.setContent method

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!