Drop table | Qlik Sense on Windows Help
Skip to main content Skip to complementary content

Drop table

Last updated: 8/31/2026

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).

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!