Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

SQL vs Qlikview join are Same?

Hello Expert , 

I am doing join in SQL server and i am getting below output.

SQL.png

But when I have done this in qlikview with same data my Output will be different means i am getting only one column  'X'

X:
Load * Inline [
X
1
0
1
0
];
left join
Y:
LOAD * Inline [
X
1
0
1
0
];

Please reply on this...

 

 

1 Solution

Accepted Solutions
Brett_Bleess
Former Employee
Former Employee

Have a look at the following Design Blog post as well, may shed some further light upon things:

https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102

And just in case, here is Help link which may help as well:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/Scrip...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

View solution in original post

3 Replies
prma7799
Master III
Master III
Author

Anyone can look into this ...

Brett_Bleess
Former Employee
Former Employee

Have a look at the following Design Blog post as well, may shed some further light upon things:

https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102

And just in case, here is Help link which may help as well:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/Scrip...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.