Some instructions & FAQs to install extensions for Qlik Sense.
(TOC generated by verb using markdown-toc)
The instructions below will help you to install extension I (Stefan Walther) have created. All Qlik Sense extensions I have created, follow the same rules.
Note: Other authors might very likely follow different approaches._
I structure all extensions the same way. GitHub is used to host the source code, but also different builds of the extension.
If you want to start using one of my extensions in either Qlik Sense Desktop or Qlik Sense Enterprise, please consider:
- There is a folder called
build
.- This folder typically contains several versions of an extension, each of them packaged as .zip file.
- Download the file called
%extension-name%_latest.zip
resp. the version you want to download. - Follow the instructions below
Follow the instruction here.
Follow the instructions here.
First of all don't do download the entire GitHub repository, this is the most common mistake.
You are then downloading the entire GitHub repository, containing (potentially) multiple versions of an extensions.
Importing the resulting .zip file will fail when importing in Qlik Sense.
Resolution: See here
As you upload a .zip file to Qlik Sense Server I first recommend to unzip the file locally to have a look into the content of the .zip file:
- You should see a .qext file at the root of the .zip file's content
- See here
I have structured all my extensions in the same way:
- There is a
./build
directory where you can download multiple versions of an extension.
If you download the entire GitHub repository, it will contain most likely multiple .zip files containing a specific version of an extension.
The solution is simple: Go to the ./build
directory and download the desired version, by default the go for the file %extension-name%_latest.zip
Stefan Walther
This file was generated by verb-generate-readme, v0.6.0, on February 09, 2018.