Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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!
In you each of your sheets settings, in the general tab, set display to Conditional.
The condition will be something like:
OSUser() = 'username'
Marcus
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!