Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Dear All,
Thanks a lot and it worked perfectly.
Thanks & Regards
Jeba
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.