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

JOINS by default ?

Hi

I want to know which JOIN qlikview do by default ?

Many thanks

2 Replies
nagaiank
Specialist III
Specialist III

Here is an extract from QlikView Reference Manual that has answerto your question.

Join

The simplest way to make a join is with the join prefix in the script, which

joins the input table with the last previously created logical table. The join

will be an outer join, creating all possible combinations of values from the

two tables.

johnw
Champion III
Champion III

Not that you have to, but I prefer to always explicitly state which sort of join I want, even for an outer join.  I think the code is more clear that way.