Qlik Sense / Qlik Analytics Platform Articles, Projects & Tutorials by Stefan Walther

Deployment Checklist

Things to consider before you go live with your visualization extension.

Some basic rules to follow

  • Remove all console.%() statements.
  • Remove all debugger; statements (!!!{).

Hint:

Use any automated deployment system like grunt or gulp to automate this taskundefined

Test Qlik Sense Server

Ensure that you test your solution also on Qlik Sense Server, not only in the desktop environment.

Automate it!

One the one hand it's fine to have a deployment checklist, but on the other hand stupid, repetitive work should be minimized.
So I personally prefer to automate as many tasks in my daily work as possible.

Have a look at the following projects to get an idea of how repetitive tasks related to extension development can be automated: