Snippets Collections
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
LOAD
	SUBFIELD('$(vTablesList)',',') as table_name
	Autogenerate 1;
star

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

#qlikcloud
star

Mon Oct 03 2022 13:52:50 GMT+0000 (Coordinated Universal Time)

#qlikcloud

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension