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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

data coming wrong

Hi All,

I using (Load * From C:\Users\a185_o_bi2support\Desktop\Test for txt\*.xlsx; )

in that I have 2 excel sheet but when I reload it data getting wrong

Output:

data.png

expected output:

exc op.png

1 Solution

Accepted Solutions
avinashelite

Hi Prashantbi,

I loaded the files its working fine, please find the attachment

View solution in original post

5 Replies
avinashelite

Hi Prashantbi,

I loaded the files its working fine, please find the attachment

avinashelite

If your facing any issue please share your app

robert_mika
Master III
Master III

Is the Excel the file the same that you getting your data from?

There is different name in your path

Do you have any XML mappping in this file?

prma7799
Master III
Master III
Author

Hi Avinash,

This is manually done but I want to do this using for loop.

How to do this. if I have 50 excel file.

Thanks

Prashant

avinashelite

Hi ,

if the file structure i.e the fields are same then go with

load

.

.

from path\*.xlsx

* will load all the file from that folder.

If you want to other method try with this document.

Loading Multiple Excel Sheets Dynamically along with file name and sheet name