Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
ksomosera10
Creator II
Creator II

Joining Two QVD

Hi Everyone,

I need your help. I can't continue working on Qlikview as I'm  receiving errors as I load the script.

Here's the error:

Table not found error

Table 'MainTable' not found

LEFT JOIN ([MainTable])

LOAD *

FROM ProjectTeam.qvd(qvd)


For your reference I will give you my current script:

[MainTable]:

LOAD *

FROM Projects.qvd(qvd);

LEFT JOIN ([MainTable])

LOAD *

FROM ProjectTeam.qvd(qvd);

STORE [MainTable] INTO MainTable.qvd;


THANKS FOR HELPING!

1 Solution

Accepted Solutions
prma7799
Master III
Master III

It is working ... PFA..

View solution in original post

13 Replies
Anil_Babu_Samineni

Remove Square Brackets and Try?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ksomosera10
Creator II
Creator II
Author

I've removed all Square Brackets but error still persists.

Anil_Babu_Samineni

What you gave the script, Try this and let me know

MainTable:

LOAD * FROM Projects.qvd (qvd);

LEFT JOIN (MainTable)

LOAD * FROM ProjectTeam.qvd (qvd);

//STORE [MainTable] INTO MainTable.qvd;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ksomosera10
Creator II
Creator II
Author

I still get the error.

Table not found error

Table 'MainTable' not found

LEFT JOIN (MainTable)

LOAD *

FROM ProjectTeam.qvd(qvd)

Anil_Babu_Samineni

Please share QVD's?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ksomosera10
Creator II
Creator II
Author

It's a bit large. I could give you my script generating each qvd's if you want

Anil_Babu_Samineni

Try same way with inline table for 5 records from each qvd and check. Because, It loads easy manner when you used Left to the Table using Join

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
prma7799
Master III
Master III

Please share your application with 15 line debug or share qvd for at least 20 records

ksomosera10
Creator II
Creator II
Author

Can you tell me how I can send qvd's here?