Create a table with all files respecting the name pattern

PHOTO EMBED

Sun Oct 16 2022 22:01:04 GMT+0000 (Coordinated Universal Time)

Saved by @jmbenedetto #qlikcloud

SET vSourcePath = 'lib://01 - HR Demos (LoB) (Development):DataFiles/';
SET vPrefix='A0090_';

for each File in filelist ('$(vSourcePath)'&'$(vPrefix)'&'*.qvd')
[FileList]:
  LOAD
  	mid('$(File)',len('$(vSourcePath)')+1) as FileName
  autogenerate 1;
next File
content_copyCOPY