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

QlikView script resources

My previous post was about little tool which is capable to show and export CPU and RAM usage of a specific Windows process. I’ve used this tool to grab resource usage of QlikView during reload. Combining the exported csv file and QlikView log file I was able to build qvw file that shows resources per script part. So I was able to see which script part(s) grab the most of resources and try to optimize it. ...

October 30, 2013 · 1 min · 204 words