Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access l

Hi Qlikheads

I have a problem with section access. i.e.

I have section access table as below

Load

BranchDeptID,

xxxxxx,

xxxxx,

xxxxx,

resident XXXXXX;

Section Access;

Load

NTNAME

ACCESS

BRANCHDEPTID

resident #######;

Section Application;

In the document properties, Opening tab I have check the check box initial data reduction, also strict exclusion.

I have created tasks and file distribution on the server also ran the application, when I open access point , application is opening only for the person who has access to it based on section access, however the data is not reduced based on BarnchDeptID.

what might be the problem here can any one help me on this

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

From your script it is seen that

1. Your field name is not same in both tables (one is showing BRANCHDEPTID and other is showing BranchDeptID) make sure both are same, because QlikView is case sensitive.

2. Put the below script after Section Application.

Load

BranchDeptID,

xxxxxx,

xxxxx,

xxxxx,

resident XXXXXX;

Hope this solves your problem.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
sasikanth
Master
Master

HI,

capitalize this fiedl BarnchDeptID to  BRANCHDEPTID in your dim tables

filed name should be same

martinpohl
Partner - Master
Partner - Master

Hello,

unfortunately all values in Section access have to be written in upper cases.

See help:

You need to write the field name and the field values in upper cases.

Regards