Friday 17 October 2014

Keep in Mind When Developing Qlikview Applications

While developing Qlikview projects, from time to time I load new data from data sources. And I have a standard of coding; there are things to be considered each time I load data or create a new app. I would like to keep the records of what I should take into consideration when creating a new app. The list will not be as it is when I am writing this post, I will be adding new items, whenever I find new ideas worth to mention here.

Thursday 28 August 2014

Qlikview Set Analysis and Point in Time Reporting

Qlikview's one of the most beautiful and hard to implement feature is Set Analysis functionality without any doubt. As long as it is implemented efficiently customer satisfaction tend to increase whilst in case of excessive and ineffective usage it is inevitable to have performance issues.

Thursday 14 August 2014

Qlikview Document Integration - how to hide ajax toolbar or objects on it

Qlikview applications can be viewed in a web application using document/iframe integration. After integration of the document an ajax tool bar appears on top of the document. Although it contains several useful controls, one might think it is space occupying and also useless. In this case you are free to hide this tool bar itself or icons on it.

Tuesday 18 March 2014

How To Create/Load a Qlikview Object From Asp.Net Codebehind using Workbench

In this blog post you will find a short c# code snippet allowing QlikView Workbench developers to create a new QlikView Object on Visual Studio IDE's code behind.