Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sreeni_qvd
Creator
Creator

Sheet navigation with different users

Hi All,

I have one QVW with three sheet, If user one login he can access to see the sheet one only and second user can see second sheet only and third user he can see third sheet only.

How can i implement this logic in qlikview, Please let me know.

1 Solution

Accepted Solutions
Not applicable

Hi Sreeni,

If you have very few sheets say 2 or 3 then you can achieve it by making them conditional on the basis of OSUSER().

Also, you can refer to following (in case you have more number of sheets):

http://community.qlik.com/message/101147

http://community.qlik.com/message/1045

Hope this helps!

View solution in original post

2 Replies
marcus_malinow
Partner - Specialist III
Partner - Specialist III

In you each of your sheets settings, in the general tab, set display to Conditional.

The condition will be something like:

OSUser() = 'username'

Marcus

Not applicable

Hi Sreeni,

If you have very few sheets say 2 or 3 then you can achieve it by making them conditional on the basis of OSUSER().

Also, you can refer to following (in case you have more number of sheets):

http://community.qlik.com/message/101147

http://community.qlik.com/message/1045

Hope this helps!