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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
slribeiro
Partner - Creator
Partner - Creator

Error: FileList()

Greetings...

I'm using FileList() to get all my tables in one folder, but there's some problem with my script because the store gives an error because it says the table doesn't exist.

my code here:

FOR Each file in FileList('..\1.Source Data\Excel\Consultório Extra 2\Consultório Extra 2 -' & '*' & '.xlsx')

DadosNovos2:

LOAD Data,

     [Unidade de Negócio],

     Consultório,

     [Total Exames],

     [Total Valor]

FROM

$(file)

(ooxml, embedded labels, table is Produção);

NEXT file

0 Replies