Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
Yianni_Ververis
Employee
Employee

There are a lot of people that use Wordpress as their company's portal. If you are one of these people then, you may find this plugin very useful. You can create a mashup from within wordpress, using the Capabilities API, without writing a single line of code. Just add the settings with the host and the App ID, then the shortcode for the objects that you want and you are done.

Here, I will show you how to do that.

 

  1. First go to your wp admin panel, under "Plugins" click on "Add New" and then search for "Qlik"
    install.png
  2. Click on "Install Now" and then on "Activate"
  3. This will create a "Qlik Sense" settings page, just open that
  4. Settings.png
  5. Here you need to define your host, the Virtual Proxy (prefix) and the App Id, as you would in a regular mashup. If you are planning on using a second app, then add the second app id in "App2 ID".
  6. Save changes.
  7. Then add the shortcode into your posts "[qlik-sense-object id="page1-obj2" qvid="nvqpV" height="400" app2="true"]"

- 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"
- height: The height of the visualization in pixels
- nointeraction: Add this if you want to disable interactions. If you want the objects to have interaction, you can just omit this.

- app2: Add this if your object is coming from the second app that you have specified in the settings

 

 

EditPost.png

  • I have added few objects with a specific height in a bootstrap template for better layout. Now, lets preview the page
    Helloworld.pngHelloworld2.png

Make sure you whitelist your url in the virtual proxy.

 

If you use it and like it, please give it a 5 star in Wordpress.

 

This is it!

Yianni

 

In Portuguese: Qlik Sense Plugin para Wordpressby cleveranjos. Thank you Clever!

GitHub - yianni-ververis/qlik-sense-wordpress-plugin: A Wordpress plugin to create a Qlik Sense Mash...

Qlik Branch

54 Comments
MiroslawKowalski
Partner - Contributor
Partner - Contributor

Hi,

I install and configure the plugin. Now, every time I open a page where i put a short code, my browser asking me for login and password i use in qlik sense (AD). Where i can change that setting? 

1,183 Views
yaroslav
Partner - Contributor II
Partner - Contributor II

Hi,

Plugin works as expected when user stays registered in Wordpress.

But objects disappear from post for anonymous users and error is presented in the browser console:

Uncaught TypeError: qlik.setOnError is not a function
at index.js?ver=1.3.2:16
at Object.execCb (require.js?ver=1.3.2:8)
at r.check (require.js?ver=1.3.2:8)
at r.<anonymous> (require.js?ver=1.3.2:8)
at require.js?ver=1.3.2:8
at require.js?ver=1.3.2:8
at each (require.js?ver=1.3.2:8)
at r.emit (require.js?ver=1.3.2:8)
at r.check (require.js?ver=1.3.2:8)
at r.enable (require.js?ver=1.3.2:8)

Wordpress version: 4.9.10

Please suggest how to fix this trouble.

0 Likes
985 Views
Marcoimp
Partner - Creator III
Partner - Creator III

It seems not working with last version of WordPress (or is it Qlik Sense?).

It shows only a white page, while the "Clear Filter" button is shown. My proxy white list is ok, but it seems can't show anything.

Some update?

815 Views
JoshPark
Contributor III
Contributor III

Hello guys, 

 

I'm new to Qlik Sense and not really the technical guy. 

May I ask is this plug-in is still being developed and supported on Wordpress? 

Because I'm facing some issues that might need help: 

https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-Wordpress-Plug-in/m-p/2020734

 

Thank you!

487 Views