Skip to main content Skip to complementary content

Navigation API

Information noteIf you are using Qlik Sense Business or Qlik Sense Enterprise SaaS, see the API documentation at the Qlik (Developer Portal).
Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

qlik.navigation

The Navigation API allows you to navigate within a Qlik Sense app, and is meant to be used in visualization extensions, and will not work in Mashup scenarios.

Version history

Each method and property contain information around when it was introduced, updated, deprecated or removed. A list of all relevant API changes per version release can be found in API version history.

Version history
Version state Details
Introduced 2.1

Getting started

The following example shows how the Navigation API can be used when creating navigation button widgets.

<div class="lui-buttongroup">
	<lui-button ng-click="navigation.nextSheet()">Next sheet</lui-button>
	<lui-button ng-click="navigation.prevSheet()">Previous sheet</lui-button>
	<lui-button ng-click="navigation.setMode('edit')">Edit mode</lui-button>
</div>

Members

Member descriptions
Name Type Description
analysis String Used for analysis mode.
edit String Used for edit mode.

Possible errors

  • NOSUCHSHEET
  • NOCURRENTSHEET
  • NOSUCHSTORY

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!