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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
pooja_sn
Creator
Creator

Access Control

I need to implement Aunthorization in qlikview.

Our data contains few Regions and Businesses under each Region. User access should be restricted to limited Region and Businesses.

Eg. User ABC should be able to access LONDON,NEWYORK Region and Retails and Finance Business under these two regions.

I am willing to use OSUSer() as logged in user as our application will be accessed using browser.

How this can be achieved?

24 Replies
pooja_sn
Creator
Creator
Author

Doesn't work.

I still see access to Divisions corresponding to ADMIN only .

I am using a single ACCESS for users now, either ADMIN or USER.

avinashelite

if your single entry i.e data for the ADMIN you will get only that ..whats your actual requirement ??

SunilChauhan
Champion II
Champion II

Can you please try below

admin should have all access


SECTION ACCESS;
LOAD * INLINE [
ACCESS, NTNAME, DIVISIONID
ADMIN, domain\UserName,01

ADMIN, domain\UserName,02
USER,domain\UserName,02
]
;

SECTION APPLICATION;

LOAD * INLINE [
DIVISIONID, description
01, bird-
02, food
]
;

Sunil Chauhan
pooja_sn
Creator
Creator
Author

Yes. This gives me access to Divisions 01 and 02 both.

paulyeo11
Master
Master

Hi All 

I have try to play with initial data reduction, I does not see any impact . Can some one share with me how to check ? 

Paul