let vLoopTablecommaCount=SubStringCount(vTables,',');
trace $(section) finnal vTables $(vTables);
for i=2 to vLoopTablecommaCount + 1
let t = subfield(vTables,',', i);
trace $(1) loop store met t $(t);
HTM_RESET:
NoConcatenate
LOAD Null() AS DummyField
AUTOGENERATE 0;
STORE HTM_RESET INTO [$(vEnvironmentPathQvd)/$(t).qvd] (qvd);
LET vRows = NoOfRows('$(t)');
TRACE $(t) has $(vRows) rows;
STORE $(t) INTO [$(vEnvironmentPathQvd)/$(t).qvd] (qvd);
drop table $(t);
next
Preview:
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