qlik Export QMC tables Administrating Qlik Sense sometimes means spending a lot of the time in QMC. And sometimes I need to export some of the tables there just to keep the info somewhere
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 for Visual Studio Code Recently I've started working on one of the idea from my wild ides list. For info click here (but more on it later when there is something working to be shown). For this we need to write our QV scrips in external text editor.
qlik sense Qlik Sense Custom Hub I like how flexible Qlik Sense is. With its massive API if we want we can re-build the GUI (and not only) from scratch and just use the background services
chromebook Termux Recently I've found a very neat Adnroid app which I can run on my Chromebook - Termux- "Termux combines powerful terminal emulation with an extensive Linux package collection." In essence after installing it you will have a nice Linux distro on your
qlik sense qSocks snippets extension for VSCode At the moment VSCode is my preferred code editor (although I'm side using Atom sometimes as well). And when I'm writing something which uses qSocks I've always have GitHub and Qlik Sense help site open so I can check the available methods and what
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:
qlikview Qlikview Notify Recently we had data issue and few documents was affected by this. We notified the users by adding textboxes in these documents with a warning an explanation. But while this particular data issue was still active 2-3 more data issues was found and editing
GetProgress() (Qlik Sense) Part of one of my projects was to reload app on the fly. The whole process is working fine (more on this in a different post) but wanted to show the reload progress to the user. For this purpose we can use GetProgress() method
qlik sense US Map Simplified (Qlik Sense Extension) Couple of weeks back Alexander Karlsson (@mindspank) posted a tweet with idea for a new Qlik Sense extension. The extension should look like this: Basically the extension should have a rectangle for each state. The rectangles should be ordered so they will look like
qlikview Qlikview IP --> IP Range mapping Recently I had a task to map set of ip addresses to country in Qlikview. I've found a nice dataset that can give me this link but the dataset was for ip range to country. For example: RangeFrom , RangeTo , Country 1.0.0.1,
qlikview Radial Tree and Zoomable Sunburst (Qlikview extensions) (Updated) We have a project in which we are working with menu navigation data (more like parent-child relation / hierarchical data). Although there are few approaches and solutions we've picked few visualisations that might be better to be used with our data. We had our POC
qlikview Check for updates for Qlikview extension After installing Qlikview extension I'm usually forgetting to check if the extension have new versions. From time to time I'm remembering to check but this is not on very regular basis. Last week I've started a new extension (more about it in the next
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
qlikview Save Qlikview table as csv without header Few months back I've needed a way to save Qlikivew table (during reload) to csv/txt file but without the field header (still cant remember the reason for this). But today I've saw that someone else is needing this so I've decided to solve
qlikview Wearable Qlikview While waiting for my new and shiny Pebble Time I've finally managed to spend some time and play with Pebble API. And of course one of the first questions was is it possible to make a link between Pebble and Qlikview/Qlik Sense. Since
qlikview Get Active Qlikview Users<->Docs The Technology team asked me these days is it possible to provide them with live data who are the active qlikview users and which documents are accessed. This info is visible in the Management console but since our environment is a cluster with 3
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