Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can anybody tell me which language we are using in qlikview. Name the language please also provide me some ebook stuff
Go for "QlikView 11 for Developers".
In QV we are using VB or Java Script for writing Macros, SQL Queries for pulling data and for transformation and General Qlikview script.
It is the "QlikView Script Language", i.e. native to QlikView. It is heavily influenced by SQL.
If you use SELECT statements in the script, these are interpreted by the ODBC/OLEDB provider, and not by QlikView.
The best description of the script syntax is really in the QlikView manual, but there are also a number of excellent books, e.g.:
https://www.packtpub.com/all/?search=qlik#
HIC