Qlik Sense

This is a simple plugin to connect to your Qlik Sense server and create a mashup by getting the object with a shortcode inside a post or page within t …

Author:yianni.ververis@qlik.com (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:4.9.14
Plugin version:1.3.1
Added to WordPress repository:09-11-2017
Last updated:21-02-2018
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:https://github.com/yianni-ververis/qlik-sense...
Total downloads:1 208
Active installs:80+
plugin download
Click to start download

This is a simple plugin to connect to your Qlik Sense server and create a mashup by getting the object with a shortcode inside a post or page within the admin panel

How to Configure

Before the plugin can be used, it must be configured as follows:
1. Login to your WordPress Admin Portal.
1. On the left hand navigation panel, select “Qlik Sense”.
1. Enter the relevant Qlik Sense server URL, Virtual Proxy, Port and App ID(s) to connect to your Qlik Sense server.

How to Use

The plugin utilizes a WordPress shortcode to insert Qlik Sense objects into a post or page. There are currently 3 shortcodes available to insert Qlik Sense objects, a clear selections button or the Qlik Sense selections toolbar. The shortcodes can be added manually as detailed below or alternatively, the shortcodes can be generated and inserted using the buttons provided within the WordPress text or visual post/page editor. In the text editor, place the cursor in the post/page where you wish to insert the object, then click the relevant Qlik Sense button on the editor menu. You You may be prompted to enter required parameters for the shortcode. Once complete, the shortcode will be added to the post or page.

Qlik Sense Object

This shortcode allows you to embed a chart, table or other Qlik Sense object. The shortcode syntax is as follows:

[qlik-sense-object id="page1-obj2" qvid="nvqpV" height="400"]

Parameters are as follows:
* id=””: is the unique div id. This is needed especially when you want to display the same object in 2 different instances
* qvid=””: Is the object id as found in the “dev-hub/single-configurator” or the Qlik Explorer for Developers
* height=””: The height of the visualization in pixels.
* nointeraction=”true” (optional): Add this if you want to disable interactions. If you want the objects to have interaction, you can just omit this.
* app2=”true” (optional): Add this to get the objects from the app defined as app 2 in the plugin settings.
* appid=”” (optional): The variable qs_appid is added to store the value from the custom field appid. The custom field is used to be able to use a separate app for each page rather than the apps defined in the plugin config.

Qlik Sense Clear Selections Button

This shortcode allows you to ebmed a Clear Selections button.

[qlik-sense-object-clear-selections title="Clear Selections"]

Parameters are as follows:
* title=””: Defines the text to be displayed on the button

Qlik Sense Selections Toolbar

This shortcode allows you to add the Qlik Sense selections toolbar to the post or page.

[qlik-sense-selection-toolbar]

No parameters are possible.