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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

sheet level Security

Hi All,

can i give Dashboard sheet level security to users ,if possible how to do

Thanks&Regards

pnreddy

10 Replies
vivientexier
Partner - Creator II
Partner - Creator II

you should use "section access".

jagan
Partner - Champion III
Partner - Champion III

Hi,

You can give sheet level security by using the

Sheet Properties -> General -> Show Sheet -> Select Condtional

and place your expression there.

Regards,

Jagan.

saumyashah90
Specialist
Specialist

Hi,

You can go to

Sheet Properties -> General ->Show Sheet ->Tick Conditional and write your expression.

for example if(ManagerName='XYZ',1,0);

Not applicable
Author

Could you please give me one example

thank you for your reply

Not applicable
Author

Could you please give me one example

thank you for your reply

vikasmahajan

PFA sample user login and password in data.xls

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

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

jagan
Partner - Champion III
Partner - Champion III


Hi,

Check this thread in attached file.

Hope it helps you.

Regards,

Jagan.

Not applicable
Author

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

OSuser( )

Returns a string containing the name of the current user as returned by the operating system.

QVuser( )

Returns a string containing the name of the current QlikView user as entered in a section access.