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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
HareeshR
Contributor
Contributor

Loading Value from Single Cell in Excel to QlikView

I want to load data from multiple files, but just the data in G14 cell in all the files, along with file name.

Load G,

FileBaseName()

From test.xslx

(ooxml, no label, table is Sheet) WHERE RecNo()=14

 

This is not working. Any suggestions??? 

1 Reply
marcus_sommer

Try it with:

first 1 Load G as Field, FileBaseName() as File From test.xslx
(ooxml, no label, header is 14 lines, table is Sheet);

- Marcus