Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load data with Excel

Hi everybody, I have an Excel 1 file with this structure, the data changes everyday:

NameData1Data2
X110045
X210020
X310210

And an Excel 2 file with this structure:

Data1Data2Value1Description1
1201559A8B3
1004532LO74
10210719U4R
903020K8Y6

When in the morning I load the data from Excel 2, depends what's in the file Excel 1 that day, in this case the result is:

Header 1Data1Dat12Value1Description1
X11004532LO74
X310210719U4R

Then, how I can to combinate the data from Excel 1 and take the values from Data1 and Data2 for only take a few records each day?

Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

Hi Javier,

PFA for your solution. I hope this is what your want.

Thanks!!

Regards,

Yojas

View solution in original post

5 Replies
Not applicable
Author

Hi Javier,

PFA for your solution. I hope this is what your want.

Thanks!!

Regards,

Yojas

salto
Specialist II
Specialist II

Hi,

seems to be a problem you can fix with a left join from Excel1 on Excel2, on fields Data1 and Data2.

Regards.

Not applicable
Author

Thanks

salto
Specialist II
Specialist II

It is exactly the way that Yojas has solved the problem. His solution is OK.

Not applicable
Author

I had a problem with Chrome and I can't saw the attached file, but after reboot it all ok. Thanks Yojas.