Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView Script Language

Hi All,

Can anybody tell me which language we are using in qlikview. Name the language please also provide me some ebook stuff

  xzxHCC
2 Replies
jsingh71
Partner - Specialist
Partner - Specialist

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.

hic
Former Employee
Former Employee

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.:

Amazon.com: qlik

https://www.packtpub.com/all/?search=qlik#

HIC