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

Granting access to different data

Hi, I have quite a difficult question for you all here.

I am creating a system for comparing live with budgeted data. It has the potential to be rolled out to lots of users, however each user will require access to different data sets.

At the moment I am loading the data and limiting it for demo purposes using a where clause, what I want to know though is whether I can have a table elsewhere that contains the users ID and Password that says when user ID = X load this where clause, so it will look like this:

LOAD

FIELD A

FIELD B

FIELD C

FIELD D

FIELD E

FIELD F

FROM TABLE Z WHERE (USER ID=DAVE, FIELD COLUMN, FROM TABLE1.DBO)

So......when dave is logged in he only sees certain values from FIELD A/B/C/D/E/F etc loading this information from another database, sorry this seems very complicated, but is it possible to do?

I assume this will have to be added into my GUI qvw and not the qvw that makes my qvd files initially.

Cheers

Ben

1 Solution

Accepted Solutions
prieper
Master II
Master II

Check the manual for access-restriction. Basically you can restrict each user to certain elements of each field.
There was just a thread under http://community.qlik.com/forums/t/23015.aspx

Peter

View solution in original post

1 Reply
prieper
Master II
Master II

Check the manual for access-restriction. Basically you can restrict each user to certain elements of each field.
There was just a thread under http://community.qlik.com/forums/t/23015.aspx

Peter