Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
can i give Dashboard sheet level security to users ,if possible how to do
Thanks&Regards
pnreddy
you should use "section access".
Hi,
You can give sheet level security by using the
Sheet Properties -> General -> Show Sheet -> Select Condtional
and place your expression there.
Regards,
Jagan.
Hi,
You can go to
Sheet Properties -> General ->Show Sheet ->Tick Conditional and write your expression.
for example if(ManagerName='XYZ',1,0);
Could you please give me one example
thank you for your reply
Could you please give me one example
thank you for your reply
PFA sample user login and password in data.xls
Vikas
Hi
Sheet Properties -> General -> Show Sheet -> Select Condtional
give the expression like this
=manager='a' or manager='b'
if we select manager a or b then that sheet is disable otherwise it not disable
use the condition like this
Hi,
Check this thread in attached file.
Hope it helps you.
Regards,
Jagan.
If you authenticate via Active Directory you can also use the OSUser() function in the conditional show box, e.g. OSUser() = 'domain\user'. Alternatively use QVUser() if QlikView handles the authentication
Returns a string containing the name of the current user as returned by the operating system.
Returns a string containing the name of the current QlikView user as entered in a section access.