Section | Qlik Cloud Help
Skip to main content

Section

With the section statement, it is possible to define whether the subsequent LOAD and SELECT statements should be considered as data or as a definition of the access rights.

Syntax:  

Section (access | application | directquery)

 

If nothing is specified, section application is assumed. The section definition is valid until a new section statement is made.

If you specify section directquery, the application will becomes a Direct Query application when the load script is run. For more information, see Creating a Direct Query application with custom SQL.

Example:  

Section access;

Section application;

 

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!