Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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
Qrishna
Master
Master

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
Qrishna
Master
Master

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