Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
badri-adeel
Partner - Contributor II
Partner - Contributor II

Problem with joins

I'm facing a issue specific on system, im trying to join two tables and try to get all record from both tables so i use outer join,

but im very surprise when it return all record of table one but record of table two is join with only first record.

Script:

DetailTable:

LOAD * INLINE [

Week, Key, val

1, A, 12

2, A, 24

3, A, 23

4, A, 98

5, A, 17

6, A, 15

];


Outer JOIN (DetailTable)

LOAD * INLINE [

Key, MinWeek, MaxWeek

A, 1,6

];


1.jpg

Logically it will be

     

WeekKeyvalMinWeekMaxWeek
1A1216
6A1516
5A1716
3A2316
2A2416
4A9816

surprisingly when i try this on different system it return correct record but specific on my system it gives a wrong. i already tried with Unistall the Qlikview desktop remove all folders of QlikTech and then install again but no luck.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Bingo!

Left join broken in QlikView 12 SR1?

Upgrade your  12.0.20001.0 Version to a recent QV version.

View solution in original post

5 Replies
PrashantSangle

I tried the same code in qliksense, It is working as expected.

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
andrey_krylov
Specialist
Specialist

Hi Adeel. I don't know why it happens, I've reloaded this file and everything is fine.

badri-adeel
Partner - Contributor II
Partner - Contributor II
Author

Andrey as i mention earlier it is working fine on other PC but not specifically on my system. I can't figure out the problem. previously i used this join so many time and it's working perfectly fine but suddenly it occurs.

The only solution is remain behind that re-installation of my operating system, but not sure will this work or not..?

swuehl
MVP
MVP

Bingo!

Left join broken in QlikView 12 SR1?

Upgrade your  12.0.20001.0 Version to a recent QV version.

badri-adeel
Partner - Contributor II
Partner - Contributor II
Author

Thank you Stefan, you just safe my day.