Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
using section access you can limit users for perticular qlikview application
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.
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
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'
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.