Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Qlikview Unlocked

You're reading from   Qlikview Unlocked Unlock more than 50 amazing tips and tricks to enhance your QlikView skills

Arrow left icon
Product type Paperback
Published in Nov 2015
Publisher Packt
ISBN-13 9781785285127
Length 196 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Roger Stone Roger Stone
Author Profile Icon Roger Stone
Roger Stone
Andrew Dove Andrew Dove
Author Profile Icon Andrew Dove
Andrew Dove
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Behind Every Successful Project Is a Plan FREE CHAPTER 2. Building the Correct Environment 3. Are You Sitting Comfortably? Be More Productive 4. It's All About Understanding the Data 5. The Right Data Model Pays Dividends 6. Make It Easy on Yourself – Some QlikView Tips and Tricks 7. Improving Chart Performance and Usability 8. To Deployment and Beyond A. Hidden Image List
Index

Avoiding problems with JOIN

When using the JOIN function within QlikView, there are a few things to remember; otherwise, things can go disastrously wrong. However, it is the best way of cutting down the number of branches in a star data model.

Background

QlikView has four joining types; they are the same as SQL but there are slight differences in the syntax. QlikView uses Inner, Outer, Left, and Right, whereas SQL uses Inner, Full, Left, and Right. Using the right one with the right keys is essential.

How to do it

The easiest way to flatten the data model is to join two tables together into one. For a table where there is a key field and a description, it is very easy to add the description into the main table using a LEFT join (refer to the following section for an example.)

Data is joined using all the matching fields in the Load statement, so care must be taken to ensure that all fields needed are actually in the Load statement and that any field that is not needed as a link is aliased.

A...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image