Skip to Main Content
QlikView for Developers Cookbook
book

QlikView for Developers Cookbook

by Stephen Redmond
June 2013
Beginner to intermediate content levelBeginner to intermediate
290 pages
4h 59m
English
Packt Publishing
Content preview from QlikView for Developers Cookbook

Creating dynamic ad hoc analysis in QlikView

QlikView has some great tools to allow users to generate their own content. However, sometimes users don't want to learn those skills and would like to quickly just to be able to analyze data.

In this recipe, we will show how to create an easy-to-use dynamic analysis tool using some of the features from QlikView 11.

Getting ready

Load the following script:

// Set the Hide Prefix Set HidePrefix='%'; // Load the list of dimensions DimensionList: Load * Inline [ %Dimensions SalesPerson Country City Product ]; // Load the list of expressions ExpressionList: Load * Inline [ %ExpressionName Total Sales Order Count Avg. Sales ]; // Load the Sales data Data: LOAD * INLINE [ SalesPerson, Country, City, Product, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

QlikView for Developers

QlikView for Developers

Miguel Angel Garcia, Barry Harmsen
QlikView 11 for Developers

QlikView 11 for Developers

Miguel Angel Garcia, Barry Harmsen

Publisher Resources

ISBN: 9781782179733Other