Skip to main content Skip to complementary content

Single configurator

The Single configurator is a tool that provides an easy way of creating simple mashup pages without having to write any code at all. It returns a Qlik Sense object, which is identified in an URL. The Qlik Sense object is typically a visualization from an app, for example a Line chart.

Information noteThe Single configurator creates an URL that returns a complete HTML page containing for example an embedded Qlik Sense visualization. This URL can be embedded in a web page, for example by including it in an iframe.

Launching Single configurator

Launching Single configurator from Qlik Sense

Do the following:

  1. Make sure Qlik Sense is running.

  2. Open a web browser.

  3. Type in the URL: https://<ServerName>/single

    The Single configurator is displayed in your browser window.

Launching Single configurator from Qlik Sense Desktop

Do the following:

  1. Make sure Qlik Sense Desktop is running.

  2. Open a web browser.

  3. Type in the URL: http://localhost:4848/single

    The Single configurator is displayed in your browser window.

Dialog references

The image above illustrates Single configurator running in Qlik Sense environment, depicting the Open & Resolved Cases Over Time line chart on the Dashboard sheet of the Helpdesk Management app with the Selections bar option enabled in addition to the default options. Additionally, Spanish has been set as Language and some Selections have been applied: field = Year and value = 2012.
Dialog option Description
Select an app

When you have launched Single configurator, it is displayed in its initial view. The available Qlik Sense apps are available from the Select an appS option.

Select an app to proceed.

Select object

After an app has been selected, the left panel displays all app objects contained within the app.

The following app objects are supported on the 5 tab:

  • Sheets
  • Visualizations, including extensions
  • Master visualizations

If you switch to the Å view, you will see all snapshots contained within the app.

Select an object to proceed.

Preview

Selected objects are displayed in the center panel together with options that can be set in the right panel (see below). The center panel displays a preview of the selected object together with some additional capabilities:

  • Object Id: displays the object id of the object selected.
  • Copy URL: displays a dialog with the complete URL for the selected object, including the options set for the object. Press CTRL+C to copy the URL.
  • View: displays the rendered html page of the selected object in a new browser tab.
Information noteSome browsers might not support URL lengths longer than 2083 characters. Single configurator will warn you if your URL exceeds this limit.
Set options

Options you can set are displayed in the right panel. Supported options are:

  • Selections bar: includes the the Selection bar in the HTML page. Corresponds to the currsel option in the URL.
  • No animation: turns off animations. Corresponds to the noAnimate option in the URL.
  • No interaction: turns off selections. Corresponds to the noInteraction option in the URL.

    The no interaction option is by default enabled in Single configurator.

  • Language: set the language to be used for the object displayed.

    Corresponds to the lang option in the URL.

  • Clear all selections: clears all selections made in the app. Corresponds to the select=clearall option in the URL.

    The clear all option is by default enabled in Single configurator.

  • Bookmark: displays the bookmarks available in the app. Corresponds to the bookmark option in the URL.
  • Selections:opens a dialog where you can set selections based on fields and its values. Corresponds to the select option in the URL.
  • Embed code: displays the code needed to embed the selected object into an iframe.
Information noteAdditional options can be set directly in the URL. See Single Integration API reference for more information.

Execution order

The execution order of rendering a HTML page containing the object and its set options is as follows:

  1. Clear existing selections (if applicable).
  2. Apply a bookmark (if applicable).
  3. Make selections in fields (if applicable).

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!