qlik enigma.js - interceptors Another interesting feature of enigma.js are interceptors. Interceptors are similar to the mixins functions but they are executed on lower level - request/response level. Request interceptors are invoked
qlik Custom enigma.js mixins In the previous post we saw what are enigma.js mixins. I've started an repo some time ago (and npm package) where I've been adding mixins that I've found useful
qlik enigma.js - mixins You know it already but enigma.js is the JavaScript wrapper around the Qlik's Engine API. If you are building a mashup/web app or some sort of automation that
qlik Introducing qlbuilder qlbuilder In general qlbuilder is a tool that communicates with Qlik apps (using the Engine API) and set the script. The script is located on the local machine and can
qlik Deploy Qlik extension/mashup with Qlik-CLI Deploy Qlik extension/mashup with Qlik-CLI Creating Qlik extensions/mashups is usually quite fun. But it will be better if you have a way to develop locally and deploy to
qlik Global Environment Values Approach (Qlik Sense) With multi-stage Qlik environment (DEV, TEST, PROD etc) the load scripts are usually including some kind of a check - "In which environment am I?". Based on the
qlik Qlik Sense Mail Notifications One feature that is missing in Qlik Sense is to send mail notifications when task is completed (fail or success). This feature is available in QlikView Server and I'm finding it very useful. I've found 3 ways that this can be achieved in QS:
qlik Qlik Sense Console (Chrome extension) In Qlikview if there is a need to test/debug something developers are just creating some textboxes or straight/pivot tables right next to the dashboard (or in another sheet). In Qlik Sense it's bit more tricky because the free space is kinda limited
extension Styled listbox (Qlik Sense Extension) (Updated) I'm missing the option to present Qlik Sense listboxes in a different ways (Not that I don't like the default one I'm just missing it) So I've made an extension that can represent field values as Checkboxes, Radio buttons or Buttons. As you can
qlikview QMC Viewer If you manage multiple Qlik servers (Qlikview or Sense) and need to access the management consoles multiple times per day you usually keep a list of servers urls somewhere (at least this is what I have). In this case opening this list every time
extension Develop Qlik Sene extension with Chromebook I've started playing with Qlik Sense extensions these days and pretty much I'm happy with the process in overall. You can develop extensions using Workbench (if you have Qlik Sense Desktop installed) or any text editor. But if you have Sense Server installed you