Preview:
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
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter