RobWunderlich / Qlikview-Components

A library for common Qlikview Scripting tasks
197 stars 99 forks source link

New function Qvc.DropTable() #82

Closed bintocher closed 5 years ago

bintocher commented 5 years ago

Qvc_DropTable.qvs Drop table if it exists. Not need to make any checks before drop table.

syntax CALL Qvc.DropTable('tablename');

param 1 String. The table name

RobWunderlich commented 5 years ago

Nice addition