Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Neha121
Contributor III
Contributor III

Reading xlsx file name from folder

Below Code is just reading 15 lines.. where as folder has 25 files.. If I remove distinct it loads duplicate file names.. what am I doing wrong?

vRoot = directory path

File_name:

LOAD distinct

FileName() as "Data_File"

FROM $(vRoot)\*.xlsx;

0 Replies