Counter Functions
Counter functions count records within a table to return results. Some do not require any input values at all. This article will cover the basic principles of working with counter…
Counter functions count records within a table to return results. Some do not require any input values at all. This article will cover the basic principles of working with counter…
This article covers the basics of working with conditional functions in the data load editor, including deciphering the function syntax and combining conditional functions with other functions.
Aggregation functions group multi-row data into a single row based on some grouping. The functions are calculated by looping through the table rows and working out each group's result. This…
Script functions within the Qlik Sense app script are used to transform and aggregate data. This article will list the types of functions available and their purpose. Click on the…
This article will cover the syntax of the 'Untag' regular script statement. This statement is used to remove specific tags from fields or tables. Statement syntax Field | Fields |…
This article will cover the syntax of the 'Unqualify' regular script statement. This statement is used to remove the qualify statement previously used from fields. This is useful for leaving…
This article will cover the syntax of the 'Unmap' regular script statement. This statement is used to remove previously specified field mapping for subsequent loads. Statement syntax FieldlistA comma separated…
This article will cover the syntax of the 'Trace' regular script statement. This statement is used to write a comment to the execution log window and the execution script. This…
This article will cover the syntax of the 'Tag' regular script statement. This statement is used to add tags to fields and tables. Tags are a way for a developer…
This article will cover the syntax of the 'Store' regular script statement. This statement is used to store a QVD, CSV or TEXT file in a specified location. Statement syntax…