Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Differance between section access and section application

What is differance between section access and section application.

Regards

Ashish Srivastava

1 Reply
Not applicable
Author

Have you tried to read the Help?

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. The syntax is:

section (access | application)

Examples:

Section access;

Section application;

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