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

Issue in Joining 2 qvds

Hello,

I am reading data from x number of qvd files using * character.. 

My  qvd data looks like:

TeamRelease Month  Release Type  RAG Status  EntryDate
AAugPrimaryAmber8/22/2019

 

Team Release Month  Release Type  RAG Status  EntryDate
AAugPrimaryRed8/21/2019

 

Now I am loading the qvds like below: (with wildcard)

LOAD *
FROM
$(VQVDPath)\Filename*.qvd
(qvd);

 

The table is created like below: 

Squad/Non Squad Name  Release Type  RAG Status  EntryDate
APrimaryAmber8/22/19
APrimaryAmber8/21/19
APrimaryRed8/22/19
APrimaryRed8/21/19

 

However this is what I want:

Squad/Non Squad Name  Release Type  RAG Status  EntryDate
APrimaryAmber8/22/19
APrimaryRed8/21/19
1 Solution

Accepted Solutions
krishna_2644
Specialist III
Specialist III

Hi - When you have multiple qvds with same fields and field name, then the concatenation is automatic.

Please find attached qvw for the script.

 

1.PNG

View solution in original post

1 Reply
krishna_2644
Specialist III
Specialist III

Hi - When you have multiple qvds with same fields and field name, then the concatenation is automatic.

Please find attached qvw for the script.

 

1.PNG