Preceding load in QlikView

Preceding Load is a very powerful functionality in QlikView in transforming the data. What is Preceding load It allows you to define multiple transformations and calculations within one load script which would otherwise will need to be created using separate load and resident load statements. It takes input from the previous Select statement. Preceding Load is invoked by checking the “preceding load […]

Continue reading


Aggr function in QlikView

Aggr() function is a very powerful function in QlikView. It comes under advanced Aggregation and provides great flexiblity to the developer and user. What is Aggr( ) Let you perform Aggregation over a set of dimensions It creates kind of  a temp table of results from which you can select and perform more aggregations Can be used with expressions […]

Continue reading


Incremental Load in QlikView – Part1

In QlikView, incremental load is used  when large transactional tables are involved. Incremental load is a mechanism by which updated/new data is loaded in QlikView. Incremental load require the use of QVD files for data storage. Why use incremental load In many business environments, there will be many large transaction tables. These tables may receive 1000’s […]

Continue reading


Gauge Chart in QlikView

Gauge charts in QlikView are very useful to display when your measure lies within a threshold and outside a threshold value. There are times when executives want to see visually their key measures and want to know at a glance whether values are falling within a acceptable value(green) or outside acceptable value (red). I will show you […]

Continue reading