Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Limited User access to a Document or Object

How can i limit user access to a Document or Object in a document?

For example:

case 1: USER01 from my AD can access all my documents except DOC01.

case 2: USER01 from my AD can access all my documents, but in DOC01 he can't access the object GR01

Is this possible?

------------------------------------------------------------------------------------

Como posso limitar o acesso do usuário a um documento ou a um objeto em um documento?

Por exemplo:

   case 1: USER01 do meu AD pode acessar todos os meus documentos, exceto DOC01.

   case 2: USER01 do meu AD pode acessar todos os meus documentos, mas no DOC01 ele não pode acessar o objeto GR01

Isso é possível?

1 Reply
Anonymous
Not applicable
Author

1. Are you using QV Publisher?  In the "distribute" section of the task, you can specify the users who have access to the document.  If you don't have Publisher, you can adjust QVW file security, specifying who can see it.

2. You can use OSUser() function.  It returns string DOMAIN\USER for the current user.  So, you can use a condition in the object properties, e.g.

not wildmatch(OSUser(),'*user')