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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Applikation Tabs limitation to certain users

Hello Together,

it is possible to limit the Qlikview Application tabs to certain users ? If yes,
how can i do that ? Thank you very much!

Greetings,

honour

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

If you just want to restrict access to certain tabs in your application, you can try:

- go to sheet properties

- choose show sheet conditional

- add a condition like

=UPPER(OSuser())='YOURDOMAIN\USER1'

OR UPPER(OSuser())='YOURDOMAIN\USER2'

This would allow access to only USER1 and USER2 to the sheet in question.

View solution in original post

5 Replies
SunilChauhan
Champion II
Champion II

using section access you can limit users for perticular qlikview application

Sunil Chauhan
Not applicable
Author

Hi,

If you just want to restrict access to certain tabs in your application, you can try:

- go to sheet properties

- choose show sheet conditional

- add a condition like

=UPPER(OSuser())='YOURDOMAIN\USER1'

OR UPPER(OSuser())='YOURDOMAIN\USER2'

This would allow access to only USER1 and USER2 to the sheet in question.

Not applicable
Author

Hi Tom,

thank you for your help.

But I need it only for the Tabs.

Example: I have 4 Tabs and want to hide the 4th tab for certain user.

Thany you

Not applicable
Author

Hi Honour74,

On the fourth tab:

- Right click on the sheet

- Go to sheet properties

- On the general tab, go to the show sheet section and choose conditional

- To prevent the tab from being visible to USER1 put a condition in the box like:

UPPER(OSuser())<>'YOURDOMAIN\USER1'



bengan74
Contributor III
Contributor III

Hi,

Is there some way to combine the suggestion above with, for example, a text file containing usernames?

I'm about to build a new application and there are two types of users, one with full access to data, and one that only should see limited number of sheets.

So is it possible to load a table containing:

Username, Full access

VB\JOB, 1

VB\JEJ,0

and use this table in a way you did in your example? Maybe someone has another idea how to restrict users.