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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

NT Section Access

Hi,

I have a scenario wherein i am applying NT Authentication.

Domain Users are restricted at three Field Levels: SUPERLOB, VERTICAL_DERVIED and GEO.

The Script being something like ..

Section Access;

LOAD * INLINE [

    ACCESS, NTNAME

    ADMIN, domain\abc

...];

Section:

LOAD * INLINE [

    NTNAME, SUPERLOB,GEO,VERTICAL_DERVIED

    domain\abc,*,*,*

    domain\xyz,  STH,  *,  *

    domain\pqr,  *,     SAK,  *

    domain\narthhy,  *,  *, POI ];

Lob:

Load * Inline [

SUPERLOB

STH

CENTRE

GROUP];

Geo:

Load * Inline [

GEO

STH

NTH

];

Ver:

Load * Inline [

VERTICAL_DERVIED

POI

TRES

];

Section Application;

...

The nature of data is something like I have other fields Like LOB, SUBLOB and VERTICAL apart from SUPERLOB and VERTICAL_DERIVED , they being the standard fields & I have data for 2012 and 2013.

Here, the issue i am facing is the users are able to see  partial 2013 data ..

I am unable to understand the reason..please help if i am missing anything here..

0 Replies