Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
daniel_sonda
Contributor II
Contributor II

Left join broken in QlikView 12 SR1?

Why QlikView 12.0.20001.0 SR1 loads just 1 record with the script below?

Table1:

Load * Inline [

  Col1, Col2

  A, 1

];


Left Join (Table1)


Load * Inline [

  Col1, Col3

  A, 100

  A, 101

  A, 102

];


With previous versions, it loads 3 records.

13 Replies
Not applicable

Is this problem solved in SR2 ?

Bill_Britt
Former Employee
Former Employee

Hi,

Yes, it is fixed in SR2.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Chanty4u
MVP
MVP

yes its wrkng Sr2

sr2.PNG

SAgl
Contributor II
Contributor II

HI, do you know if there's a work around to this issue so I can fix it without updating to next release?