JQuery Plugin Creation – with Sample Code!

With JQuery being one of the most widely used JavaScript libraries, there are times where you have to reuse code. A function isn’t always the answer and oftentimes you need to write your own JQuery plugin or extend an already existing one. The purpose of this post is to show how to make a simple […]

How much memory is needed for a great user experience in QlikView?

This is a question I am always asked when designing and releasing QlikView applications to various user groups. As I’m sure you know, QlikView allows users to analyze data quickly due to the associative in-memory technology design. Unique entries are only stored once in-memory; other entries are pointers to the parent data. Therefore, memory and […]