
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is Section Access and Section Application?
Hi all,
I have the following script but I am not entirely show what function Section Access and Section Application statements perform. Can anybody help break it down simply what it does please?
//Section Access;
//Access01:
//LOAD * INLINE [
// ACCESS, USERID, PASSWORD
// ADMIN, ADMIN, ADMIN
// USER, USER, USER
//];
//Section Application;
Section Access;
Access01:
LOAD USERID,
ACCESS,
SP
FROM
[Datasources\SalesSecurity.txt]
(txt, codepage is 1252, embedded labels, delimiter is '\t', msq);
Section Application;
Access_Application:
LOAD
Upper(SP) as SP,
[SalesPerson]
FROM
[Datasources\SalesInitials.txt]
(txt, codepage is 1252, embedded labels, delimiter is '\t', msq);
- Tags:
- qlikview_scripting


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This should be a good introduction to section access / application:


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Or this will also help you for understanding what is section access
