Drop table
One or several Qlik Sense internal tables can be dropped from the data model, and thus from memory, at any time during script execution, by means of a drop table statement. Optionally, use the drop mapping table variant to drop mapping tables—those created with the Mapping prefix—before the end of script execution.
Syntax:
drop [mapping] table tablename {, tablename2 ...}
drop [mapping] tables tablename {, tablename2 ...}
Information noteThe forms drop table and drop tables are both accepted.
The following items will be lost as a result of this:
- The actual table(s).
- All fields which are not part of remaining tables.
- Field values in remaining fields, which came exclusively from the dropped table(s).
The following will be lost as a result of this: