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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section Access Script load issue

Dear Experts,

I am trying to load the section access script to my lay out load.

This is the code I am using.

Binary Path\Application.qvw;

SECTION ACCESS ;

LOAD

      ACCESS,
     NTNAME,
    EmpID as %EMPID   
FROM
Path\Test.qvd
(qvd);

SECTION APPLICATION ;
STAR IS *;

But the script is not executed.

Can any one guide me what is wrong here.

Thanks & Regards

Jeba

11 Replies
Anonymous
Not applicable
Author

Dear All,

Thanks a lot and it worked perfectly.

Thanks & Regards

Jeba

vardhancse
Specialist III
Specialist III

Check that Document Properties->Opening

Initial Data reduction Based on Section Acess was enabled or not.

If not try to check and relaod.

Then your section access will filter the data.

section_access.jpg