Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I want to know which JOIN qlikview do by default ?
Many thanks
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.
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.