Qlikview


Leave a comment

Information Density

Information Density represents percentage of records that have not NULL values for a field.

Example:

country
code
Afghanistan AF
Albania
Algeria DZ

 

After loading the above records, go to the table viewer section (CTRL+T)

mouse hover on “country” field, you will see Information density is 100%

Now mouse hover on “code” field, you will see Information density is less than 100% i.e 67%

It means that, code field contains a null value in 2nd row that’s why it is showing Information density is 67%


Leave a comment

Primary Key and Perfect Key

Perfect Key:

It indicates that every row contains a key value, and that all of these key values are unique. At the same time, the field’s subset ratio is 100 percent. This qualifier should be seen in dimension tables, where every key should uniquely identify a single record.

Primary Key:

It indicates that all key values are unique, but not every row contains a key value or the field’s subset ratio is less than 100 percent.

Key:

It indicates that the key is not unique. This qualifier is usually seen in fact tables, where the same dimension value may be associated with many different facts.

 


Leave a comment

Pick ‘n’ Match

Pick and Match combination will come in use when to view field value ‘x’ when field value is ‘y’.

Example:

Display Quarter value as Q1, Q2, Q3 and Q4. Instead of showing database values.

Pick(MATCH (-1,TIME_CALENDAR_QUARTER = 1, TIME_CALENDAR_QUARTER = 2, TIME_CALENDAR_QUARTER = 3,-1), ‘Q1’, ‘Q2’, ‘Q3′,’Q4’) as TIME_CALENDAR_QUARTER

 

Design a site like this with WordPress.com
Get started