Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

stefanwalther/sense-extension-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sense-extension-install

Some instructions & FAQs to install extensions for Qlik Sense.


Table of Contents

(TOC generated by verb using markdown-toc)


About

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._

Download the Extension

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

Installing Qlik Sense Extensions

Installing on Qlik Sense Desktop

Follow the instruction here.

Installing on Qlik Sense Server

Follow the instructions here.

FAQ

I am getting error XYZ

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


I am getting an error uploading the extension to Qlik Sense Server, what can I do?

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

Why can't I just download the GitHub project?

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

About

Author

Stefan Walther


This file was generated by verb-generate-readme, v0.6.0, on February 09, 2018.

Releases

No releases published

Packages

No packages published