Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
QlikviewRaj11
Contributor III
Contributor III

can someone hlep on figureing out how this is working...

Hi,  I came across one link where the guy loads multiple excel files into qv from share point

I am trying to replicate the samething - I used the https address in vDirectory variable - don't get his - error FileText not found

Set vDirectory =[https://Sharepoint/Directory];

 

Filenames:

LOAD left(FileText,29) & '.xlsx' as FileName,

     mid(FileText, 20,10) as CreateDate,

     Trim(Replace(left(FileText,29) & '.xlsx',' ','20%')) as Webfile,

     ModifiedDate

FROM $(vDirectory)

(html, codepage is 1252, embedded labels, table is @6   );

when I go to webfiles - select internet files and use the https:// address and select html - this is how it looks like

how does this works in the above - that was from someone in the forum - once I get the list of files I can pass each file name to the for loop - any help

 

Test12.png

 

 

Labels (1)
  • qv

2 Replies
QlikviewRaj11
Contributor III
Contributor III
Author

any one - really appreciate your time

Brett_Bleess
Former Employee
Former Employee

See duplicate post: https://community.qlik.com/t5/QlikView-App-Development/load-multiple-xlsx-files-in-a-folder-in-Share...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.