The ‘Drop Table’ Regular Statement
This article will cover the syntax of the 'drop table' regular script statement. The drop table statement allows you to delete a previously loaded table from the data model. Note…
Tag for any articles discussing loading and transforming data.
This article will cover the syntax of the 'drop table' regular script statement. The drop table statement allows you to delete a previously loaded table from the data model. Note…
This article will cover the syntax of the 'drop field' regular script statement. The drop field statement allows you to delete a field from a previously loaded table that's part…
This article will cover the syntax of the 'disconnect' regular script statement. The disconnect statement terminates a previously made connection to a database. Without the disconnect statement, the connection will…
This article will cover the syntax of the 'directory' regular script statement. The directory statement is used to define which directory to use to load files subsequently specified. The directory…
This article will cover the syntax of the 'derive' regular script statement. The derive statement is used to generate fields using definitions created in the 'declare' statement. Statement syntax Fields…
This article will cover the syntax of the 'declare' regular script statement. The declare statement is used to create field definitions. Field definitions are relationships between fields or functions and…
This article will cover the syntax of the 'connect' regular script statement. The connect statement is used to open a connection to a database. Statement syntax ODBC | OLEDB |…
This article will cover the syntax of the 'comment' regular script statement. The comment statement is a way to add metadata to app fields loaded from databases or spreadsheets. The…
This article will cover the syntax of the 'binary' regular script statement. The binary statement is used to load data from another Qlik Sense app. Note that only a single…
This article will cover the syntax of the 'autonumber' regular script statement. The autonumber statement is used to create a unique integer value for each unique field value encountered in…