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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filename

Hi All,

I have an excel file with just column headers and blank rows. As there are just column headers present without any data, so it is fetching 0 rows

Is it possible to get the filename of such a file?

Thanks,

Asma

Labels (1)
1 Reply
maxgro
MVP
MVP

did you try with no labels?


Directory;

LOAD A, B, FileName()

FROM

[Nuovo Microsoft Excel Worksheet.xlsx]

(ooxml, no labels, table is Sheet1);