Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to restrict sheet objects using section access

Hello,

Is there any way to restrict any particular sheet object to particular user.....Like I am having 5 users and one admin....Only admin and user5 can see Barchart, it is not visible to other users.

Thanks

7 Replies
luciancotea
Specialist
Specialist

Use "Conditional Show" in the object properties: "=User ='admin' OR User='user5'"

Anonymous
Not applicable
Author

thanks 4 ur reply.....I am also using the same way.if(wildmatch(qvuser,'user5'),1,if(wildmatch(qvuser(),admin),1,0).....But I am trying to use the same  thing at script level

senpradip007
Specialist III
Specialist III

Hi.

If you want to do this in script level you have to use the Section Access feature in QlikView.

Anonymous
Not applicable
Author

but how????? only particular sheet objects.....I know how to restrict tables to users.......Like I have tablebox having object id TB01 shud be restricted to any of the users...

senpradip007
Specialist III
Specialist III

Make a copy of that sheet without that object and maintain an excel and then give the access of that QV sheet with that particular user.

agilos_mla
Partner - Creator III
Partner - Creator III

Let's have a look at the attached document. It show how to restric sheet access, same way for particular objects.

Michael