Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
QlikView has an intelligent algorithm to recognize dates independently of which region you are in. In most cases, you will have no problems loading them. It just works and you do not need to think about it. However, in some cases dates are not properly recognized and then you need to add some code in the script to make it work.
First of all – there are no data types in QlikView. Instead QlikView uses dual data storage for all field values; every field value is represented by a string and – if applicable – a number. The task of the developer is to make sure that QlikView recognizes the date correctly so that both a textual and a numeric part of the date are created.
The numeric part of a date is a serial number (same as Excel), i.e. a number around 41000 for dates in the year 2012.
Here are some tips that will help you load dates correctly and hopefully help you better understand how the date handling works.
For a more elaborate description of these tips, see the technical brief on QlikView dates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.