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 parameters need to be provided for these methods. Plus I’m a “bit” lazy and always copy/paste code from another projects I have and adapt it to the current needs. For these reasons I’ve made VSCode snippets extension. The extension is used from within VSCode and include all qSocks methods as snippets. Just type qsocck and pick the method that you need. ...

October 10, 2016 · 2 min · 327 words

Qlikview and Gist

Until now I didn’t find a good way to re-use code in Qlikview. I’ve tried few ways to achieve it but was never totally happy with the result. I’m using Gist from time to time but a lot of my gists are private (most of them are project specifics) and for this reason I was thinking that it’s impossible to use Gist snippets from inside Qlikview. But recently I’ve found that private gists are not so private after all. If you know the exact url the gist is displayed even when you’re not log in. ...

December 29, 2013 · 1 min · 142 words